ladybird/Tests/LibWeb/Text/expected/HTML/HTMLOrSVGElement-nonce.txt
Jelle Raaijmakers 84fe8d675b LibWeb: Implement HTMLOrSVGElement.nonce
There are two FIXMEs remaining that depend on a functional
PolicyContainer, which we ignore for now and always behave like a CSP is
set.
2024-10-31 10:46:21 +01:00

11 lines
285 B
Text

generic IDL and attribute interaction
nonce: "" attribute: null;
nonce: "123" attribute: null;
nonce: "456" attribute: 456;
nonce: "null" attribute: 456;
insertion
nonce: "foo" attribute: foo;
nonce: "foo" attribute: ;
cloning
nonce: "bar" attribute: bar;
nonce: "bar" attribute: bar;