Title: [125302] trunk/LayoutTests
Revision
125302
Author
o...@chromium.org
Date
2012-08-10 11:24:47 -0700 (Fri, 10 Aug 2012)

Log Message

New test introduced in r125262 css3/flexbox/inline-flex-crash2.html fails
https://bugs.webkit.org/show_bug.cgi?id=93718

Test uses layoutTestController instead of testRunner.

* css3/flexbox/inline-flex-crash2.html:
* platform/qt/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (125301 => 125302)


--- trunk/LayoutTests/ChangeLog	2012-08-10 18:21:06 UTC (rev 125301)
+++ trunk/LayoutTests/ChangeLog	2012-08-10 18:24:47 UTC (rev 125302)
@@ -1,3 +1,13 @@
+2012-08-10  Ojan Vafai  <o...@chromium.org>
+
+        New test introduced in r125262 css3/flexbox/inline-flex-crash2.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=93718
+
+        Test uses layoutTestController instead of testRunner.
+
+        * css3/flexbox/inline-flex-crash2.html:
+        * platform/qt/Skipped:
+
 2012-08-10  Zan Dobersek  <zandober...@gmail.com>
 
         Unreviewed GTK gardening.

Modified: trunk/LayoutTests/css3/flexbox/inline-flex-crash2.html (125301 => 125302)


--- trunk/LayoutTests/css3/flexbox/inline-flex-crash2.html	2012-08-10 18:21:06 UTC (rev 125301)
+++ trunk/LayoutTests/css3/flexbox/inline-flex-crash2.html	2012-08-10 18:24:47 UTC (rev 125302)
@@ -4,8 +4,8 @@
 
 <div id='container' contentEditable><a><img><div id="el0" style="display: -webkit-inline-flex"><pre>AAAAA</pre></div></a></div>
 <script>
-if (window.layoutTestController)
-    layoutTestController.dumpAsText();
+if (window.testRunner)
+    testRunner.dumpAsText();
 
 window.getSelection().selectAllChildren(document.getElementById('container'));
 document.execCommand('FormatBlock', false, '<h5>');

Modified: trunk/LayoutTests/platform/qt/Skipped (125301 => 125302)


--- trunk/LayoutTests/platform/qt/Skipped	2012-08-10 18:21:06 UTC (rev 125301)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-08-10 18:24:47 UTC (rev 125302)
@@ -2731,7 +2731,3 @@
 # https://bugs.webkit.org/show_bug.cgi?id=93246
 fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html
 fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html
-
-# New test introduced in r125262 css3/flexbox/inline-flex-crash2.html fails
-# https://bugs.webkit.org/show_bug.cgi?id=93718
-css3/flexbox/inline-flex-crash2.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to