Title: [187194] trunk/LayoutTests
Revision
187194
Author
mmaxfi...@apple.com
Date
2015-07-22 17:04:02 -0700 (Wed, 22 Jul 2015)

Log Message

[El Capitan] Test Gardening

Unreviewed.

* platform/mac/fast/text/ligature-subdivision-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (187193 => 187194)


--- trunk/LayoutTests/ChangeLog	2015-07-22 23:23:02 UTC (rev 187193)
+++ trunk/LayoutTests/ChangeLog	2015-07-23 00:04:02 UTC (rev 187194)
@@ -1,3 +1,11 @@
+2015-07-22  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        [El Capitan] Test Gardening
+
+        Unreviewed.
+
+        * platform/mac/fast/text/ligature-subdivision-expected.txt:
+
 2015-07-22  Dean Jackson  <d...@apple.com>
 
         Out of bounds in WebGLRenderingContext::simulateVertexAttrib0

Modified: trunk/LayoutTests/platform/mac/fast/text/ligature-subdivision-expected.txt (187193 => 187194)


--- trunk/LayoutTests/platform/mac/fast/text/ligature-subdivision-expected.txt	2015-07-22 23:23:02 UTC (rev 187193)
+++ trunk/LayoutTests/platform/mac/fast/text/ligature-subdivision-expected.txt	2015-07-23 00:04:02 UTC (rev 187194)
@@ -10,11 +10,11 @@
 PASS document.caretRangeFromPoint(100, y).startOffset is 4
 PASS document.caretRangeFromPoint(120, y).startOffset is 5
 PASS range.getBoundingClientRect().width is 80
-FAIL document.caretRangeFromPoint(x - 20, y).startOffset should be 0. Was 1.
-FAIL document.caretRangeFromPoint(x - 50, y).startOffset should be 1. Was 2.
+PASS document.caretRangeFromPoint(x - 20, y).startOffset is 0
+PASS document.caretRangeFromPoint(x - 50, y).startOffset is 1
 PASS document.caretRangeFromPoint(x - 64, y).startOffset is 2
 PASS document.caretRangeFromPoint(x - 90, y).startOffset is 3
-FAIL w === 66 || w === 65 || w === 61 should be true. Was false.
+PASS w === 66 || w === 65 || w === 61 is true
 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