Changeset 254426 in webkit
- Timestamp:
- Jan 13, 2020, 2:14:41 AM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r254421 r254426 1 2020-01-13 Antti Koivisto <antti@apple.com> 2 3 [LFC][Integration] Ensure that simple line layout tests stays don't turn into LFC tests 4 https://bugs.webkit.org/show_bug.cgi?id=206153 5 6 Reviewed by Zalan Bujtas. 7 8 We have a handful of SLL tests that document non-standard behaviors. Keep these SLL only with LFC enabled. 9 10 * fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html: 11 * fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html: 12 * fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html: 13 * fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html: 14 * fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html: 15 * fast/text/whitespace/pre-wrap-long-word-simple-lines.html: 16 1 17 2020-01-12 Zalan Bujtas <zalan@apple.com> 2 18 -
trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines-expected.html
r159030 r254426 1 <!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] --> 1 2 <script> 2 3 // Force line box path. -
trunk/LayoutTests/fast/text/embed-at-end-of-pre-wrap-line-simple-lines.html
r159030 r254426 1 <!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] --> 1 2 <style> 2 3 div { white-space: pre-wrap; border: 1px solid; padding: 4px; width: 70px; margin: 8px 0; } -
trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak-expected.html
r216861 r254426 1 <!DOCTYPE html> 1 <!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] --> 2 2 <html> 3 3 <head> -
trunk/LayoutTests/fast/text/simple-line-layout-leading-whitespace-with-soft-hard-linebreak.html
r216861 r254426 1 <!DOCTYPE html> 1 <!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] --> 2 2 <html> 3 3 <head> -
trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines-expected.html
r159030 r254426 1 <!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] --> 1 2 <script> 2 3 // Force line box path. -
trunk/LayoutTests/fast/text/whitespace/pre-wrap-long-word-simple-lines.html
r159030 r254426 1 <!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextIntegrationEnabled=false ] --> 1 2 <div style="position:relative; white-space:pre-wrap; width:180px; border:1px solid blue"> 2 3 Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv
Note:
See TracChangeset
for help on using the changeset viewer.