Diff
Modified: trunk/LayoutTests/ChangeLog (263923 => 263924)
--- trunk/LayoutTests/ChangeLog 2020-07-04 00:42:18 UTC (rev 263923)
+++ trunk/LayoutTests/ChangeLog 2020-07-04 01:51:36 UTC (rev 263924)
@@ -1,3 +1,13 @@
+2020-07-03 Lauro Moura <[email protected]>
+
+ [GTK][WPE] Rebaseline imported dom/idlharness tests after r263903
+
+ Unreviewed test gardening.
+
+ * platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
+ * platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
+
2020-07-03 Chris Dumez <[email protected]>
Resync web-platform-tests/html/dom & web-platform-tests/html/infrastructure from upstream
Modified: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt (263923 => 263924)
--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt 2020-07-04 00:42:18 UTC (rev 263923)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt 2020-07-04 01:51:36 UTC (rev 263924)
@@ -467,7 +467,7 @@
PASS MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "data" with the proper type
PASS MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "origin" with the proper type
PASS MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "lastEventId" with the proper type
-FAIL MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type Unrecognized type WindowProxy
+PASS MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type
PASS MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "ports" with the proper type
PASS MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "initMessageEvent(DOMString, optional boolean, optional boolean, optional any, optional USVString, optional DOMString, optional MessageEventSource?, optional sequence<MessagePort>)" with the proper type
PASS MessageEvent interface: calling initMessageEvent(DOMString, optional boolean, optional boolean, optional any, optional USVString, optional DOMString, optional MessageEventSource?, optional sequence<MessagePort>) on new MessageEvent("message", { data: 5 }) with too few arguments must throw TypeError
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (263923 => 263924)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt 2020-07-04 00:42:18 UTC (rev 263923)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt 2020-07-04 01:51:36 UTC (rev 263924)
@@ -1105,7 +1105,7 @@
PASS HTMLVideoElement interface: document.createElement("video") must inherit property "playsInline" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "error" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "src" with the proper type
-FAIL HTMLMediaElement interface: document.createElement("video") must inherit property "srcObject" with the proper type Unrecognized type MediaStream
+PASS HTMLMediaElement interface: document.createElement("video") must inherit property "srcObject" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "currentSrc" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_EMPTY" with the proper type
@@ -1165,7 +1165,7 @@
PASS Stringification of document.createElement("audio")
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "error" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "src" with the proper type
-FAIL HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type Unrecognized type MediaStream
+PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "currentSrc" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "crossOrigin" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_EMPTY" with the proper type
@@ -1213,7 +1213,7 @@
PASS Stringification of new Audio()
PASS HTMLMediaElement interface: new Audio() must inherit property "error" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "src" with the proper type
-FAIL HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type Unrecognized type MediaStream
+PASS HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "currentSrc" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "crossOrigin" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "NETWORK_EMPTY" with the proper type
@@ -4758,6 +4758,10 @@
PASS DOMParser interface: existence and properties of interface prototype object's "constructor" property
PASS DOMParser interface: existence and properties of interface prototype object's @@unscopables property
PASS DOMParser interface: operation parseFromString(DOMString, DOMParserSupportedType)
+PASS DOMParser must be primary interface of new DOMParser()
+PASS Stringification of new DOMParser()
+PASS DOMParser interface: new DOMParser() must inherit property "parseFromString(DOMString, DOMParserSupportedType)" with the proper type
+PASS DOMParser interface: calling parseFromString(DOMString, DOMParserSupportedType) on new DOMParser() with too few arguments must throw TypeError
PASS Navigator interface: existence and properties of interface object
PASS Navigator interface object length
PASS Navigator interface object name
Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (263923 => 263924)
--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt 2020-07-04 00:42:18 UTC (rev 263923)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt 2020-07-04 01:51:36 UTC (rev 263924)
@@ -1105,7 +1105,7 @@
PASS HTMLVideoElement interface: document.createElement("video") must inherit property "playsInline" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "error" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "src" with the proper type
-FAIL HTMLMediaElement interface: document.createElement("video") must inherit property "srcObject" with the proper type Unrecognized type MediaStream
+PASS HTMLMediaElement interface: document.createElement("video") must inherit property "srcObject" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "currentSrc" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type
PASS HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_EMPTY" with the proper type
@@ -1165,7 +1165,7 @@
PASS Stringification of document.createElement("audio")
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "error" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "src" with the proper type
-FAIL HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type Unrecognized type MediaStream
+PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "currentSrc" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "crossOrigin" with the proper type
PASS HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_EMPTY" with the proper type
@@ -1213,7 +1213,7 @@
PASS Stringification of new Audio()
PASS HTMLMediaElement interface: new Audio() must inherit property "error" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "src" with the proper type
-FAIL HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type Unrecognized type MediaStream
+PASS HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "currentSrc" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "crossOrigin" with the proper type
PASS HTMLMediaElement interface: new Audio() must inherit property "NETWORK_EMPTY" with the proper type
@@ -4758,6 +4758,10 @@
PASS DOMParser interface: existence and properties of interface prototype object's "constructor" property
PASS DOMParser interface: existence and properties of interface prototype object's @@unscopables property
PASS DOMParser interface: operation parseFromString(DOMString, DOMParserSupportedType)
+PASS DOMParser must be primary interface of new DOMParser()
+PASS Stringification of new DOMParser()
+PASS DOMParser interface: new DOMParser() must inherit property "parseFromString(DOMString, DOMParserSupportedType)" with the proper type
+PASS DOMParser interface: calling parseFromString(DOMString, DOMParserSupportedType) on new DOMParser() with too few arguments must throw TypeError
PASS Navigator interface: existence and properties of interface object
PASS Navigator interface object length
PASS Navigator interface object name