Changeset 294756 in webkit
- Timestamp:
- May 24, 2022, 12:18:53 PM (4 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 added
- 1 deleted
- 5 edited
- 3 moved
-
TestExpectations (modified) (2 diffs)
-
fast/css3-text/css3-text-indent/text-indent-each-line-hanging.html (deleted)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-flex-item-001-expected.html (added)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-flex-item-001.html (added)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-grid-item-001-expected.html (added)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-grid-item-001.html (added)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-each-line-hanging-expected.html (moved) (moved from trunk/LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line-hanging-expected.html ) (2 diffs)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-each-line-hanging.html (added)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-percentage-002.html (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-percentage-003.html (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-percentage-004.html (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-with-absolute-pos-child-expected.html (moved) (moved from trunk/LayoutTests/fast/css3-text/css3-text-indent/text-indent-with-absolute-pos-child-expected.html ) (1 diff)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-with-absolute-pos-child.html (moved) (moved from trunk/LayoutTests/fast/css3-text/css3-text-indent/text-indent-with-absolute-pos-child.html ) (1 diff)
-
imported/w3c/web-platform-tests/css/css-text/text-indent/w3c-import.log (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/TestExpectations
r294754 r294756 2649 2649 webkit.org/b/214290 imported/w3c/web-platform-tests/css/css-text/text-encoding/shaping-tatweel-003.html [ ImageOnlyFailure ] 2650 2650 webkit.org/b/214290 imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-tab-positions-001.html [ ImageOnlyFailure ] 2651 webkit.org/b/240837 imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-flex-item-001.html [ ImageOnlyFailure ] 2652 webkit.org/b/240837 imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-grid-item-001.html [ ImageOnlyFailure ] 2653 webkit.org/b/240731 imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-each-line-hanging.html [ ImageOnlyFailure ] 2651 2654 webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/text-justify/text-justify-001.html [ ImageOnlyFailure ] 2652 2655 webkit.org/b/214290 imported/w3c/web-platform-tests/css/css-text/text-justify/text-justify-006.html [ ImageOnlyFailure ] … … 2912 2915 webkit.org/b/76173 fast/css3-text/css3-text-align-last [ Skip ] 2913 2916 webkit.org/b/99945 fast/css3-text/css3-text-justify [ Skip ] 2914 webkit.org/b/112755 fast/css3-text/css3-text-indent/text-indent-each-line-hanging.html [ Skip ]2915 2917 2916 2918 # Link prefetch is disabled by default (needs ENABLE_LINK_PREFETCH) -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-each-line-hanging-expected.html
r294755 r294756 1 <!DOCTYPE html> 1 2 <html> 2 3 <head> 3 <title>[css3-text] text-indent</title> 4 <meta charset="utf-8"> 5 <title>text-indent 'each-line' and 'hanging' modifiers</title> 6 7 <link rel="stylesheet" href="/fonts/ahem.css" /> 4 8 <style> 5 9 div { width:80px; font: 10px Ahem; background-color:lightgray; } … … 8 12 </head> 9 13 <body> 14 All black boxes should be left-aligned. All blue boxes should be right-aligned. 15 10 16 <div> 11 17 <span class="indent">xxxx</span><br>xxxx<br>xxxx -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-percentage-002.html
r242550 r294756 5 5 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 6 6 <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"> 7 <meta name="flags" content="">8 7 <link rel="match" href="reference/text-indent-percentage-002-ref.html"> 9 8 <meta name="assert" content="Percentages in text-indent refer to width of the element's content box"> -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-percentage-003.html
r242550 r294756 5 5 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 6 6 <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"> 7 <meta name="flags" content="">8 7 <link rel="match" href="reference/text-indent-percentage-002-ref.html"> 9 8 <meta name="assert" content="Percentages in text-indent refer to width of the element's content box"> -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-percentage-004.html
r264338 r294756 5 5 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 6 6 <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"> 7 <meta name="flags" content="">8 7 <link rel="match" href="reference/text-indent-percentage-002-ref.html"> 9 8 <meta name="assert" content="Percentages in text-indent refer to width of the element's content box, when used in a calc expression"> -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-with-absolute-pos-child-expected.html
r294755 r294756 1 <!DOCTYPE HTML>1 <!DOCTYPE html> 2 2 <html> 3 3 <head> 4 <meta charset="utf-8"> 4 5 <title>This tests that first line text-indent is applied properly when the child is a statically positioned out-of-flow renderer.</title> 6 7 <link rel="stylesheet" href="/fonts/ahem.css" /> 5 8 <style> 6 9 body { 7 margin: 40px;10 margin: 40px; 8 11 } 9 12 10 13 .container { 11 14 display: block; -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-with-absolute-pos-child.html
r294755 r294756 1 <!DOCTYPE HTML>1 <!DOCTYPE html> 2 2 <html> 3 3 <head> 4 <meta charset="utf-8"> 4 5 <title>This tests that first line text-indent is applied properly when the child is a statically positioned out-of-flow renderer.</title> 6 <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"> 7 <link rel="match" href="reference/text-indent-with-absolute-pos-child-ref.html"> 8 <meta name="assert" content="First line text-indent is applied properly when the child is a statically positioned out-of-flow renderer."> 9 10 <link rel="stylesheet" href="/fonts/ahem.css" /> 5 11 <style> 6 body { 7 margin: 40px; 8 } 9 10 .container { 11 display: block; 12 background-color: green; 13 width: 100px; 14 height: 20px; 15 color: green; 16 font-family: Ahem; 17 font-size: 10px; 18 } 12 body { 13 margin: 40px; 14 } 19 15 20 .inner { 21 display: inline; 22 position: absolute; 23 background-color: blue; 24 width: 20px; 25 height: 20px; 26 } 16 .container { 17 display: block; 18 background-color: green; 19 width: 100px; 20 height: 20px; 21 color: green; 22 font-family: Ahem; 23 font-size: 10px; 24 } 25 26 .inner { 27 display: inline; 28 position: absolute; 29 background-color: blue; 30 width: 20px; 31 height: 20px; 32 } 27 33 </style> 28 34 </head> -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/w3c-import.log
r264338 r294756 15 15 ------------------------------------------------------------------------ 16 16 List of files: 17 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-flex-item-001-expected.html 18 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-flex-item-001.html 19 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-grid-item-001-expected.html 20 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/anonymous-grid-item-001.html 17 21 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/percentage-value-intrinsic-size.html 22 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-each-line-hanging-expected.html 23 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-each-line-hanging.html 18 24 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-long-line-crash.html 19 25 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-percentage-001-expected.xht … … 27 33 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-tab-positions-001-expected.html 28 34 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-tab-positions-001.html 35 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-with-absolute-pos-child-expected.html 36 /LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-indent/text-indent-with-absolute-pos-child.html
Note:
See TracChangeset
for help on using the changeset viewer.