Title: [260378] trunk/LayoutTests
Revision
260378
Author
za...@apple.com
Date
2020-04-20 11:11:24 -0700 (Mon, 20 Apr 2020)

Log Message

fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=210754

Unreviewed test gardening.

Let's not use subframe layout in LFC tests for now.

* fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (260377 => 260378)


--- trunk/LayoutTests/ChangeLog	2020-04-20 18:06:26 UTC (rev 260377)
+++ trunk/LayoutTests/ChangeLog	2020-04-20 18:11:24 UTC (rev 260378)
@@ -1,3 +1,14 @@
+2020-04-20  Zalan Bujtas  <za...@apple.com>
+
+        fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=210754
+
+        Unreviewed test gardening.
+
+        Let's not use subframe layout in LFC tests for now.
+
+        * fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html:
+
 2020-04-19  Simon Fraser  <simon.fra...@apple.com>
 
         Content disappears on CSS parallax example

Modified: trunk/LayoutTests/fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html (260377 => 260378)


--- trunk/LayoutTests/fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html	2020-04-20 18:06:26 UTC (rev 260377)
+++ trunk/LayoutTests/fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html	2020-04-20 18:11:24 UTC (rev 260378)
@@ -1,9 +1,10 @@
 <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <style>
-iframe {
+canvas {
     position: absolute;
     height: 50%;
     border: 1px solid green;
+    width: 300px;
 }
 </style>
-<div><iframe frameborder=no></iframe></div>
+<div><canvas></div>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to