Title: [192136] trunk/LayoutTests
Revision
192136
Author
za...@apple.com
Date
2015-11-07 19:33:46 -0800 (Sat, 07 Nov 2015)

Log Message

DRT does not reset the frame rect between 2 runs.
https://bugs.webkit.org/show_bug.cgi?id=151003

Set the min frame rect for 800*600 for now.

Unreviewed gardening.

* fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (192135 => 192136)


--- trunk/LayoutTests/ChangeLog	2015-11-08 02:10:57 UTC (rev 192135)
+++ trunk/LayoutTests/ChangeLog	2015-11-08 03:33:46 UTC (rev 192136)
@@ -1,5 +1,16 @@
 2015-11-07  Zalan Bujtas  <za...@apple.com>
 
+        DRT does not reset the frame rect between 2 runs.
+        https://bugs.webkit.org/show_bug.cgi?id=151003
+
+        Set the min frame rect for 800*600 for now.
+
+        Unreviewed gardening.
+
+        * fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html:
+
+2015-11-07  Zalan Bujtas  <za...@apple.com>
+
         Crash when subtree layout is set on FrameView while auto size mode is enabled.
         https://bugs.webkit.org/show_bug.cgi?id=150995
         rdar://problem/22785262

Modified: trunk/LayoutTests/fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html (192135 => 192136)


--- trunk/LayoutTests/fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html	2015-11-08 02:10:57 UTC (rev 192135)
+++ trunk/LayoutTests/fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html	2015-11-08 03:33:46 UTC (rev 192136)
@@ -15,7 +15,7 @@
 <div>Pass if no crash or assert.<div id=resizeThis></div></div>
 <script>
 if (window.internals)
-    internals.enableAutoSizeMode(true, 10, 10, 1000, 1000);
+    internals.enableAutoSizeMode(true, 800, 600, 1000, 1000);
 
 if (window.testRunner) {
     testRunner.waitUntilDone();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to