Modified: trunk/LayoutTests/ChangeLog (196940 => 196941)
--- trunk/LayoutTests/ChangeLog 2016-02-22 18:01:38 UTC (rev 196940)
+++ trunk/LayoutTests/ChangeLog 2016-02-22 18:03:22 UTC (rev 196941)
@@ -1,5 +1,14 @@
2016-02-22 Ryan Haddad <[email protected]>
+ Rebaseline tests for ios-simulator after W3C HTML/DOM re-sync in r196883
+
+ Unreviewed test gardening.
+
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
+ * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
+
+2016-02-22 Ryan Haddad <[email protected]>
+
Rebaseline imported/w3c/web-platform-tests/html/dom/reflection-forms.html for ios-simulator after r196893
Unreviewed test gardening.
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (196940 => 196941)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2016-02-22 18:01:38 UTC (rev 196940)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt 2016-02-22 18:03:22 UTC (rev 196941)
@@ -751,31 +751,24 @@
PASS EventTarget interface: calling dispatchEvent(Event) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError
FAIL MouseEvent interface: attribute region assert_true: The prototype object must have a property "region" expected true got false
FAIL Touch interface: attribute region assert_own_property: self does not have own property "Touch" expected property "Touch" missing
-FAIL HTMLAllCollection interface: existence and properties of interface object assert_equals: prototype of HTMLAllCollection is not HTMLCollection expected function "function HTMLCollection() {
- [native code]
-}" but got function "function () {
- [native code]
-}"
+PASS HTMLAllCollection interface: existence and properties of interface object
PASS HTMLAllCollection interface object length
PASS HTMLAllCollection interface object name
-FAIL HTMLAllCollection interface: existence and properties of interface prototype object assert_equals: prototype of HTMLAllCollection.prototype is not HTMLCollection.prototype expected object "[object HTMLCollectionPrototype]" but got object "[object Object]"
+PASS HTMLAllCollection interface: existence and properties of interface prototype object
PASS HTMLAllCollection interface: existence and properties of interface prototype object's "constructor" property
+PASS HTMLAllCollection interface: attribute length
FAIL HTMLAllCollection interface: operation item(unsigned long) assert_equals: property has wrong .length expected 1 but got 0
FAIL HTMLAllCollection interface: operation item(DOMString) assert_equals: property has wrong .length expected 1 but got 0
PASS HTMLAllCollection interface: operation namedItem(DOMString)
FAIL HTMLAllCollection must be primary interface of document.all assert_equals: wrong typeof object expected "function" but got "undefined"
FAIL Stringification of document.all assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLAllCollection interface: document.all must inherit property "item" with the proper type (0) assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLAllCollection interface: calling item(unsigned long) on document.all with too few arguments must throw TypeError assert_equals: wrong typeof object expected "function" but got "undefined"
+FAIL HTMLAllCollection interface: document.all must inherit property "length" with the proper type (0) assert_equals: wrong typeof object expected "function" but got "undefined"
FAIL HTMLAllCollection interface: document.all must inherit property "item" with the proper type (1) assert_equals: wrong typeof object expected "function" but got "undefined"
+FAIL HTMLAllCollection interface: calling item(unsigned long) on document.all with too few arguments must throw TypeError assert_equals: wrong typeof object expected "function" but got "undefined"
+FAIL HTMLAllCollection interface: document.all must inherit property "item" with the proper type (2) assert_equals: wrong typeof object expected "function" but got "undefined"
FAIL HTMLAllCollection interface: calling item(DOMString) on document.all with too few arguments must throw TypeError assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLAllCollection interface: document.all must inherit property "namedItem" with the proper type (2) assert_equals: wrong typeof object expected "function" but got "undefined"
+FAIL HTMLAllCollection interface: document.all must inherit property "namedItem" with the proper type (3) assert_equals: wrong typeof object expected "function" but got "undefined"
FAIL HTMLAllCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLCollection interface: document.all must inherit property "length" with the proper type (0) assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLCollection interface: document.all must inherit property "item" with the proper type (1) assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLCollection interface: calling item(unsigned long) on document.all with too few arguments must throw TypeError assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLCollection interface: document.all must inherit property "namedItem" with the proper type (2) assert_equals: wrong typeof object expected "function" but got "undefined"
-FAIL HTMLCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError assert_equals: wrong typeof object expected "function" but got "undefined"
PASS HTMLFormControlsCollection interface: existence and properties of interface object
PASS HTMLFormControlsCollection interface object length
PASS HTMLFormControlsCollection interface object name
@@ -1612,10 +1605,10 @@
PASS HTMLAnchorElement interface: attribute rev
PASS HTMLAnchorElement interface: attribute shape
PASS HTMLAnchorElement interface: attribute href
-FAIL HTMLAnchorElement interface: attribute origin assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
+PASS HTMLAnchorElement interface: attribute origin
PASS HTMLAnchorElement interface: attribute protocol
-FAIL HTMLAnchorElement interface: attribute username assert_true: The prototype object must have a property "username" expected true got false
-FAIL HTMLAnchorElement interface: attribute password assert_true: The prototype object must have a property "password" expected true got false
+PASS HTMLAnchorElement interface: attribute username
+PASS HTMLAnchorElement interface: attribute password
PASS HTMLAnchorElement interface: attribute host
PASS HTMLAnchorElement interface: attribute hostname
PASS HTMLAnchorElement interface: attribute port
@@ -1640,8 +1633,8 @@
PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "href" with the proper type (13)
PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "origin" with the proper type (14)
PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "protocol" with the proper type (15)
-FAIL HTMLAnchorElement interface: document.createElement("a") must inherit property "username" with the proper type (16) assert_inherits: property "username" not found in prototype chain
-FAIL HTMLAnchorElement interface: document.createElement("a") must inherit property "password" with the proper type (17) assert_inherits: property "password" not found in prototype chain
+PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "username" with the proper type (16)
+PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "password" with the proper type (17)
PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "host" with the proper type (18)
PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "hostname" with the proper type (19)
PASS HTMLAnchorElement interface: document.createElement("a") must inherit property "port" with the proper type (20)
@@ -1786,7 +1779,7 @@
FAIL HTMLIFrameElement interface: attribute allowFullscreen assert_true: The prototype object must have a property "allowFullscreen" expected true got false
PASS HTMLIFrameElement interface: attribute width
PASS HTMLIFrameElement interface: attribute height
-FAIL HTMLIFrameElement interface: attribute contentDocument assert_true: The prototype object must have a property "contentDocument" expected true got false
+PASS HTMLIFrameElement interface: attribute contentDocument
PASS HTMLIFrameElement interface: attribute contentWindow
PASS HTMLIFrameElement interface: attribute align
PASS HTMLIFrameElement interface: attribute scrolling
@@ -1828,7 +1821,7 @@
PASS HTMLObjectElement interface: attribute form
PASS HTMLObjectElement interface: attribute width
PASS HTMLObjectElement interface: attribute height
-FAIL HTMLObjectElement interface: attribute contentDocument assert_true: The prototype object must have a property "contentDocument" expected true got false
+PASS HTMLObjectElement interface: attribute contentDocument
FAIL HTMLObjectElement interface: attribute contentWindow assert_true: The prototype object must have a property "contentWindow" expected true got false
PASS HTMLObjectElement interface: attribute willValidate
PASS HTMLObjectElement interface: attribute validity
@@ -2483,16 +2476,16 @@
PASS HTMLAreaElement interface: attribute relList
PASS HTMLAreaElement interface: attribute noHref
PASS HTMLAreaElement interface: attribute href
-FAIL HTMLAreaElement interface: attribute origin assert_true: The prototype object must have a property "origin" expected true got false
-FAIL HTMLAreaElement interface: attribute protocol assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
-FAIL HTMLAreaElement interface: attribute username assert_true: The prototype object must have a property "username" expected true got false
-FAIL HTMLAreaElement interface: attribute password assert_true: The prototype object must have a property "password" expected true got false
-FAIL HTMLAreaElement interface: attribute host assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
-FAIL HTMLAreaElement interface: attribute hostname assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
-FAIL HTMLAreaElement interface: attribute port assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
-FAIL HTMLAreaElement interface: attribute pathname assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
-FAIL HTMLAreaElement interface: attribute search assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
-FAIL HTMLAreaElement interface: attribute hash assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
+PASS HTMLAreaElement interface: attribute origin
+PASS HTMLAreaElement interface: attribute protocol
+PASS HTMLAreaElement interface: attribute username
+PASS HTMLAreaElement interface: attribute password
+PASS HTMLAreaElement interface: attribute host
+PASS HTMLAreaElement interface: attribute hostname
+PASS HTMLAreaElement interface: attribute port
+PASS HTMLAreaElement interface: attribute pathname
+PASS HTMLAreaElement interface: attribute search
+PASS HTMLAreaElement interface: attribute hash
PASS HTMLAreaElement must be primary interface of document.createElement("area")
PASS Stringification of document.createElement("area")
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "alt" with the proper type (0)
@@ -2505,10 +2498,10 @@
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "relList" with the proper type (7)
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type (8)
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "href" with the proper type (9)
-FAIL HTMLAreaElement interface: document.createElement("area") must inherit property "origin" with the proper type (10) assert_inherits: property "origin" not found in prototype chain
+PASS HTMLAreaElement interface: document.createElement("area") must inherit property "origin" with the proper type (10)
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "protocol" with the proper type (11)
-FAIL HTMLAreaElement interface: document.createElement("area") must inherit property "username" with the proper type (12) assert_inherits: property "username" not found in prototype chain
-FAIL HTMLAreaElement interface: document.createElement("area") must inherit property "password" with the proper type (13) assert_inherits: property "password" not found in prototype chain
+PASS HTMLAreaElement interface: document.createElement("area") must inherit property "username" with the proper type (12)
+PASS HTMLAreaElement interface: document.createElement("area") must inherit property "password" with the proper type (13)
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "host" with the proper type (14)
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "hostname" with the proper type (15)
PASS HTMLAreaElement interface: document.createElement("area") must inherit property "port" with the proper type (16)
@@ -4759,7 +4752,7 @@
PASS HTMLFrameElement interface: attribute frameBorder
PASS HTMLFrameElement interface: attribute longDesc
PASS HTMLFrameElement interface: attribute noResize
-FAIL HTMLFrameElement interface: attribute contentDocument assert_true: The prototype object must have a property "contentDocument" expected true got false
+PASS HTMLFrameElement interface: attribute contentDocument
PASS HTMLFrameElement interface: attribute contentWindow
PASS HTMLFrameElement interface: attribute marginHeight
PASS HTMLFrameElement interface: attribute marginWidth
@@ -4771,7 +4764,7 @@
PASS HTMLFrameElement interface: document.createElement("frame") must inherit property "frameBorder" with the proper type (3)
PASS HTMLFrameElement interface: document.createElement("frame") must inherit property "longDesc" with the proper type (4)
PASS HTMLFrameElement interface: document.createElement("frame") must inherit property "noResize" with the proper type (5)
-FAIL HTMLFrameElement interface: document.createElement("frame") must inherit property "contentDocument" with the proper type (6) assert_inherits: property "contentDocument" found on object expected in prototype chain
+PASS HTMLFrameElement interface: document.createElement("frame") must inherit property "contentDocument" with the proper type (6)
PASS HTMLFrameElement interface: document.createElement("frame") must inherit property "contentWindow" with the proper type (7)
PASS HTMLFrameElement interface: document.createElement("frame") must inherit property "marginHeight" with the proper type (8)
PASS HTMLFrameElement interface: document.createElement("frame") must inherit property "marginWidth" with the proper type (9)
Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt (196940 => 196941)
--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt 2016-02-22 18:01:38 UTC (rev 196940)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt 2016-02-22 18:03:22 UTC (rev 196941)
@@ -855,127 +855,128 @@
PASS img.crossOrigin: setAttribute() to "" followed by getAttribute()
PASS img.crossOrigin: setAttribute() to "" followed by IDL get
PASS img.crossOrigin: 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 " followed by getAttribute()
-FAIL img.crossOrigin: 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 " followed by IDL get assert_equals: expected "" but got " \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 img.crossOrigin: 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 " followed by IDL get
PASS img.crossOrigin: setAttribute() to undefined followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to undefined followed by IDL get assert_equals: expected "" but got "undefined"
+PASS img.crossOrigin: setAttribute() to undefined followed by IDL get
PASS img.crossOrigin: setAttribute() to 7 followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to 7 followed by IDL get assert_equals: expected "" but got "7"
+PASS img.crossOrigin: setAttribute() to 7 followed by IDL get
PASS img.crossOrigin: setAttribute() to 1.5 followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to 1.5 followed by IDL get assert_equals: expected "" but got "1.5"
+PASS img.crossOrigin: setAttribute() to 1.5 followed by IDL get
PASS img.crossOrigin: setAttribute() to true followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to true followed by IDL get assert_equals: expected "" but got "true"
+PASS img.crossOrigin: setAttribute() to true followed by IDL get
PASS img.crossOrigin: setAttribute() to false followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to false followed by IDL get assert_equals: expected "" but got "false"
+PASS img.crossOrigin: setAttribute() to false followed by IDL get
PASS img.crossOrigin: setAttribute() to object "[object Object]" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to object "[object Object]" followed by IDL get assert_equals: expected "" but got "[object Object]"
+PASS img.crossOrigin: setAttribute() to object "[object Object]" followed by IDL get
PASS img.crossOrigin: setAttribute() to NaN followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to NaN followed by IDL get assert_equals: expected "" but got "NaN"
+PASS img.crossOrigin: setAttribute() to NaN followed by IDL get
PASS img.crossOrigin: setAttribute() to Infinity followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to Infinity followed by IDL get assert_equals: expected "" but got "Infinity"
+PASS img.crossOrigin: setAttribute() to Infinity followed by IDL get
PASS img.crossOrigin: setAttribute() to -Infinity followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to -Infinity followed by IDL get assert_equals: expected "" but got "-Infinity"
+PASS img.crossOrigin: setAttribute() to -Infinity followed by IDL get
PASS img.crossOrigin: setAttribute() to "\0" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "\0" followed by IDL get assert_equals: expected "" but got "\0"
+PASS img.crossOrigin: setAttribute() to "\0" followed by IDL get
PASS img.crossOrigin: setAttribute() to null followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to null followed by IDL get assert_equals: expected "" but got "null"
+PASS img.crossOrigin: setAttribute() to null followed by IDL get
PASS img.crossOrigin: setAttribute() to object "test-toString" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to object "test-toString" followed by IDL get assert_equals: expected "" but got "test-toString"
+PASS img.crossOrigin: setAttribute() to object "test-toString" followed by IDL get
PASS img.crossOrigin: setAttribute() to object "test-valueOf" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to object "test-valueOf" followed by IDL get assert_equals: expected "" but got "test-valueOf"
+PASS img.crossOrigin: setAttribute() to object "test-valueOf" followed by IDL get
PASS img.crossOrigin: setAttribute() to "anonymous" followed by getAttribute()
PASS img.crossOrigin: setAttribute() to "anonymous" followed by IDL get
PASS img.crossOrigin: setAttribute() to "xanonymous" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "xanonymous" followed by IDL get assert_equals: expected "" but got "xanonymous"
+PASS img.crossOrigin: setAttribute() to "xanonymous" followed by IDL get
PASS img.crossOrigin: setAttribute() to "anonymous\0" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "anonymous\0" followed by IDL get assert_equals: expected "" but got "anonymous\0"
+PASS img.crossOrigin: setAttribute() to "anonymous\0" followed by IDL get
PASS img.crossOrigin: setAttribute() to "nonymous" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "nonymous" followed by IDL get assert_equals: expected "" but got "nonymous"
+PASS img.crossOrigin: setAttribute() to "nonymous" followed by IDL get
PASS img.crossOrigin: setAttribute() to "ANONYMOUS" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "ANONYMOUS" followed by IDL get assert_equals: expected "anonymous" but got "ANONYMOUS"
+PASS img.crossOrigin: setAttribute() to "ANONYMOUS" followed by IDL get
PASS img.crossOrigin: setAttribute() to "use-credentials" followed by getAttribute()
PASS img.crossOrigin: setAttribute() to "use-credentials" followed by IDL get
PASS img.crossOrigin: setAttribute() to "xuse-credentials" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "xuse-credentials" followed by IDL get assert_equals: expected "" but got "xuse-credentials"
+PASS img.crossOrigin: setAttribute() to "xuse-credentials" followed by IDL get
PASS img.crossOrigin: setAttribute() to "use-credentials\0" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "use-credentials\0" followed by IDL get assert_equals: expected "" but got "use-credentials\0"
+PASS img.crossOrigin: setAttribute() to "use-credentials\0" followed by IDL get
PASS img.crossOrigin: setAttribute() to "se-credentials" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "se-credentials" followed by IDL get assert_equals: expected "" but got "se-credentials"
+PASS img.crossOrigin: setAttribute() to "se-credentials" followed by IDL get
PASS img.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by getAttribute()
-FAIL img.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by IDL get assert_equals: expected "use-credentials" but got "USE-CREDENTIALS"
+PASS img.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by IDL get
PASS img.crossOrigin: IDL set to "" should not throw
PASS img.crossOrigin: IDL set to "" followed by getAttribute()
PASS img.crossOrigin: IDL set to "" followed by IDL get
PASS img.crossOrigin: 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 " should not throw
PASS img.crossOrigin: 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 " followed by getAttribute()
-FAIL img.crossOrigin: 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 " followed by IDL get assert_equals: expected "" but got " \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 img.crossOrigin: 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 " followed by IDL get
PASS img.crossOrigin: IDL set to undefined should not throw
PASS img.crossOrigin: IDL set to undefined followed by getAttribute()
-FAIL img.crossOrigin: IDL set to undefined followed by IDL get assert_equals: expected "" but got "undefined"
+PASS img.crossOrigin: IDL set to undefined followed by IDL get
PASS img.crossOrigin: IDL set to 7 should not throw
PASS img.crossOrigin: IDL set to 7 followed by getAttribute()
-FAIL img.crossOrigin: IDL set to 7 followed by IDL get assert_equals: expected "" but got "7"
+PASS img.crossOrigin: IDL set to 7 followed by IDL get
PASS img.crossOrigin: IDL set to 1.5 should not throw
PASS img.crossOrigin: IDL set to 1.5 followed by getAttribute()
-FAIL img.crossOrigin: IDL set to 1.5 followed by IDL get assert_equals: expected "" but got "1.5"
+PASS img.crossOrigin: IDL set to 1.5 followed by IDL get
PASS img.crossOrigin: IDL set to true should not throw
PASS img.crossOrigin: IDL set to true followed by getAttribute()
-FAIL img.crossOrigin: IDL set to true followed by IDL get assert_equals: expected "" but got "true"
+PASS img.crossOrigin: IDL set to true followed by IDL get
PASS img.crossOrigin: IDL set to false should not throw
PASS img.crossOrigin: IDL set to false followed by getAttribute()
-FAIL img.crossOrigin: IDL set to false followed by IDL get assert_equals: expected "" but got "false"
+PASS img.crossOrigin: IDL set to false followed by IDL get
PASS img.crossOrigin: IDL set to object "[object Object]" should not throw
PASS img.crossOrigin: IDL set to object "[object Object]" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to object "[object Object]" followed by IDL get assert_equals: expected "" but got "[object Object]"
+PASS img.crossOrigin: IDL set to object "[object Object]" followed by IDL get
PASS img.crossOrigin: IDL set to NaN should not throw
PASS img.crossOrigin: IDL set to NaN followed by getAttribute()
-FAIL img.crossOrigin: IDL set to NaN followed by IDL get assert_equals: expected "" but got "NaN"
+PASS img.crossOrigin: IDL set to NaN followed by IDL get
PASS img.crossOrigin: IDL set to Infinity should not throw
PASS img.crossOrigin: IDL set to Infinity followed by getAttribute()
-FAIL img.crossOrigin: IDL set to Infinity followed by IDL get assert_equals: expected "" but got "Infinity"
+PASS img.crossOrigin: IDL set to Infinity followed by IDL get
PASS img.crossOrigin: IDL set to -Infinity should not throw
PASS img.crossOrigin: IDL set to -Infinity followed by getAttribute()
-FAIL img.crossOrigin: IDL set to -Infinity followed by IDL get assert_equals: expected "" but got "-Infinity"
+PASS img.crossOrigin: IDL set to -Infinity followed by IDL get
PASS img.crossOrigin: IDL set to "\0" should not throw
PASS img.crossOrigin: IDL set to "\0" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "\0" followed by IDL get assert_equals: expected "" but got "\0"
+PASS img.crossOrigin: IDL set to "\0" followed by IDL get
PASS img.crossOrigin: IDL set to null should not throw
-FAIL img.crossOrigin: IDL set to null followed by IDL get assert_equals: expected "" but got "null"
+PASS img.crossOrigin: IDL set to null followed by getAttribute()
+PASS img.crossOrigin: IDL set to null followed by IDL get
PASS img.crossOrigin: IDL set to object "test-toString" should not throw
PASS img.crossOrigin: IDL set to object "test-toString" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to object "test-toString" followed by IDL get assert_equals: expected "" but got "test-toString"
+PASS img.crossOrigin: IDL set to object "test-toString" followed by IDL get
PASS img.crossOrigin: IDL set to object "test-valueOf" should not throw
PASS img.crossOrigin: IDL set to object "test-valueOf" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to object "test-valueOf" followed by IDL get assert_equals: expected "" but got "test-valueOf"
+PASS img.crossOrigin: IDL set to object "test-valueOf" followed by IDL get
PASS img.crossOrigin: IDL set to "anonymous" should not throw
PASS img.crossOrigin: IDL set to "anonymous" followed by getAttribute()
PASS img.crossOrigin: IDL set to "anonymous" followed by IDL get
PASS img.crossOrigin: IDL set to "xanonymous" should not throw
PASS img.crossOrigin: IDL set to "xanonymous" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "xanonymous" followed by IDL get assert_equals: expected "" but got "xanonymous"
+PASS img.crossOrigin: IDL set to "xanonymous" followed by IDL get
PASS img.crossOrigin: IDL set to "anonymous\0" should not throw
PASS img.crossOrigin: IDL set to "anonymous\0" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "anonymous\0" followed by IDL get assert_equals: expected "" but got "anonymous\0"
+PASS img.crossOrigin: IDL set to "anonymous\0" followed by IDL get
PASS img.crossOrigin: IDL set to "nonymous" should not throw
PASS img.crossOrigin: IDL set to "nonymous" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "nonymous" followed by IDL get assert_equals: expected "" but got "nonymous"
+PASS img.crossOrigin: IDL set to "nonymous" followed by IDL get
PASS img.crossOrigin: IDL set to "ANONYMOUS" should not throw
PASS img.crossOrigin: IDL set to "ANONYMOUS" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "ANONYMOUS" followed by IDL get assert_equals: expected "anonymous" but got "ANONYMOUS"
+PASS img.crossOrigin: IDL set to "ANONYMOUS" followed by IDL get
PASS img.crossOrigin: IDL set to "use-credentials" should not throw
PASS img.crossOrigin: IDL set to "use-credentials" followed by getAttribute()
PASS img.crossOrigin: IDL set to "use-credentials" followed by IDL get
PASS img.crossOrigin: IDL set to "xuse-credentials" should not throw
PASS img.crossOrigin: IDL set to "xuse-credentials" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "xuse-credentials" followed by IDL get assert_equals: expected "" but got "xuse-credentials"
+PASS img.crossOrigin: IDL set to "xuse-credentials" followed by IDL get
PASS img.crossOrigin: IDL set to "use-credentials\0" should not throw
PASS img.crossOrigin: IDL set to "use-credentials\0" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "use-credentials\0" followed by IDL get assert_equals: expected "" but got "use-credentials\0"
+PASS img.crossOrigin: IDL set to "use-credentials\0" followed by IDL get
PASS img.crossOrigin: IDL set to "se-credentials" should not throw
PASS img.crossOrigin: IDL set to "se-credentials" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "se-credentials" followed by IDL get assert_equals: expected "" but got "se-credentials"
+PASS img.crossOrigin: IDL set to "se-credentials" followed by IDL get
PASS img.crossOrigin: IDL set to "USE-CREDENTIALS" should not throw
PASS img.crossOrigin: IDL set to "USE-CREDENTIALS" followed by getAttribute()
-FAIL img.crossOrigin: IDL set to "USE-CREDENTIALS" followed by IDL get assert_equals: expected "use-credentials" but got "USE-CREDENTIALS"
+PASS img.crossOrigin: IDL set to "USE-CREDENTIALS" followed by IDL get
PASS img.useMap: typeof IDL attribute
PASS img.useMap: IDL get with DOM attribute unset
PASS img.useMap: setAttribute() to "" followed by getAttribute()
@@ -9020,8 +9021,8 @@
PASS video.src: IDL set to object "test-valueOf" should not throw
PASS video.src: IDL set to object "test-valueOf" followed by getAttribute()
PASS video.src: IDL set to object "test-valueOf" followed by IDL get
-FAIL video.crossOrigin: typeof IDL attribute assert_equals: expected "string" but got "undefined"
-FAIL video.crossOrigin: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
+FAIL video.crossOrigin: typeof IDL attribute assert_equals: expected "object" but got "undefined"
+FAIL video.crossOrigin: IDL get with DOM attribute unset assert_equals: expected (object) null but got (undefined) undefined
PASS video.crossOrigin: setAttribute() to "" followed by getAttribute()
FAIL video.crossOrigin: setAttribute() to "" followed by IDL get assert_equals: expected (string) "anonymous" but got (undefined) undefined
PASS video.crossOrigin: 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 " followed by getAttribute()
@@ -9079,8 +9080,8 @@
FAIL video.crossOrigin: 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 " followed by getAttribute() assert_equals: 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 "USE-CREDENTIALS"
FAIL video.crossOrigin: 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 " followed by IDL get assert_equals: expected "anonymous" but got " \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 video.crossOrigin: IDL set to undefined should not throw
-FAIL video.crossOrigin: IDL set to undefined followed by getAttribute() assert_equals: expected "undefined" but got "USE-CREDENTIALS"
-FAIL video.crossOrigin: IDL set to undefined followed by IDL get assert_equals: expected (string) "anonymous" but got (undefined) undefined
+FAIL video.crossOrigin: IDL set to undefined followed by getAttribute() assert_equals: expected (object) null but got (string) "USE-CREDENTIALS"
+FAIL video.crossOrigin: IDL set to undefined followed by IDL get assert_equals: expected (object) null but got (undefined) undefined
PASS video.crossOrigin: IDL set to 7 should not throw
FAIL video.crossOrigin: IDL set to 7 followed by getAttribute() assert_equals: expected "7" but got "USE-CREDENTIALS"
FAIL video.crossOrigin: IDL set to 7 followed by IDL get assert_equals: expected (string) "anonymous" but got (number) 7
@@ -9109,7 +9110,8 @@
FAIL video.crossOrigin: IDL set to "\0" followed by getAttribute() assert_equals: expected "\0" but got "USE-CREDENTIALS"
FAIL video.crossOrigin: IDL set to "\0" followed by IDL get assert_equals: expected "anonymous" but got "\0"
PASS video.crossOrigin: IDL set to null should not throw
-FAIL video.crossOrigin: IDL set to null followed by IDL get assert_equals: expected (string) "anonymous" but got (object) null
+FAIL video.crossOrigin: IDL set to null followed by getAttribute() assert_equals: expected (object) null but got (string) "USE-CREDENTIALS"
+PASS video.crossOrigin: IDL set to null followed by IDL get
PASS video.crossOrigin: IDL set to object "test-toString" should not throw
FAIL video.crossOrigin: IDL set to object "test-toString" followed by getAttribute() assert_equals: expected "test-toString" but got "USE-CREDENTIALS"
FAIL video.crossOrigin: IDL set to object "test-toString" followed by IDL get assert_equals: expected (string) "anonymous" but got (object) object "test-toString"
@@ -10821,8 +10823,8 @@
PASS audio.src: IDL set to object "test-valueOf" should not throw
PASS audio.src: IDL set to object "test-valueOf" followed by getAttribute()
PASS audio.src: IDL set to object "test-valueOf" followed by IDL get
-FAIL audio.crossOrigin: typeof IDL attribute assert_equals: expected "string" but got "undefined"
-FAIL audio.crossOrigin: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
+FAIL audio.crossOrigin: typeof IDL attribute assert_equals: expected "object" but got "undefined"
+FAIL audio.crossOrigin: IDL get with DOM attribute unset assert_equals: expected (object) null but got (undefined) undefined
PASS audio.crossOrigin: setAttribute() to "" followed by getAttribute()
FAIL audio.crossOrigin: setAttribute() to "" followed by IDL get assert_equals: expected (string) "anonymous" but got (undefined) undefined
PASS audio.crossOrigin: 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 " followed by getAttribute()
@@ -10880,8 +10882,8 @@
FAIL audio.crossOrigin: 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 " followed by getAttribute() assert_equals: 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 "USE-CREDENTIALS"
FAIL audio.crossOrigin: 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 " followed by IDL get assert_equals: expected "anonymous" but got " \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 audio.crossOrigin: IDL set to undefined should not throw
-FAIL audio.crossOrigin: IDL set to undefined followed by getAttribute() assert_equals: expected "undefined" but got "USE-CREDENTIALS"
-FAIL audio.crossOrigin: IDL set to undefined followed by IDL get assert_equals: expected (string) "anonymous" but got (undefined) undefined
+FAIL audio.crossOrigin: IDL set to undefined followed by getAttribute() assert_equals: expected (object) null but got (string) "USE-CREDENTIALS"
+FAIL audio.crossOrigin: IDL set to undefined followed by IDL get assert_equals: expected (object) null but got (undefined) undefined
PASS audio.crossOrigin: IDL set to 7 should not throw
FAIL audio.crossOrigin: IDL set to 7 followed by getAttribute() assert_equals: expected "7" but got "USE-CREDENTIALS"
FAIL audio.crossOrigin: IDL set to 7 followed by IDL get assert_equals: expected (string) "anonymous" but got (number) 7
@@ -10910,7 +10912,8 @@
FAIL audio.crossOrigin: IDL set to "\0" followed by getAttribute() assert_equals: expected "\0" but got "USE-CREDENTIALS"
FAIL audio.crossOrigin: IDL set to "\0" followed by IDL get assert_equals: expected "anonymous" but got "\0"
PASS audio.crossOrigin: IDL set to null should not throw
-FAIL audio.crossOrigin: IDL set to null followed by IDL get assert_equals: expected (string) "anonymous" but got (object) null
+FAIL audio.crossOrigin: IDL set to null followed by getAttribute() assert_equals: expected (object) null but got (string) "USE-CREDENTIALS"
+PASS audio.crossOrigin: IDL set to null followed by IDL get
PASS audio.crossOrigin: IDL set to object "test-toString" should not throw
FAIL audio.crossOrigin: IDL set to object "test-toString" followed by getAttribute() assert_equals: expected "test-toString" but got "USE-CREDENTIALS"
FAIL audio.crossOrigin: IDL set to object "test-toString" followed by IDL get assert_equals: expected (string) "anonymous" but got (object) object "test-toString"