Title: [269494] trunk/LayoutTests
Revision
269494
Author
[email protected]
Date
2020-11-05 17:01:53 -0800 (Thu, 05 Nov 2020)

Log Message

unreviewed, rebaseline a couple tests on iOS after r269477.

* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (269493 => 269494)


--- trunk/LayoutTests/ChangeLog	2020-11-06 00:51:40 UTC (rev 269493)
+++ trunk/LayoutTests/ChangeLog	2020-11-06 01:01:53 UTC (rev 269494)
@@ -1,3 +1,10 @@
+2020-11-05  Chris Dumez  <[email protected]>
+
+        unreviewed, rebaseline a couple tests on iOS after r269477.
+
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
+
 2020-11-05  John Wilander  <[email protected]>
 
         PCM: Switch to JSON report format

Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (269493 => 269494)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt	2020-11-06 00:51:40 UTC (rev 269493)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt	2020-11-06 01:01:53 UTC (rev 269494)
@@ -506,7 +506,7 @@
 PASS HTMLLinkElement interface: attribute sizes
 PASS HTMLLinkElement interface: attribute imageSrcset
 PASS HTMLLinkElement interface: attribute imageSizes
-FAIL HTMLLinkElement interface: attribute referrerPolicy assert_true: The prototype object must have a property "referrerPolicy" expected true got false
+PASS HTMLLinkElement interface: attribute referrerPolicy
 PASS HTMLLinkElement interface: attribute disabled
 PASS HTMLLinkElement interface: attribute charset
 PASS HTMLLinkElement interface: attribute rev
@@ -525,7 +525,7 @@
 PASS HTMLLinkElement interface: document.createElement("link") must inherit property "sizes" with the proper type
 PASS HTMLLinkElement interface: document.createElement("link") must inherit property "imageSrcset" with the proper type
 PASS HTMLLinkElement interface: document.createElement("link") must inherit property "imageSizes" with the proper type
-FAIL HTMLLinkElement interface: document.createElement("link") must inherit property "referrerPolicy" with the proper type assert_inherits: property "referrerPolicy" not found in prototype chain
+PASS HTMLLinkElement interface: document.createElement("link") must inherit property "referrerPolicy" with the proper type
 PASS HTMLLinkElement interface: document.createElement("link") must inherit property "disabled" with the proper type
 PASS HTMLLinkElement interface: document.createElement("link") must inherit property "charset" with the proper type
 PASS HTMLLinkElement interface: document.createElement("link") must inherit property "rev" with the proper type
@@ -1555,7 +1555,7 @@
 PASS HTMLAreaElement interface: attribute ping
 PASS HTMLAreaElement interface: attribute rel
 PASS HTMLAreaElement interface: attribute relList
-FAIL HTMLAreaElement interface: attribute referrerPolicy assert_true: The prototype object must have a property "referrerPolicy" expected true got false
+PASS HTMLAreaElement interface: attribute referrerPolicy
 PASS HTMLAreaElement interface: attribute noHref
 PASS HTMLAreaElement interface: attribute href
 PASS HTMLAreaElement interface: stringifier
@@ -1579,7 +1579,7 @@
 PASS HTMLAreaElement interface: document.createElement("area") must inherit property "ping" with the proper type
 PASS HTMLAreaElement interface: document.createElement("area") must inherit property "rel" with the proper type
 PASS HTMLAreaElement interface: document.createElement("area") must inherit property "relList" with the proper type
-FAIL HTMLAreaElement interface: document.createElement("area") must inherit property "referrerPolicy" with the proper type assert_inherits: property "referrerPolicy" not found in prototype chain
+PASS HTMLAreaElement interface: document.createElement("area") must inherit property "referrerPolicy" with the proper type
 PASS HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type
 PASS HTMLAreaElement interface: document.createElement("area") must inherit property "href" with the proper type
 PASS HTMLAreaElement interface: document.createElement("area") must inherit property "origin" with the proper type

Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt (269493 => 269494)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt	2020-11-06 00:51:40 UTC (rev 269493)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt	2020-11-06 01:01:53 UTC (rev 269494)
@@ -8486,134 +8486,134 @@
 PASS area.rel: IDL set to null
 PASS area.rel: IDL set to object "test-toString"
 PASS area.rel: IDL set to object "test-valueOf"
