mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
11 lines
288 B
Text
11 lines
288 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: foo;
|
|
cloning
|
|
nonce: "bar" attribute: bar;
|
|
nonce: "bar" attribute: bar;
|