Title: [254426] trunk/LayoutTests
Revision
254426
Author
[email protected]
Date
2020-01-13 02:14:41 -0800 (Mon, 13 Jan 2020)

Log Message

[LFC][Integration] Ensure that simple line layout tests stays don't turn into LFC tests
https://bugs.webkit.org/show_bug.cgi?id=206153

Reviewed by Zalan Bujtas.

We have a handful of SLL tests that document non-standard behaviors. Keep these SLL only with LFC enabled.

* fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html:
* fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html:
* fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html:
* fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html:
* fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html:
* fast/text/whitespace/pre-wrap-long-word-simple-lines.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (254425 => 254426)


--- trunk/LayoutTests/ChangeLog	2020-01-13 10:11:00 UTC (rev 254425)
+++ trunk/LayoutTests/ChangeLog	2020-01-13 10:14:41 UTC (rev 254426)
@@ -1,3 +1,19 @@
+2020-01-13  Antti Koivisto  <[email protected]>
+
+        [LFC][Integration] Ensure that simple line layout tests stays don't turn into LFC tests
+        https://bugs.webkit.org/show_bug.cgi?id=206153
+
+        Reviewed by Zalan Bujtas.
+
+        We have a handful of SLL tests that document non-standard behaviors. Keep these SLL only with LFC enabled.
+
+        * fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html:
+        * fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html:
+        * fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html:
+        * fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html:
+        * fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html:
+        * fast/text/whitespace/pre-wrap-long-word-simple-lines.html:
+
 2020-01-12  Zalan Bujtas  <[email protected]>
 
         Text-indent with percentage value should resolve against the available width

Modified: trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html (254425 => 254426)


--- trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html	2020-01-13 10:11:00 UTC (rev 254425)
+++ trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html	2020-01-13 10:14:41 UTC (rev 254426)
@@ -1,3 +1,4 @@
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <script>
 // Force line box path.
 if (window.internals)

Modified: trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html (254425 => 254426)


--- trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html	2020-01-13 10:11:00 UTC (rev 254425)
+++ trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html	2020-01-13 10:14:41 UTC (rev 254426)
@@ -1,3 +1,4 @@
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <style>
     div { white-space: pre-wrap; border: 1px solid; padding: 4px; width: 70px; margin: 8px 0; }
 </style>

Modified: trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html (254425 => 254426)


--- trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html	2020-01-13 10:11:00 UTC (rev 254425)
+++ trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html	2020-01-13 10:14:41 UTC (rev 254426)
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <html>
 <head>
 <title>This tests that leading whitespace followed by soft/hard linebreaks.</title>

Modified: trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html (254425 => 254426)


--- trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html	2020-01-13 10:11:00 UTC (rev 254425)
+++ trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html	2020-01-13 10:14:41 UTC (rev 254426)
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <html>
 <head>
 <title>This tests that leading whitespace followed by soft/hard linebreaks.</title>

Modified: trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html (254425 => 254426)


--- trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html	2020-01-13 10:11:00 UTC (rev 254425)
+++ trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html	2020-01-13 10:14:41 UTC (rev 254426)
@@ -1,3 +1,4 @@
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <script>
 // Force line box path.
 if (window.internals)

Modified: trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines.html (254425 => 254426)


--- trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines.html	2020-01-13 10:11:00 UTC (rev 254425)
+++ trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines.html	2020-01-13 10:14:41 UTC (rev 254426)
@@ -1,3 +1,4 @@
+<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] -->
 <div style="position:relative; white-space:pre-wrap; width:180px; border:1px solid blue">
     Lorem ipsum  dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv
 </div>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to