-FAIL area.referrerPolicy: typeof IDL attribute assert_equals: expected "string" but got "undefined"
-FAIL area.referrerPolicy: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo " assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to undefined assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to 7 assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to 1.5 assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "5%" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "+100" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to ".5" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to true assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to false assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to object "[object Object]" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to NaN assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to Infinity assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to -Infinity assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to null assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to object "test-toString" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to object "test-valueOf" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "no-referrer" assert_equals: IDL get expected (string) "no-referrer" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xno-referrer" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "no-referrer\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "o-referrer" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "NO-REFERRER" assert_equals: IDL get expected (string) "no-referrer" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "no-referrer-when-downgrade" assert_equals: IDL get expected (string) "no-referrer-when-downgrade" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xno-referrer-when-downgrade" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "no-referrer-when-downgrade\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "o-referrer-when-downgrade" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "NO-REFERRER-WHEN-DOWNGRADE" assert_equals: IDL get expected (string) "no-referrer-when-downgrade" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "same-origin" assert_equals: IDL get expected (string) "same-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xsame-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "same-origin\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "ame-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "SAME-ORIGIN" assert_equals: IDL get expected (string) "same-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "ſame-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "origin" assert_equals: IDL get expected (string) "origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xorigin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "origin\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "rigin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "ORIGIN" assert_equals: IDL get expected (string) "origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "strict-origin" assert_equals: IDL get expected (string) "strict-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xstrict-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "strict-origin\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "trict-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "STRICT-ORIGIN" assert_equals: IDL get expected (string) "strict-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "ſtrict-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "origin-when-cross-origin" assert_equals: IDL get expected (string) "origin-when-cross-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xorigin-when-cross-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "origin-when-cross-origin\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "rigin-when-cross-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "ORIGIN-WHEN-CROSS-ORIGIN" assert_equals: IDL get expected (string) "origin-when-cross-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "origin-when-croſſ-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "strict-origin-when-cross-origin" assert_equals: IDL get expected (string) "strict-origin-when-cross-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xstrict-origin-when-cross-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "strict-origin-when-cross-origin\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "trict-origin-when-cross-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "STRICT-ORIGIN-WHEN-CROSS-ORIGIN" assert_equals: IDL get expected (string) "strict-origin-when-cross-origin" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "ſtrict-origin-when-croſſ-origin" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "unsafe-url" assert_equals: IDL get expected (string) "unsafe-url" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "xunsafe-url" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "unsafe-url\0" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "nsafe-url" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "UNSAFE-URL" assert_equals: IDL get expected (string) "unsafe-url" but got (undefined) undefined
-FAIL area.referrerPolicy: setAttribute() to "unſafe-url" assert_equals: IDL get expected (string) "" but got (undefined) undefined
-FAIL area.referrerPolicy: IDL set to "" assert_equals: getAttribute() expected "" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo " assert_equals: getAttribute() expected " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo " but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to undefined assert_equals: getAttribute() expected "undefined" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to 7 assert_equals: getAttribute() expected "7" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to 1.5 assert_equals: getAttribute() expected "1.5" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "5%" assert_equals: getAttribute() expected "5%" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "+100" assert_equals: getAttribute() expected "+100" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to ".5" assert_equals: getAttribute() expected ".5" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to true assert_equals: getAttribute() expected "true" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to false assert_equals: getAttribute() expected "false" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to object "[object Object]" assert_equals: getAttribute() expected "[object Object]" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to NaN assert_equals: getAttribute() expected "NaN" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to Infinity assert_equals: getAttribute() expected "Infinity" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to -Infinity assert_equals: getAttribute() expected "-Infinity" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "\0" assert_equals: getAttribute() expected "\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to null assert_equals: IDL get expected (string) "" but got (object) null
-FAIL area.referrerPolicy: IDL set to object "test-toString" assert_equals: getAttribute() expected "test-toString" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to object "test-valueOf" assert_equals: getAttribute() expected "test-valueOf" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "no-referrer" assert_equals: getAttribute() expected "no-referrer" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xno-referrer" assert_equals: getAttribute() expected "xno-referrer" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "no-referrer\0" assert_equals: getAttribute() expected "no-referrer\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "o-referrer" assert_equals: getAttribute() expected "o-referrer" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "NO-REFERRER" assert_equals: getAttribute() expected "NO-REFERRER" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "no-referrer-when-downgrade" assert_equals: getAttribute() expected "no-referrer-when-downgrade" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xno-referrer-when-downgrade" assert_equals: getAttribute() expected "xno-referrer-when-downgrade" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "no-referrer-when-downgrade\0" assert_equals: getAttribute() expected "no-referrer-when-downgrade\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "o-referrer-when-downgrade" assert_equals: getAttribute() expected "o-referrer-when-downgrade" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "NO-REFERRER-WHEN-DOWNGRADE" assert_equals: getAttribute() expected "NO-REFERRER-WHEN-DOWNGRADE" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "same-origin" assert_equals: getAttribute() expected "same-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xsame-origin" assert_equals: getAttribute() expected "xsame-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "same-origin\0" assert_equals: getAttribute() expected "same-origin\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "ame-origin" assert_equals: getAttribute() expected "ame-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "SAME-ORIGIN" assert_equals: getAttribute() expected "SAME-ORIGIN" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "ſame-origin" assert_equals: getAttribute() expected "ſame-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "origin" assert_equals: getAttribute() expected "origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xorigin" assert_equals: getAttribute() expected "xorigin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "origin\0" assert_equals: getAttribute() expected "origin\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "rigin" assert_equals: getAttribute() expected "rigin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "ORIGIN" assert_equals: getAttribute() expected "ORIGIN" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "strict-origin" assert_equals: getAttribute() expected "strict-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xstrict-origin" assert_equals: getAttribute() expected "xstrict-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "strict-origin\0" assert_equals: getAttribute() expected "strict-origin\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "trict-origin" assert_equals: getAttribute() expected "trict-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "STRICT-ORIGIN" assert_equals: getAttribute() expected "STRICT-ORIGIN" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "ſtrict-origin" assert_equals: getAttribute() expected "ſtrict-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "origin-when-cross-origin" assert_equals: getAttribute() expected "origin-when-cross-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xorigin-when-cross-origin" assert_equals: getAttribute() expected "xorigin-when-cross-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "origin-when-cross-origin\0" assert_equals: getAttribute() expected "origin-when-cross-origin\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "rigin-when-cross-origin" assert_equals: getAttribute() expected "rigin-when-cross-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "ORIGIN-WHEN-CROSS-ORIGIN" assert_equals: getAttribute() expected "ORIGIN-WHEN-CROSS-ORIGIN" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "origin-when-croſſ-origin" assert_equals: getAttribute() expected "origin-when-croſſ-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "strict-origin-when-cross-origin" assert_equals: getAttribute() expected "strict-origin-when-cross-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xstrict-origin-when-cross-origin" assert_equals: getAttribute() expected "xstrict-origin-when-cross-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "strict-origin-when-cross-origin\0" assert_equals: getAttribute() expected "strict-origin-when-cross-origin\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "trict-origin-when-cross-origin" assert_equals: getAttribute() expected "trict-origin-when-cross-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "STRICT-ORIGIN-WHEN-CROSS-ORIGIN" assert_equals: getAttribute() expected "STRICT-ORIGIN-WHEN-CROSS-ORIGIN" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "ſtrict-origin-when-croſſ-origin" assert_equals: getAttribute() expected "ſtrict-origin-when-croſſ-origin" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "unsafe-url" assert_equals: getAttribute() expected "unsafe-url" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "xunsafe-url" assert_equals: getAttribute() expected "xunsafe-url" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "unsafe-url\0" assert_equals: getAttribute() expected "unsafe-url\0" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "nsafe-url" assert_equals: getAttribute() expected "nsafe-url" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "UNSAFE-URL" assert_equals: getAttribute() expected "UNSAFE-URL" but got "unſafe-url"
-FAIL area.referrerPolicy: IDL set to "unſafe-url" assert_equals: IDL get expected "" but got "unſafe-url"
+PASS area.referrerPolicy: typeof IDL attribute
+PASS area.referrerPolicy: IDL get with DOM attribute unset
+PASS area.referrerPolicy: setAttribute() to ""
+PASS area.referrerPolicy: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo "
+PASS area.referrerPolicy: setAttribute() to undefined
+PASS area.referrerPolicy: setAttribute() to 7
+PASS area.referrerPolicy: setAttribute() to 1.5
+PASS area.referrerPolicy: setAttribute() to "5%"
+PASS area.referrerPolicy: setAttribute() to "+100"
+PASS area.referrerPolicy: setAttribute() to ".5"
+PASS area.referrerPolicy: setAttribute() to true
+PASS area.referrerPolicy: setAttribute() to false
+PASS area.referrerPolicy: setAttribute() to object "[object Object]"
+PASS area.referrerPolicy: setAttribute() to NaN
+PASS area.referrerPolicy: setAttribute() to Infinity
+PASS area.referrerPolicy: setAttribute() to -Infinity
+PASS area.referrerPolicy: setAttribute() to "\0"
+PASS area.referrerPolicy: setAttribute() to null
+PASS area.referrerPolicy: setAttribute() to object "test-toString"
+PASS area.referrerPolicy: setAttribute() to object "test-valueOf"
+PASS area.referrerPolicy: setAttribute() to "no-referrer"
+PASS area.referrerPolicy: setAttribute() to "xno-referrer"
+PASS area.referrerPolicy: setAttribute() to "no-referrer\0"
+PASS area.referrerPolicy: setAttribute() to "o-referrer"
+PASS area.referrerPolicy: setAttribute() to "NO-REFERRER"
+PASS area.referrerPolicy: setAttribute() to "no-referrer-when-downgrade"
+PASS area.referrerPolicy: setAttribute() to "xno-referrer-when-downgrade"
+PASS area.referrerPolicy: setAttribute() to "no-referrer-when-downgrade\0"
+PASS area.referrerPolicy: setAttribute() to "o-referrer-when-downgrade"
+PASS area.referrerPolicy: setAttribute() to "NO-REFERRER-WHEN-DOWNGRADE"
+PASS area.referrerPolicy: setAttribute() to "same-origin"
+PASS area.referrerPolicy: setAttribute() to "xsame-origin"
+PASS area.referrerPolicy: setAttribute() to "same-origin\0"
+PASS area.referrerPolicy: setAttribute() to "ame-origin"
+PASS area.referrerPolicy: setAttribute() to "SAME-ORIGIN"
+PASS area.referrerPolicy: setAttribute() to "ſame-origin"
+PASS area.referrerPolicy: setAttribute() to "origin"
+PASS area.referrerPolicy: setAttribute() to "xorigin"
+PASS area.referrerPolicy: setAttribute() to "origin\0"
+PASS area.referrerPolicy: setAttribute() to "rigin"
+PASS area.referrerPolicy: setAttribute() to "ORIGIN"
+PASS area.referrerPolicy: setAttribute() to "strict-origin"
+PASS area.referrerPolicy: setAttribute() to "xstrict-origin"
+PASS area.referrerPolicy: setAttribute() to "strict-origin\0"
+PASS area.referrerPolicy: setAttribute() to "trict-origin"
+PASS area.referrerPolicy: setAttribute() to "STRICT-ORIGIN"
+PASS area.referrerPolicy: setAttribute() to "ſtrict-origin"
+PASS area.referrerPolicy: setAttribute() to "origin-when-cross-origin"
+PASS area.referrerPolicy: setAttribute() to "xorigin-when-cross-origin"
+PASS area.referrerPolicy: setAttribute() to "origin-when-cross-origin\0"
+PASS area.referrerPolicy: setAttribute() to "rigin-when-cross-origin"
+PASS area.referrerPolicy: setAttribute() to "ORIGIN-WHEN-CROSS-ORIGIN"
+PASS area.referrerPolicy: setAttribute() to "origin-when-croſſ-origin"
+PASS area.referrerPolicy: setAttribute() to "strict-origin-when-cross-origin"
+PASS area.referrerPolicy: setAttribute() to "xstrict-origin-when-cross-origin"
+PASS area.referrerPolicy: setAttribute() to "strict-origin-when-cross-origin\0"
+PASS area.referrerPolicy: setAttribute() to "trict-origin-when-cross-origin"
+PASS area.referrerPolicy: setAttribute() to "STRICT-ORIGIN-WHEN-CROSS-ORIGIN"
+PASS area.referrerPolicy: setAttribute() to "ſtrict-origin-when-croſſ-origin"
+PASS area.referrerPolicy: setAttribute() to "unsafe-url"
+PASS area.referrerPolicy: setAttribute() to "xunsafe-url"
+PASS area.referrerPolicy: setAttribute() to "unsafe-url\0"
+PASS area.referrerPolicy: setAttribute() to "nsafe-url"
+PASS area.referrerPolicy: setAttribute() to "UNSAFE-URL"
+PASS area.referrerPolicy: setAttribute() to "unſafe-url"
+PASS area.referrerPolicy: IDL set to ""
+PASS area.referrerPolicy: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo "
+PASS area.referrerPolicy: IDL set to undefined
+PASS area.referrerPolicy: IDL set to 7
+PASS area.referrerPolicy: IDL set to 1.5
+PASS area.referrerPolicy: IDL set to "5%"
+PASS area.referrerPolicy: IDL set to "+100"
+PASS area.referrerPolicy: IDL set to ".5"
+PASS area.referrerPolicy: IDL set to true
+PASS area.referrerPolicy: IDL set to false
+PASS area.referrerPolicy: IDL set to object "[object Object]"
+PASS area.referrerPolicy: IDL set to NaN
+PASS area.referrerPolicy: IDL set to Infinity
+PASS area.referrerPolicy: IDL set to -Infinity
+PASS area.referrerPolicy: IDL set to "\0"
+PASS area.referrerPolicy: IDL set to null
+PASS area.referrerPolicy: IDL set to object "test-toString"
+PASS area.referrerPolicy: IDL set to object "test-valueOf"
+PASS area.referrerPolicy: IDL set to "no-referrer"
+PASS area.referrerPolicy: IDL set to "xno-referrer"
+PASS area.referrerPolicy: IDL set to "no-referrer\0"
+PASS area.referrerPolicy: IDL set to "o-referrer"
+PASS area.referrerPolicy: IDL set to "NO-REFERRER"
+PASS area.referrerPolicy: IDL set to "no-referrer-when-downgrade"
+PASS area.referrerPolicy: IDL set to "xno-referrer-when-downgrade"
+PASS area.referrerPolicy: IDL set to "no-referrer-when-downgrade\0"
+PASS area.referrerPolicy: IDL set to "o-referrer-when-downgrade"
+PASS area.referrerPolicy: IDL set to "NO-REFERRER-WHEN-DOWNGRADE"
+PASS area.referrerPolicy: IDL set to "same-origin"
+PASS area.referrerPolicy: IDL set to "xsame-origin"
+PASS area.referrerPolicy: IDL set to "same-origin\0"
+PASS area.referrerPolicy: IDL set to "ame-origin"
+PASS area.referrerPolicy: IDL set to "SAME-ORIGIN"
+PASS area.referrerPolicy: IDL set to "ſame-origin"
+PASS area.referrerPolicy: IDL set to "origin"
+PASS area.referrerPolicy: IDL set to "xorigin"
+PASS area.referrerPolicy: IDL set to "origin\0"
+PASS area.referrerPolicy: IDL set to "rigin"
+PASS area.referrerPolicy: IDL set to "ORIGIN"
+PASS area.referrerPolicy: IDL set to "strict-origin"
+PASS area.referrerPolicy: IDL set to "xstrict-origin"
+PASS area.referrerPolicy: IDL set to "strict-origin\0"
+PASS area.referrerPolicy: IDL set to "trict-origin"
+PASS area.referrerPolicy: IDL set to "STRICT-ORIGIN"
+PASS area.referrerPolicy: IDL set to "ſtrict-origin"
+PASS area.referrerPolicy: IDL set to "origin-when-cross-origin"
+PASS area.referrerPolicy: IDL set to "xorigin-when-cross-origin"
+PASS area.referrerPolicy: IDL set to "origin-when-cross-origin\0"
+PASS area.referrerPolicy: IDL set to "rigin-when-cross-origin"
+PASS area.referrerPolicy: IDL set to "ORIGIN-WHEN-CROSS-ORIGIN"
+PASS area.referrerPolicy: IDL set to "origin-when-croſſ-origin"
+PASS area.referrerPolicy: IDL set to "strict-origin-when-cross-origin"
+PASS area.referrerPolicy: IDL set to "xstrict-origin-when-cross-origin"
+PASS area.referrerPolicy: IDL set to "strict-origin-when-cross-origin\0"
+PASS area.referrerPolicy: IDL set to "trict-origin-when-cross-origin"
+PASS area.referrerPolicy: IDL set to "STRICT-ORIGIN-WHEN-CROSS-ORIGIN"
+PASS area.referrerPolicy: IDL set to "ſtrict-origin-when-croſſ-origin"
+PASS area.referrerPolicy: IDL set to "unsafe-url"
+PASS area.referrerPolicy: IDL set to "xunsafe-url"
+PASS area.referrerPolicy: IDL set to "unsafe-url\0"
+PASS area.referrerPolicy: IDL set to "nsafe-url"
+PASS area.referrerPolicy: IDL set to "UNSAFE-URL"
+PASS area.referrerPolicy: IDL set to "unſafe-url"
 PASS area.href: typeof IDL attribute
 PASS area.href: IDL get with DOM attribute unset
 PASS area.href: setAttribute() to ""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to