Title: [202948] trunk/LayoutTests
Revision
202948
Author
mmaxfi...@apple.com
Date
2016-07-07 16:58:44 -0700 (Thu, 07 Jul 2016)

Log Message

Test gardening after r202826
https://bugs.webkit.org/show_bug.cgi?id=159538
<rdar://problem/27197375>

Unreviewed.

* editing/style/text-indent.html:
* platform/mac-wk1/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (202947 => 202948)


--- trunk/LayoutTests/ChangeLog	2016-07-07 23:58:38 UTC (rev 202947)
+++ trunk/LayoutTests/ChangeLog	2016-07-07 23:58:44 UTC (rev 202948)
@@ -1,3 +1,14 @@
+2016-07-07  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Test gardening after r202826
+        https://bugs.webkit.org/show_bug.cgi?id=159538
+        <rdar://problem/27197375>
+
+        Unreviewed.
+
+        * editing/style/text-indent.html:
+        * platform/mac-wk1/TestExpectations:
+
 2016-07-07  Myles C. Maxfield  <mmaxfi...@apple.com> and Frédéric Wang  <fred.w...@free.fr>
 
         [Font Loading] The callback passed to document.fonts.ready should always be called

Modified: trunk/LayoutTests/editing/style/text-indent.html (202947 => 202948)


--- trunk/LayoutTests/editing/style/text-indent.html	2016-07-07 23:58:38 UTC (rev 202947)
+++ trunk/LayoutTests/editing/style/text-indent.html	2016-07-07 23:58:44 UTC (rev 202948)
@@ -53,12 +53,12 @@
     window.testRunner.dumpAsText();
 
 var output = "";
-output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;'></input>", 0);
-output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:-30px;'>", 0);
-output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;text-align:left'>", 0);
-output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;text-align:right'>", 1);
-output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;direction:rtl;'>", 0);
-output += testTextIndent("<input id='textIndentTest' type='text' style='text-indent:30px;direction:rtl;text-align:right;'>", 0);
+output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;'></input>", 0);
+output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:-30px;'>", 0);
+output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;text-align:left'>", 0);
+output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;text-align:right'>", 1);
+output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;direction:rtl;'>", 0);
+output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;direction:rtl;text-align:right;'>", 0);
 output += testTextIndentWhenTextAlignsToCenter(30);
 output += testTextIndentWhenTextAlignsToCenter(-30);
 document.body.innerText = output;

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (202947 => 202948)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-07-07 23:58:38 UTC (rev 202947)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-07-07 23:58:44 UTC (rev 202948)
@@ -251,5 +251,3 @@
 
 [ Yosemite ] http/tests/media/hls/video-controller-getStartDate.html [ Pass Timeout ]
 
-# rdar://problem/27197375
-[ Sierra+ ] editing/style/text-indent.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to