diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/tests/css/CSS2/css1 | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/css1')
4 files changed, 2 insertions, 77 deletions
diff --git a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht index 25dcde1859..b2cbf53f9a 100644 --- a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht +++ b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht @@ -16,6 +16,5 @@ <div class="test">x  x  xx xx</div> <div class="test">x  x  xx xx</div> <div class="test">x  x  xx xx</div> - <div class="test">x  x  xx xx</div> </body> </html> diff --git a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht index 8b83eb8316..3287719b0a 100644 --- a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht +++ b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht @@ -14,8 +14,7 @@ div { font: 25px/1 Ahem; width: 12em; background: yellow; color: aqua; margin: 0 0 0 2em; } .eight {word-spacing: 25px;} .nine {word-spacing: normal;} - .ten {word-spacing: 300%;} - .eleven {word-spacing: -1em;} + .ten {word-spacing: -1em;} .fill { color: yellow; } ]]></style> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" title="16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties"/> @@ -26,7 +25,6 @@ <div class="test">x  x  xx xx</div> <div class="test">x  x  xx xx</div> <div class="eight"> x x <span class="nine">xx xx</span> </div> - <div class="ten"> x  x  xx xx </div> - <div class="eleven"> x   <span class="nine">  </span>x  <span class="fill">xx</span> xx  <span class="fill">x</span>xx </div> + <div class="ten"> x   <span class="nine">  </span>x  <span class="fill">xx</span> xx  <span class="fill">x</span>xx </div> </body> </html> diff --git a/testing/web-platform/tests/css/CSS2/css1/c63-color-000-ref.xht b/testing/web-platform/tests/css/CSS2/css1/c63-color-000-ref.xht deleted file mode 100644 index 1cb42e3641..0000000000 --- a/testing/web-platform/tests/css/CSS2/css1/c63-color-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - p, div {color: blue;} - - img {vertical-align: bottom;} - ]]></style> - - </head> - - <body> - - <p>There should be three solid bars of colour below, each longer than the last, each of the colour specified.</p> - - <div>Blue: <img src="support/swatch-blue.png" alt="FAIL"/><img src="support/swatch-blue.png" alt="FAIL"/><img src="support/swatch-blue.png" alt="FAIL"/></div> - - <div>Orange: <img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/></div> - - <div>Lime: <img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/css1/c63-color-000.xht b/testing/web-platform/tests/css/CSS2/css1/c63-color-000.xht deleted file mode 100644 index 3286b1193d..0000000000 --- a/testing/web-platform/tests/css/CSS2/css1/c63-color-000.xht +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color Units</title> - <meta name="flags" content="ahem image" /> - <link rel="help" href="http://www.w3.org/TR/REC-CSS1#color-units"/> - <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> - <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> - <link rel="match" href="c63-color-000-ref.xht" /> - - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - body {color: blue;} - span {vertical-align: bottom; font: 15px/1 Ahem;} - img {vertical-align: bottom; color: red;} - .one {color: #0f0;} - .two {color: #00ff00;} - .three {color: rgb(0,255,0);} - .four {color: rgb(0%,100%,0%);} - .five {color: rgb(0.0%,100.0%,0.0%);} - .six {color: lime;} - .seven {color: invalidValue;} - .eight {color: rgb(1280,165,0);} - .nine {color: rgb(255,165,0);} - .ten {color: rgb(100%,64.7%,-500%);} - .eleven {color: rgb(100%,64.7%,0%);} - ]]></style> - <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units" title="4.3.6 Colors"/> - </head> - <body> - <p>There should be three solid bars of colour below, each longer than the last, each of the colour specified.</p> - <div> - Blue: <span>X</span><span class="seven">X</span><img src="support/swatch-blue.png" alt="FAIL"/> - </div> - <div> - Orange: <span class="eight">X</span><span class="nine">X</span><span class="ten">X</span><span class="eleven">X</span><img src="support/swatch-orange.png" alt="FAIL"/> - </div> - <div> - Lime: <span class="one">X</span><span class="two">X</span><span class="three">X</span><span class="four">X</span><span class="five">X</span><span class="six">X</span><span style="color: #0f0;">X</span><span style="color: #00ff00;">X</span><span style="color: rgb(0,255,0);">X</span><span style="color: rgb(0%,100%,0%);">X</span><span style="color: rgb(0.0%,100.0%,0.0%);">X</span><span style="color: lime;">X</span><img src="support/swatch-lime.png" alt="FAIL"/> - </div> - </body> -</html> |