Title: [254398] trunk/LayoutTests
Revision
254398
Author
[email protected]
Date
2020-01-11 09:02:54 -0800 (Sat, 11 Jan 2020)

Log Message

[LFC][Integration] fast/text/simple-lines-float.html should be about simple line layout only
https://bugs.webkit.org/show_bug.cgi?id=206129

Reviewed by Zalan Bujtas.

Explicitly disable LFC in this SLL feature test.

* fast/text/simple-lines-float-expected.html:
* fast/text/simple-lines-float.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (254397 => 254398)


--- trunk/LayoutTests/ChangeLog	2020-01-11 14:57:57 UTC (rev 254397)
+++ trunk/LayoutTests/ChangeLog	2020-01-11 17:02:54 UTC (rev 254398)
@@ -1,3 +1,15 @@
+2020-01-11  Antti Koivisto  <[email protected]>
+
+        [LFC][Integration] fast/text/simple-lines-float.html should be about simple line layout only
+        https://bugs.webkit.org/show_bug.cgi?id=206129
+
+        Reviewed by Zalan Bujtas.
+
+        Explicitly disable LFC in this SLL feature test.
+
+        * fast/text/simple-lines-float-expected.html:
+        * fast/text/simple-lines-float.html:
+
 2020-01-10  Eric Carlson  <[email protected]>
 
         [Media in GPU process] Extend the GPU process sandbox to allow access to local files when necessary

Modified: trunk/LayoutTests/fast/text/simple-lines-float-expected.html (254397 => 254398)


--- trunk/LayoutTests/fast/text/simple-lines-float-expected.html	2020-01-11 14:57:57 UTC (rev 254397)
+++ trunk/LayoutTests/fast/text/simple-lines-float-expected.html	2020-01-11 17:02:54 UTC (rev 254398)
@@ -1,3 +1,4 @@
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <script>
 if (window.internals)
     internals.settings.setSimpleLineLayoutDebugBordersEnabled(true);

Modified: trunk/LayoutTests/fast/text/simple-lines-float.html (254397 => 254398)


--- trunk/LayoutTests/fast/text/simple-lines-float.html	2020-01-11 14:57:57 UTC (rev 254397)
+++ trunk/LayoutTests/fast/text/simple-lines-float.html	2020-01-11 17:02:54 UTC (rev 254398)
@@ -1,3 +1,4 @@
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <script>
 if (window.internals)
     internals.settings.setSimpleLineLayoutDebugBordersEnabled(true);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to