Title: [218346] trunk/LayoutTests
Revision
218346
Author
jlew...@apple.com
Date
2017-06-15 12:00:29 -0700 (Thu, 15 Jun 2017)

Log Message

REGRESSION (r218228): Layout Test editing/execCommand/strikethrough-uses-strike-tag.html is failing
https://bugs.webkit.org/show_bug.cgi?id=173375

Unreviewed test gardening.

Reverted an incorrect baseline and skipped a test causing test failures.

* TestExpectations:
* platform/mac-wk1/editing/execCommand/strikethrough-uses-strike-tag-expected.txt: Removed.
* platform/win/editing/execCommand/strikethrough-uses-strike-tag-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (218345 => 218346)


--- trunk/LayoutTests/ChangeLog	2017-06-15 18:59:28 UTC (rev 218345)
+++ trunk/LayoutTests/ChangeLog	2017-06-15 19:00:29 UTC (rev 218346)
@@ -1,3 +1,16 @@
+2017-06-15  Matt Lewis  <jlew...@apple.com>
+
+        REGRESSION (r218228): Layout Test editing/execCommand/strikethrough-uses-strike-tag.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=173375
+
+        Unreviewed test gardening.
+
+        Reverted an incorrect baseline and skipped a test causing test failures.
+
+        * TestExpectations:
+        * platform/mac-wk1/editing/execCommand/strikethrough-uses-strike-tag-expected.txt: Removed.
+        * platform/win/editing/execCommand/strikethrough-uses-strike-tag-expected.txt: Removed.
+
 2017-06-15  Youenn Fablet  <you...@apple.com>
 
         RTCPeerConnection returns RTCSessionDescription where RTCSessionDescriptionInit would be appropriate

Modified: trunk/LayoutTests/TestExpectations (218345 => 218346)


--- trunk/LayoutTests/TestExpectations	2017-06-15 18:59:28 UTC (rev 218345)
+++ trunk/LayoutTests/TestExpectations	2017-06-15 19:00:29 UTC (rev 218346)
@@ -38,7 +38,7 @@
 http/tests/preload/viewport [ Skip ]
 
 # window.showModalDialog is only tested in DumpRenderTree on Mac.
-[ Debug ] editing/execCommand/show-modal-dialog-during-execCommand.html [ Skip ]
+editing/execCommand/show-modal-dialog-during-execCommand.html [ Skip ]
 
 fast/shadow-dom/touch-event-on-text-assigned-to-slot.html [ Skip ]
 

Deleted: trunk/LayoutTests/platform/mac-wk1/editing/execCommand/strikethrough-uses-strike-tag-expected.txt (218345 => 218346)


--- trunk/LayoutTests/platform/mac-wk1/editing/execCommand/strikethrough-uses-strike-tag-expected.txt	2017-06-15 18:59:28 UTC (rev 218345)
+++ trunk/LayoutTests/platform/mac-wk1/editing/execCommand/strikethrough-uses-strike-tag-expected.txt	2017-06-15 19:00:29 UTC (rev 218346)
@@ -1,11 +0,0 @@
-Blocked access to external URL https://www.webkit.org/
-Ensuring we continue to use strike tags for legacy strikethrough execCommands, not s tags. See https://bugs.webkit.org/show_bug.cgi?id=53475
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS Strikethrough of "Don't change expected results for me!" yields "<strike>Don't change expected results for me!</strike>"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/win/editing/execCommand/strikethrough-uses-strike-tag-expected.txt (218345 => 218346)


--- trunk/LayoutTests/platform/win/editing/execCommand/strikethrough-uses-strike-tag-expected.txt	2017-06-15 18:59:28 UTC (rev 218345)
+++ trunk/LayoutTests/platform/win/editing/execCommand/strikethrough-uses-strike-tag-expected.txt	2017-06-15 19:00:29 UTC (rev 218346)
@@ -1,11 +0,0 @@
-Blocked access to external URL https://www.webkit.org/
-Ensuring we continue to use strike tags for legacy strikethrough execCommands, not s tags. See https://bugs.webkit.org/show_bug.cgi?id=53475
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS Strikethrough of "Don't change expected results for me!" yields "<strike>Don't change expected results for me!</strike>"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to