aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-text/overflow-wrap
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2018-12-17 21:06:57 -0500
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2018-12-17 22:27:33 -0500
commitd61756ac9d8c4eafbd6eb1adfecdf932d3e74495 (patch)
treed57a2e3641f551bfb78edba0e161b4181c7db1f7 /tests/wpt/web-platform-tests/css/css-text/overflow-wrap
parent9ca6768a56cf29ce6563af932b9e8a9150963d39 (diff)
downloadservo-d61756ac9d8c4eafbd6eb1adfecdf932d3e74495.tar.gz
servo-d61756ac9d8c4eafbd6eb1adfecdf932d3e74495.zip
Update web-platform-tests to revision 4984b190341b535c645729b8f99247aace0022fe
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text/overflow-wrap')
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001.html2
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002.html2
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003-ref.html15
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003.html21
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-004.html2
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-005.html21
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html4
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-001.html2
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-002.html2
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-003.html21
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-004.html2
-rw-r--r--tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-005.html21
12 files changed, 8 insertions, 107 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001.html
index 2407942f09f..3c6ee263fb4 100644
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001.html
+++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001.html
@@ -3,7 +3,7 @@
<title>CSS Text Test: overflow-wrap - break-word (basic)</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
+<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<link rel="match" href="overflow-wrap-001-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'overflow-wrap' property set 'break-word' breaks the word at an arbitrary point">
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002.html
index 2c6d34d01da..e1b5c061038 100644
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002.html
+++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002.html
@@ -3,7 +3,7 @@
<title>CSS Text Test: overflow-wrap - break-word and white-space - nowrap</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
+<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<link rel="help" href="http://www.w3.org/TR/css-text-3/#white-space">
<link rel="match" href="overflow-wrap-002-ref.html">
<meta name="flags" content="ahem">
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003-ref.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003-ref.html
deleted file mode 100644
index fa4ca42b587..00000000000
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003-ref.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>CSS Text Test Reference File</title>
-<link rel="author" title="Intel" href="http://www.intel.com">
-<style>
- #test {
- border: 5px solid orange;
- font: 20px/1 Ahem;
- width: 20em;
- }
-</style>
-<body>
- <p class="instructions">Test passes if the black box displayed in two rows within the orange box.</p>
- <p id="test">FillerTextFillerText<br>FillerTextFillerText</p>
-</body>
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003.html
deleted file mode 100644
index 99ead18f281..00000000000
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-003.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>CSS Text Test: overflow-wrap - break-word (white space)</title>
-<link rel="author" title="Intel" href="http://www.intel.com">
-<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
-<link rel="match" href="overflow-wrap-003-ref.html">
-<meta name="flags" content="ahem">
-<meta name="assert" content="The 'overflow-wrap' property set 'break-word' breaks line at white space">
-<style>
- #test {
- border: 5px solid orange;
- font: 20px/1 Ahem;
- overflow-wrap: break-word;
- width: 20em;
- }
-</style>
-<body>
- <p class="instructions">Test passes if the black box displayed in two rows within the orange box.</p>
- <p id="test">FillerTextFillerText FillerTextFillerText</p>
-</body>
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-004.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-004.html
index 92ad750207d..166bfc1f474 100644
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-004.html
+++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-004.html
@@ -3,7 +3,7 @@
<title>CSS Text Test: overflow-wrap - normal (basic)</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
+<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<link rel="match" href="overflow-wrap-004-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'overflow-wrap' property set 'normal' overflows container">
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-005.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-005.html
deleted file mode 100644
index 181137450d5..00000000000
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-005.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>CSS Text Test: overflow-wrap - normal (white space)</title>
-<link rel="author" title="Intel" href="http://www.intel.com">
-<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
-<link rel="match" href="overflow-wrap-003-ref.html">
-<meta name="flags" content="ahem">
-<meta name="assert" content="The 'overflow-wrap' property set 'normal' will break line at white space">
-<style>
- #test {
- border: 5px solid orange;
- font: 20px/1 Ahem;
- overflow-wrap: normal;
- width: 20em;
- }
-</style>
-<body>
- <p class="instructions">Test passes if the black box displayed in two rows within the orange box.</p>
- <p id="test">FillerTextFillerText FillerTextFillerText</p>
-</body>
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html
index bce6c68389c..2c83c46aa50 100644
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html
+++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-fit-content-001.html
@@ -2,10 +2,10 @@
<meta charset="utf-8">
<title>CSS Text Test: overflow-wrap: break-word with fit-content</title>
<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
+<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<meta name="flags" content="">
<link rel="match" href="reference/overflow-wrap-break-word-fit-content-001.html">
-<meta name="assert" content="The 'overflow-wrap: break-word' must not break surrogate pairs">
+<meta name="assert" content="The 'overflow-wrap: break-word' must not break non-BMP characters (which might be represented as surrogate pairs internally)">
<style>
.test {
display: inline-block;
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-001.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-001.html
index dd5f0f2bf13..af326a6cdf2 100644
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-001.html
+++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-001.html
@@ -3,7 +3,7 @@
<title>CSS Text Test: word-wrap - break-word (basic)</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
+<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrapproperty">
<link rel="match" href="overflow-wrap-001-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'word-wrap' property set 'break-word' breaks the word at an arbitrary point">
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-002.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-002.html
index 380fb8ec4fd..24b39d6cacd 100644
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-002.html
+++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-002.html
@@ -3,7 +3,7 @@
<title>CSS Text Test: word-wrap - break-word and white-space - nowrap</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
+<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<link rel="help" href="http://www.w3.org/TR/css-text-3/#white-space">
<link rel="match" href="overflow-wrap-002-ref.html">
<meta name="flags" content="ahem">
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-003.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-003.html
deleted file mode 100644
index 282d184b069..00000000000
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-003.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>CSS Text Test: word-wrap - break-word (white space)</title>
-<link rel="author" title="Intel" href="http://www.intel.com">
-<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
-<link rel="match" href="overflow-wrap-003-ref.html">
-<meta name="flags" content="ahem">
-<meta name="assert" content="The 'word-wrap' property set 'break-word' breaks line at white space">
-<style>
- #test {
- border: 5px solid orange;
- font: 20px/1 Ahem;
- word-wrap: break-word;
- width: 20em;
- }
-</style>
-<body>
- <p class="instructions">Test passes if the black box displayed in two rows within the orange box.</p>
- <p id="test">FillerTextFillerText FillerTextFillerText</p>
-</body>
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-004.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-004.html
index ce7a2fe5047..773c4aef6cc 100644
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-004.html
+++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-004.html
@@ -3,7 +3,7 @@
<title>CSS Text Test: word-wrap - normal (basic)</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
+<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<link rel="match" href="overflow-wrap-004-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="The 'word-wrap' property set 'normal' overflows container">
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-005.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-005.html
deleted file mode 100644
index 4b9973a19de..00000000000
--- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/word-wrap-005.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>CSS Text Test: word-wrap - normal (white space)</title>
-<link rel="author" title="Intel" href="http://www.intel.com">
-<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
-<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
-<link rel="match" href="overflow-wrap-003-ref.html">
-<meta name="flags" content="ahem">
-<meta name="assert" content="The 'word-wrap' property set 'normal' will break line at white space">
-<style>
- #test {
- border: 5px solid orange;
- font: 20px/1 Ahem;
- word-wrap: normal;
- width: 20em;
- }
-</style>
-<body>
- <p class="instructions">Test passes if the black box displayed in two rows within the orange box.</p>
- <p id="test">FillerTextFillerText FillerTextFillerText</p>
-</body>