Title: [225479] trunk/LayoutTests
Revision
225479
Author
ms2...@igalia.com
Date
2017-12-04 08:41:49 -0800 (Mon, 04 Dec 2017)

Log Message

[GTK] Rebaseline imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html
https://bugs.webkit.org/show_bug.cgi?id=180357

Unreviewed test gardening.

The difference with the platform-neutral expectation is whitespace-only.


* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (225478 => 225479)


--- trunk/LayoutTests/ChangeLog	2017-12-04 15:32:41 UTC (rev 225478)
+++ trunk/LayoutTests/ChangeLog	2017-12-04 16:41:49 UTC (rev 225479)
@@ -1,3 +1,15 @@
+2017-12-04  Ms2ger  <ms2...@igalia.com>
+
+        [GTK] Rebaseline imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html
+        https://bugs.webkit.org/show_bug.cgi?id=180357
+
+        Unreviewed test gardening.
+
+        The difference with the platform-neutral expectation is whitespace-only.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt: Added.
+
 2017-12-04  Jer Noble  <jer.no...@apple.com>
 
         Include 'video/*' in image request Accept header if browser supports video media in image contexts.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (225478 => 225479)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-04 15:32:41 UTC (rev 225478)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-04 16:41:49 UTC (rev 225479)
@@ -2924,7 +2924,6 @@
 webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ]
 webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html [ Failure ]
 webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html [ Failure ]
-webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html [ Failure ]
 
 webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
 

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


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt	2017-12-04 16:41:49 UTC (rev 225479)
@@ -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
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to