diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-06-26 10:48:30 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-06-26 10:48:30 +0200 |
commit | 1359e8e4624d10ceb0bf55bcb1cb2903141c6d38 (patch) | |
tree | 131f289fd18efb5b28653f6b5d83953f8e6c820b /tests/wpt/web-platform-tests/css/css-overflow/reference | |
parent | f017169ae482effc446384050e79b752bd9ddfe5 (diff) | |
download | servo-1359e8e4624d10ceb0bf55bcb1cb2903141c6d38.tar.gz servo-1359e8e4624d10ceb0bf55bcb1cb2903141c6d38.zip |
Move `tests/wpt/web-platform-tests` to `tests/wpt/tests`
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-overflow/reference')
53 files changed, 0 insertions, 901 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html deleted file mode 100644 index d7125ee2ef3..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/input-scrollable-region-001-ref.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Basic User Interface Reference File</title> -<link rel="author" title="Boaz Sender, Ali Juma, Robert Ma"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> -input { - font-family: Ahem; - width: 100px; - margin: 0px; - border: 1px solid black; - height: 30px; - padding: 0px 10px; - font-size: 18px; - box-sizing: border-box; - line-height: 1; -} - -</style> -<body> - <input type="text" value="foo"> -</body> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html deleted file mode 100644 index 9795d1f5861..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-body-no-propagation-ref.html +++ /dev/null @@ -1,5 +0,0 @@ -<!doctype html> -<html style="overflow:auto"> -<title>CSS Overflow Test Reference</title> -<body style="margin-top:100px;overflow:scroll">The body should have scrollbars, not the viewport.</body> -</html> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-body-propagation-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-body-propagation-ref.html deleted file mode 100644 index 340bda9de92..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-body-propagation-ref.html +++ /dev/null @@ -1,5 +0,0 @@ -<!doctype html> -<html style="overflow:scroll"> -<title>CSS Overflow Test Reference</title> -<body style="margin-top:100px">The viewport should have scrollbars, not the body.</body> -</html> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-ellipsis-dynamic-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-ellipsis-dynamic-001-ref.html deleted file mode 100644 index 85f8c50a8d6..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-ellipsis-dynamic-001-ref.html +++ /dev/null @@ -1,12 +0,0 @@ -<!doctype html> -<title>CSS test reference</title> -<style> -p { - width: 40ch; - font: 16px/1 monospace; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} -</style> -<p>short<p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-inline-block-with-opacity-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-inline-block-with-opacity-ref.html deleted file mode 100644 index 1b37bfffb78..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-inline-block-with-opacity-ref.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html> -<style> - span { opacity: 0.99; } - #button { display: inline-block; } -</style> -<span> - <div id="button">hello<br>world</div> -</span> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-recalc-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-recalc-001-ref.html deleted file mode 100644 index b18dee8caf1..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/overflow-recalc-001-ref.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: Reference Overflow recalc after font-size change</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<style> -#scroller { - height: 200px; - overflow: scroll; -} -#wrapper { - margin-top: 100px; - width: 200px; - height: 200px; - background: green; -} -</style> -<p>Test passes if there is <strong>no red</strong>.</p> -<div id="scroller"> - <div id="wrapper"></div> -</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/ref-if-there-is-no-red.xht b/tests/wpt/web-platform-tests/css/css-overflow/reference/ref-if-there-is-no-red.xht deleted file mode 100644 index a5b4e9f47a8..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/ref-if-there-is-no-red.xht +++ /dev/null @@ -1,18 +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/" /> - - </head> - - <body> - - <p>Test passes if there is <strong>no red</strong>.</p> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-001-ref.html deleted file mode 100644 index 814bfd6a2f8..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-001-ref.html +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - font: 100px/1 Ahem; - } -</style> -<p>The test passes if it matches the reference.</p> -<div>ppp</div> -<div>pppp</div> -<div>pppX</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-002-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-002-ref.html deleted file mode 100644 index cf26b6b8c84..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-002-ref.html +++ /dev/null @@ -1,13 +0,0 @@ -<!doctype html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<link rel="stylesheet" href="/fonts/ahem.css"> -<style> -div { - background-color: green; - display: inline-block; - vertical-align: top; - font-family: Ahem; -} -</style> -<div><span>ABC</span><span style="visibility: hidden">…</span></div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-rtl-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-rtl-001-ref.html deleted file mode 100644 index 5c75e38d830..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-rtl-001-ref.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - font: 100px/1 Ahem; - white-space: pre; - } -</style> -<p>The test passes if it matches the reference.</p> -<div> ppp</div> -<div>pppp</div> -<div>Xppp</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-vertical-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-vertical-001-ref.html deleted file mode 100644 index 18f8a1beaef..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-vertical-001-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - font: 100px/1 Ahem; - height: 400px; - display: inline-block; - writing-mode: vertical-lr; - } -</style> -<p>The test passes if it matches the reference.</p> -<div>ppp</div> -<div>pppp</div> -<div>pppX</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-vertical-rtl-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-vertical-rtl-001-ref.html deleted file mode 100644 index 1c9e6603319..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-ellipsis-vertical-rtl-001-ref.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - font: 100px/1 Ahem; - height: 400px; - display: inline-block; - writing-mode: vertical-lr; - direction: rtl; - } -</style> -<p>The test passes if it matches the reference.</p> -<div>ppp</div> -<div>pppp</div> -<div>Xppp</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-001-ref.html deleted file mode 100644 index 18836f32040..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-001-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis and scrolling reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - font: 100px/1 Ahem; - white-space: pre; - } -</style> -<p>The test passes if it matches the reference.</p> - -<div>p pX</div> -<div>pp p</div> -<div> pX</div> -<div>pp p</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-rtl-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-rtl-001-ref.html deleted file mode 100644 index 4be95f4fb9e..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-rtl-001-ref.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis and scrolling reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - font: 100px/1 Ahem; - } -</style> -<p>The test passes if it matches the reference.</p> - -<div>X pp</div> -<div>ppp</div> -<div>Xp</div> -<div>ppp</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-vertical-lr-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-vertical-lr-001-ref.html deleted file mode 100644 index 8b671171e61..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-vertical-lr-001-ref.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis and scrolling reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - display: inline-block; - writing-mode: vertical-lr; - font: 100px/1 Ahem; - height: 400px; - white-space: pre; - } -</style> -<p>The test passes if it matches the reference.</p> - -<div>p pX</div> -<div>pp p</div> -<div> pX</div> -<div>pp p</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-vertical-lr-rtl-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-vertical-lr-rtl-001-ref.html deleted file mode 100644 index fff3dec59cb..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/text-overflow-scroll-vertical-lr-rtl-001-ref.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Overflow: text-overflow: ellipsis and scrolling reference file</title> -<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - div { - display: inline-block; - writing-mode: vertical-lr; - font: 100px/1 Ahem; - height: 400px; - } -</style> -<p>The test passes if it matches the reference.</p> - -<div>X pp</div> -<div>ppp</div> -<div>Xp</div> -<div>ppp</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-001-ref.html deleted file mode 100644 index ef28e01dac0..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-001-ref.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - font: 16px / 32px serif; - white-space: pre; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -Line 4 -Line 5</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-005-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-005-ref.html deleted file mode 100644 index c9a9ae5d7ff..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-005-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -Line 4…</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-006-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-006-ref.html deleted file mode 100644 index 3a17a6d5f3b..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-006-ref.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -Line 4…</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-007-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-007-ref.html deleted file mode 100644 index 1c9a728aafc..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-007-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp"><div>Line 1 -Line 2 -Line 3 -Line 4…</div></div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-008-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-008-ref.html deleted file mode 100644 index 4ead437830f..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-008-ref.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: block; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp"><div>Line 1 -Line 2 -Line 3</div><div>Line A -Line B -Line C</div>Line 一 -Line 二…</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-009-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-009-ref.html deleted file mode 100644 index 62e100d6334..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-009-ref.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -.child { - font: 24px / 48px serif; - color: blue; -} -</style> -<div class="clamp"><div>Line 1 -Line 2<div class="child">Line 3…</div></div></div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-010-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-010-ref.html deleted file mode 100644 index 63e9885e8b9..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-010-ref.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -.child { - font: 24px / 48px serif; - color: blue; -} -</style> -<div class="clamp"><div>Line 1 -Line 2<div class="child">Line 3 -Line 4</div>Line 5…</div></div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-011-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-011-ref.html deleted file mode 100644 index fbcd8ca3115..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-011-ref.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -.child { - font: 24px / 48px serif; - color: blue; - padding: 0 4px; -} -</style> -<div class="clamp"><div>Line 1 -Line 2<div class="child">Line 3 -Line 4</div>Line 5…</div></div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-012-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-012-ref.html deleted file mode 100644 index d28c9388aea..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-012-ref.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -.child { - display: flex; - font: 24px / 48px serif; - color: blue; -} -</style> -<div class="clamp"><div>Line 1 -Line 2<div class="child">Line 3 -Line 4</div>Line 5…</div></div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-013-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-013-ref.html deleted file mode 100644 index ba14aefc7cc..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-013-ref.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -.child { - font: 24px / 48px serif; - color: blue; -} -</style> -<div class="clamp"><div>Line 1 -Line 2<table class="child" border="1"><tr><td>Line 3 -Line 4</td></tr></table>Line 5…</div></div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-014-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-014-ref.html deleted file mode 100644 index c7346ab5279..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-014-ref.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; - direction: rtl; -} -</style> -<div class="clamp">Line 1 -Line 2…</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-015-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-015-ref.html deleted file mode 100644 index d73bc7d7cb6..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-015-ref.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: horizontal; - font: 16px / 32px serif; - white-space: pre; - padding: 4px 0; - background-color: yellow; - writing-mode: vertical-rl; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -Line 4 -Line 5</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-016-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-016-ref.html deleted file mode 100644 index e54947e3956..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-016-ref.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2…</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-017-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-017-ref.html deleted file mode 100644 index 043e5f3d1c3..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-017-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3…</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-018-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-018-ref.html deleted file mode 100644 index b95f7ce7662..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-018-ref.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -Line 4 -Line 5</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-019-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-019-ref.html deleted file mode 100644 index b95f7ce7662..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-019-ref.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -Line 4 -Line 5</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-020-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-020-ref.html deleted file mode 100644 index 043e5f3d1c3..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-020-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3…</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-021-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-021-ref.html deleted file mode 100644 index 043e5f3d1c3..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-021-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3…</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-022-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-022-ref.html deleted file mode 100644 index 29d738589d1..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-022-ref.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-023-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-023-ref.html deleted file mode 100644 index 3127bb078b3..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-023-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-024-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-024-ref.html deleted file mode 100644 index d4820a1b487..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-024-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: inline-block; - overflow: hidden; - font: 16px / 32px monospace; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -Before <div class="clamp">Line 1 -Line 2 -Line …</div> After</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-025-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-025-ref.html deleted file mode 100644 index c33a6b50338..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-025-ref.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px monospace; - white-space: pre; - padding: 0 4px; - background-color: yellow; - width: 11ch; -} -.float { - float: right; - color: orange; -} -</style> -<div class="clamp"><div><div class="float">[f]</div>A B C D…</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-026-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-026-ref.html deleted file mode 100644 index e4c1b033499..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-026-ref.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px monospace; - white-space: pre; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -Line 4 -Line 5</div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-027-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-027-ref.html deleted file mode 100644 index be27d6d276a..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-027-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px monospace; - white-space: pre; - background-color: yellow; -} -</style> -<div class="clamp"><div>Line 1 -Line 2<fieldset>Line 3 -Line 4<legend>Line 5 -Line 6</legend></fieldset>Line 7…</div></div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-029-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-029-ref.html deleted file mode 100644 index 0d18c2a7f55..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-029-ref.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: block; - font: 16px / 32px monospace; - white-space: pre; - background-color: yellow; -} -.child { - overflow: hidden; -} -</style> -<div class="clamp"><div class="child">Line 1 -Line 2 -Line 3 -Line 4 -Line 5</div></div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-030-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-030-ref.html deleted file mode 100644 index e88c8bffc02..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-030-ref.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px monospace; - white-space: pre; - background-color: yellow; - border: none; - overflow: hidden; -} -</style> -<div class="clamp"><div>Line 1 -Line 2 -Line 3…</div></div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-031-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-031-ref.html deleted file mode 100644 index 14f2fb1bb40..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-031-ref.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -.big { - font-weight: bold; - border-top: 2px solid blue; - padding: 20px 0; -} -</style> -<div class="clamp"><div class="item">Line 1 -Line 2 -Line 3 <span class="big">BIG</span>…</div></div> -<p>Following content.</p> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-032-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-032-ref.html deleted file mode 100644 index 8f5b1ef53eb..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-032-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Reference</title> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - font: 16px / 32px serif; - white-space: pre; - padding: 0 4px; - background-color: yellow; -} -</style> -<div class="clamp">Line 1 -Line 2 -Line 3 -…</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-035-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-035-ref.html deleted file mode 100644 index 230218399e3..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-035-ref.html +++ /dev/null @@ -1,22 +0,0 @@ -<!doctype html> -<meta charset="utf-8"> -<title>CSS reference</title> -<link rel="stylesheet" href="/fonts/ahem.css"> -<style> -#parent { - display: inline-block; - background: green; -} -#clamp { - font-family: Ahem; - display: block; - overflow: hidden; /* can be removed once implementations update their old -webkit-line-clamp implementations */ -} -</style> -<div id="parent"> - <div id="clamp"> - AAA<br> - BBB<br> - CCC<span style="visibility: hidden">…</span> - </div> -</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-036-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-036-ref.html deleted file mode 100644 index 0de35e98ab3..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-036-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - width: 10ch; - font: 16px / 32px monospace; - background-color: yellow; - padding: 4px; - overflow: hidden; -} -</style> -<div class="clamp"> - supercalifragilisticexpialidocious - supercali… -</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-037-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-037-ref.html deleted file mode 100644 index 2927716d76d..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-037-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - width: 150px; - font: 16px / 32px monospace; - background-color: yellow; - padding: 4px; - overflow: hidden; -} -</style> -<div class="clamp"> - supercalifragilisticexpialidocious - supercalifragilisticexpialidocious -</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-038-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-038-ref.html deleted file mode 100644 index bd8db762dd8..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-038-ref.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; - font: 16px / 32px serif; - background-color: yellow; - overflow: hidden; -} -</style> -<div class="clamp"> - <div> - Line 1<br>Line 2<br>Line 3<br>Line 4<br>Line 5 - </div> -</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-039-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-039-ref.html deleted file mode 100644 index fd8a76b2f8e..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-039-ref.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<style> -.clamp { - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 5; - font: 16px / 32px serif; - background-color: yellow; - overflow: hidden; -} -</style> -<div class="clamp"> - <div> - Line 1<br>Line 2<br>Line 3<br>Line 4<br>Line 5<br>Line 6 - </div> -</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-040-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-040-ref.html deleted file mode 100644 index f55be86e546..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-040-ref.html +++ /dev/null @@ -1,16 +0,0 @@ -<!doctype html> -<meta charset="utf-8"> -<title>CSS Test Reference</title> -<style> -.clamp { - font: 16px / 32px serif; - white-space: pre; - background-color: yellow; - height: 5em; -} -</style> -<div class="clamp">Line 1 -Line 2… -Line 3 -Line 4 -Line 5</div> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-block-in-inline-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-block-in-inline-001-ref.html deleted file mode 100644 index 79f2e409109..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-block-in-inline-001-ref.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<style> -.clamp { - display: -webkit-inline-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; -} -</style> -<body> - <div class="clamp"> - 1<br> - 2<br> - <div>3</div> - 4<br> - 5 - </div> -</body> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-dynamic-001-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-dynamic-001-ref.html deleted file mode 100644 index 21458953df9..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-dynamic-001-ref.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<style> -#container { - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - font-size: 20px; - width: 10ch; -} -</style> -<body> - <div id="container"> - abc def ghi jkl mno pqr stu vwx yz - 123 456 789 - </div> -</body> diff --git a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-with-line-height-ref.html b/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-with-line-height-ref.html deleted file mode 100644 index c2c8914161a..00000000000 --- a/tests/wpt/web-platform-tests/css/css-overflow/reference/webkit-line-clamp-with-line-height-ref.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> -#test { - width: 100px; - - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - - border: solid thin grey; - font: 20px 'Ahem'; - line-height: 40px; -} -</style> -<p>This tests the -webkit-line-clamp property with line-height applied.</p> -<div id="test"> - XXXX XXX -</div> |