blob: 118dae97262da1195743adb8556edeba4b8b7e25 [file] [log] [blame]
FAIL Reading 'nonce' content attribute and IDL attribute. assert_equals: expected Element node <script nonce="abc" id="testScript" executed="yay">
d... but got null
FAIL Cloned node retains nonce. assert_equals: IDL attribute expected (string) "abc" but got (undefined) undefined
FAIL Cloned node retains nonce when inserted. assert_equals: expected (string) "abc" but got (undefined) undefined
FAIL Writing 'nonce' content attribute. assert_equals: expected (string) "foo" but got (undefined) undefined
PASS Writing 'nonce' IDL attribute.
PASS Document-written script executes.
FAIL Document-written script's nonce value. assert_equals: expected "" but got "abc"
FAIL createElement.nonce. assert_equals: expected (object) null but got (string) "abc"
FAIL createElement.setAttribute. assert_equals: Post-insertion content expected "" but got "abc"