Title: [168630] trunk/LayoutTests
Revision
168630
Author
stav...@adobe.com
Date
2014-05-12 11:19:36 -0700 (Mon, 12 May 2014)

Log Message

fast/multicol/newmulticol/first-letter-create.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=132744

Reviewed by Antti Koivisto.

Modified test to not display anything as its only purpose is to ensure it doesn't crash.

* TestExpectations:
* fast/multicol/newmulticol/first-letter-create-expected.html:
* fast/multicol/newmulticol/first-letter-create.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (168629 => 168630)


--- trunk/LayoutTests/ChangeLog	2014-05-12 18:18:53 UTC (rev 168629)
+++ trunk/LayoutTests/ChangeLog	2014-05-12 18:19:36 UTC (rev 168630)
@@ -1,3 +1,16 @@
+2014-05-12  Radu Stavila  <stav...@adobe.com>
+
+        fast/multicol/newmulticol/first-letter-create.html is very flaky
+        https://bugs.webkit.org/show_bug.cgi?id=132744
+
+        Reviewed by Antti Koivisto.
+
+        Modified test to not display anything as its only purpose is to ensure it doesn't crash.
+
+        * TestExpectations:
+        * fast/multicol/newmulticol/first-letter-create-expected.html:
+        * fast/multicol/newmulticol/first-letter-create.html:
+
 2014-05-12  Antti Koivisto  <an...@apple.com>
 
         REGRESSION (r159560): Text clips on tile border if line-height < font-size

Modified: trunk/LayoutTests/TestExpectations (168629 => 168630)


--- trunk/LayoutTests/TestExpectations	2014-05-12 18:18:53 UTC (rev 168629)
+++ trunk/LayoutTests/TestExpectations	2014-05-12 18:19:36 UTC (rev 168630)
@@ -118,8 +118,6 @@
 # Regression from r167652:
 webkit.org/b/131982 [ Debug ] fast/regions/cssom/region-range-for-box-crash.html [ Crash ]
 
-webkit.org/b/132744 fast/multicol/newmulticol/first-letter-create.html [ Pass ImageOnlyFailure ]
-
 webkit.org/b/132791 svg/as-object/sizing/svg-in-object-placeholder-height-fixed.html [ Skip ]
 webkit.org/b/132791 svg/as-object/sizing/svg-in-object-placeholder-height-percentage.html [ Skip ]
 webkit.org/b/132791 svg/as-object/sizing/svg-in-object-placeholder-height-auto.html [ Skip ]

Modified: trunk/LayoutTests/fast/multicol/newmulticol/first-letter-create-expected.html (168629 => 168630)


--- trunk/LayoutTests/fast/multicol/newmulticol/first-letter-create-expected.html	2014-05-12 18:18:53 UTC (rev 168629)
+++ trunk/LayoutTests/fast/multicol/newmulticol/first-letter-create-expected.html	2014-05-12 18:19:36 UTC (rev 168630)
@@ -1,36 +1,4 @@
 <!-- This test passes if it doesn't crash - https://bugs.webkit.org/show_bug.cgi?id=132625 -->
 
-<style>
-  .f::first-letter { color: green }
-</style>
-
-<script>
-  window._onload_ = function() 
-  {
-    var lst = document.getElementsByClassName("d");
-    for (var i = 0; i < lst.length; ++i)
-      lst[i].insertBefore(document.createTextNode("Text"), lst[i].firstChild);
-  }
-</script>
-
-<table>
-  <tr>
-    <td class="f d">More Text</td>
-  </tr>
-</table>
-
-<script>
-  var head = document.getElementsByTagName("head")[0];
-  var style = document.createElement("style");
-  style.innerHTML="* { \n\
-    -webkit-animation-name: name5; \n\
-    -webkit-animation-duration: 4s; \n\
-    } \n\
-    @-webkit-keyframes name5 { \n\
-      from { \n\
-      } \n\
-      to { \n\
-        -webkit-columns: 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111; \n\
-    ";
-  head.appendChild(style);
-</script>
\ No newline at end of file
+<body>
+</body>
\ No newline at end of file

Modified: trunk/LayoutTests/fast/multicol/newmulticol/first-letter-create.html (168629 => 168630)


--- trunk/LayoutTests/fast/multicol/newmulticol/first-letter-create.html	2014-05-12 18:18:53 UTC (rev 168629)
+++ trunk/LayoutTests/fast/multicol/newmulticol/first-letter-create.html	2014-05-12 18:19:36 UTC (rev 168630)
@@ -13,7 +13,7 @@
   }
 </script>
 
-<table class="test">
+<table class="test" style="visibility:hidden">
   <tr>
     <td class="f d">More Text</td>
   </tr>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to