Title: [200674] trunk/LayoutTests
Revision
200674
Author
[email protected]
Date
2016-05-10 22:10:38 -0700 (Tue, 10 May 2016)

Log Message

Test gardening after r200646

Unreviewed.

* TestExpectations:
* fast/text/unicode-range-download.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200673 => 200674)


--- trunk/LayoutTests/ChangeLog	2016-05-11 05:03:30 UTC (rev 200673)
+++ trunk/LayoutTests/ChangeLog	2016-05-11 05:10:38 UTC (rev 200674)
@@ -1,3 +1,12 @@
+2016-05-10  Myles C. Maxfield  <[email protected]>
+
+        Test gardening after r200646
+
+        Unreviewed.
+
+        * TestExpectations:
+        * fast/text/unicode-range-download.html:
+
 2016-05-10  Simon Fraser  <[email protected]>
 
         Horizontally-scrollable items with a 3d transform are rendered incorrectly in RTL when container has -webkit-overflow-scroll: touch

Modified: trunk/LayoutTests/TestExpectations (200673 => 200674)


--- trunk/LayoutTests/TestExpectations	2016-05-11 05:03:30 UTC (rev 200673)
+++ trunk/LayoutTests/TestExpectations	2016-05-11 05:10:38 UTC (rev 200674)
@@ -986,5 +986,3 @@
 webkit.org/b/156100 http/tests/security/anchor-download-block-crossorigin.html [ Failure ]
 
 webkit.org/b/156631 fast/text/font-face-_javascript_.html [ Pass Crash Failure ]
-
-webkit.org/b/42154 fast/text/unicode-range-download.html [ Pass Failure ]

Modified: trunk/LayoutTests/fast/text/unicode-range-download.html (200673 => 200674)


--- trunk/LayoutTests/fast/text/unicode-range-download.html	2016-05-11 05:03:30 UTC (rev 200673)
+++ trunk/LayoutTests/fast/text/unicode-range-download.html	2016-05-11 05:10:38 UTC (rev 200674)
@@ -7,7 +7,8 @@
     testRunner.dumpAsText();
 }
 if (window.internals) {
-	internals.invalidateFontCache();
+    internals.clearMemoryCache();
+    internals.invalidateFontCache();
 }
 </script>
 <style>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to