Title: [225744] trunk/LayoutTests
Revision
225744
Author
[email protected]
Date
2017-12-11 09:46:26 -0800 (Mon, 11 Dec 2017)

Log Message

[WPE] Enable most wpt html tests.
https://bugs.webkit.org/show_bug.cgi?id=180650

Unreviewed test gardening.


* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt:
  Added: same as GTK; whitespace-only difference with the generic expectation file.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt:
  Added: whitespace-only difference with the generic expectation file.
* platform/wpe/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt:
  Added: some subtests pass because the plugin array does not contain any
  plugins on WPE, and issues with the actual elements of the array can
  not be detected.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (225743 => 225744)


--- trunk/LayoutTests/ChangeLog	2017-12-11 17:38:57 UTC (rev 225743)
+++ trunk/LayoutTests/ChangeLog	2017-12-11 17:46:26 UTC (rev 225744)
@@ -1,3 +1,20 @@
+2017-12-11  Ms2ger  <[email protected]>
+
+        [WPE] Enable most wpt html tests.
+        https://bugs.webkit.org/show_bug.cgi?id=180650
+
+        Unreviewed test gardening.
+
+        * platform/wpe/TestExpectations:
+        * platform/wpe/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt:
+          Added: same as GTK; whitespace-only difference with the generic expectation file.
+        * platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt:
+          Added: whitespace-only difference with the generic expectation file.
+        * platform/wpe/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt:
+          Added: some subtests pass because the plugin array does not contain any
+          plugins on WPE, and issues with the actual elements of the array can
+          not be detected.
+
 2017-12-11  Zan Dobersek  <[email protected]>
 
         Unreviewed, rolling out r225737.

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (225743 => 225744)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-12-11 17:38:57 UTC (rev 225743)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-12-11 17:46:26 UTC (rev 225744)
@@ -212,7 +212,6 @@
 Bug(WPE) imported/w3c/web-platform-tests/custom-elements [ Skip ]
 Bug(WPE) imported/w3c/web-platform-tests/feature-policy [ Skip ]
 Bug(WPE) imported/w3c/web-platform-tests/fetch [ Skip ]
-Bug(WPE) imported/w3c/web-platform-tests/html [ Skip ]
 Bug(WPE) imported/w3c/web-platform-tests/mediacapture-fromelement [ Skip ]
 Bug(WPE) imported/w3c/web-platform-tests/mediacapture-streams [ Skip ]
 Bug(WPE) imported/w3c/web-platform-tests/media-source [ Skip ]
@@ -288,6 +287,22 @@
 webkit.org/b/172099 imported/w3c/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ ImageOnlyFailure ]
 
 
+# WPT: html
+# =========
+Bug(WPE) imported/w3c/web-platform-tests/html/browsers [ Skip ]
+Bug(WPE) imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ [ Skip ]
+Bug(WPE) imported/w3c/web-platform-tests/html/semantics/forms/ [ Skip ]
+
+webkit.org/b/177322 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html [ Pass Failure ]
+webkit.org/b/180648 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-download-click.html [ Timeout ]
+webkit.org/b/180352 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toBlob.jpeg.html [ Failure ]
+webkit.org/b/180645 imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly.html [ Failure ]
+webkit.org/b/180648 imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/a-download-click.html [ Timeout ]
+webkit.org/b/180648 imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/a-download-click-404.html [ Failure ]
+webkit.org/b/178576 imported/w3c/web-platform-tests/html/webappapis/scripting/events/messageevent-constructor.https.html [ Failure ]
+webkit.org/b/178576 imported/w3c/web-platform-tests/html/webappapis/scripting/processing-model-2/integration-with-the-_javascript_-agent-formalism/canblock-serviceworker.https.html [ Failure ]
+
+
 # WPT: streams
 # ============
 

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt (0 => 225744)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt	2017-12-11 17:46:26 UTC (rev 225744)
@@ -0,0 +1,32 @@
+
+FAIL dialog element: showModal() assert_false: expected false got undefined
+FAIL showModal() on a <dialog> that already has an open attribute throws an InvalidStateError exception assert_throws: function "function () {
+      d2.showModal();
+      this.add_cleanup(function() { d2.close(); });
+    }" threw object "TypeError: d2.showModal is not a function. (In 'd2.showModal()', 'd2.showModal' is undefined)" that is not a DOMException INVALID_STATE_ERR: property "code" is equal to undefined, expected 11
+FAIL showModal() on a <dialog> after initial showModal() and removing the open attribute d9.showModal is not a function. (In 'd9.showModal()', 'd9.showModal' is undefined)
+FAIL showModal() on a <dialog> not in a Document throws an InvalidStateError exception assert_throws: function "function () {
+      d.showModal();
+      this.add_cleanup(function() { d.close(); });
+    }" threw object "TypeError: d.showModal is not a function. (In 'd.showModal()', 'd.showModal' is undefined)" that is not a DOMException INVALID_STATE_ERR: property "code" is equal to undefined, expected 11
+FAIL when opening multiple dialogs, only the newest one is non-inert assert_false: expected false got undefined
+FAIL opening dialog without focusable children assert_false: expected false got undefined
+FAIL opening dialog with multiple focusable children assert_false: expected false got undefined
+FAIL opening dialog with multiple focusable children, one having the autofocus attribute assert_false: expected false got undefined
+FAIL when opening multiple dialogs, the most recently opened is rendered on top assert_false: expected false got undefined
+OK
+foobar
+
+OK
+foobar
+
+OK
+foobar
+
+OK
+foobar
+
+OK
+foobar
+
+OK      OK     OK

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt (0 => 225744)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt	2017-12-11 17:46:26 UTC (rev 225744)
@@ -0,0 +1,8 @@
+
+FAIL ':in-range' matches all elements that are candidates for constraint validation, have range limitations, and that are neither suffering from an underflow nor suffering from an overflow assert_array_equals: lengths differ, expected 10 got 5
+FAIL ':out-of-range' matches all elements that are candidates for constraint validation, have range limitations, and that are either suffering from an underflow or suffering from an overflow assert_array_equals: lengths differ, expected 12 got 2
+FAIL ':in-range' update number1's value < min assert_array_equals: lengths differ, expected 9 got 4
+FAIL ':out-of-range' update number1's value < min assert_array_equals: lengths differ, expected 13 got 3
+FAIL ':in-range' update number3's min < value assert_array_equals: lengths differ, expected 10 got 5
+FAIL ':out-of-range' update number3's min < value assert_array_equals: lengths differ, expected 12 got 2
+                                                   

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt (0 => 225744)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt	2017-12-11 17:46:26 UTC (rev 225744)
@@ -0,0 +1,6 @@
+
+PASS Tests that named properties are not enumerable in navigator.plugins and navigator.mimeTypes 
+PASS Tests that navigator.plugins and navigator.mimeTypes returns the same object when queried multiple times. 
+PASS Tests that navigator.plugins and navigator.mimeTypes does not return the same object on different frames. 
+PASS Tests that navigator.plugins and navigator.mimeTypes returns plugins sorted in alphabetical order by plugin name. 
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to