Diff
Modified: trunk/LayoutTests/ChangeLog (244727 => 244728)
--- trunk/LayoutTests/ChangeLog 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/ChangeLog 2019-04-29 08:08:51 UTC (rev 244728)
@@ -1,3 +1,13 @@
+2019-04-29 Javier Fernandez <[email protected]>
+
+ Update the CSS Text WPT test suite
+ https://bugs.webkit.org/show_bug.cgi?id=197326
+
+ Unreviewed test gardening.
+
+ * TestExpectations:
+ - The break-spaces-008.html fails due to bug 197277
+
2019-04-26 Youenn Fablet <[email protected]>
Use normal loading path for ping loads
Modified: trunk/LayoutTests/TestExpectations (244727 => 244728)
--- trunk/LayoutTests/TestExpectations 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/TestExpectations 2019-04-29 08:08:51 UTC (rev 244728)
@@ -1971,7 +1971,9 @@
webkit.org/b/195345 imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-004.html [ Skip ]
webkit.org/b/195345 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-word-overflow-wrap-interactions.html [ Skip ]
+webkit.org/b/197277 imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-008.html [ ImageOnlyFailure ]
+
########################################
### START OF display: contents failures
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2019-04-29 08:08:51 UTC (rev 244728)
@@ -1,3 +1,38 @@
+2019-04-29 Javier Fernandez <[email protected]>
+
+ Update the CSS Text WPT test suite
+ https://bugs.webkit.org/show_bug.cgi?id=197326
+
+ Unreviewed test gardening.
+
+ * web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html:
+ * web-platform-tests/css/css-text/overflow-wrap/w3c-import.log:
+ * web-platform-tests/css/css-text/parsing/text-transform-valid.html:
+ * web-platform-tests/css/css-text/parsing/word-break-invalid-expected.txt:
+ * web-platform-tests/css/css-text/parsing/word-break-invalid.html:
+ * web-platform-tests/css/css-text/parsing/word-break-valid-expected.txt:
+ * web-platform-tests/css/css-text/parsing/word-break-valid.html:
+ * web-platform-tests/css/css-text/text-transform/w3c-import.log:
+ * web-platform-tests/css/css-text/white-space/break-spaces-003-expected.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-003.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-004.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-005-expected.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-005.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-006-expected.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-006.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-007-expected.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-007.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-008-expected.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-008.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-009-expected.html:
+ * web-platform-tests/css/css-text/white-space/break-spaces-009.html:
+ * web-platform-tests/css/css-text/white-space/pre-wrap-008-expected.html:
+ * web-platform-tests/css/css-text/white-space/pre-wrap-008.html:
+ * web-platform-tests/css/css-text/white-space/pre-wrap-015.html:
+ * web-platform-tests/css/css-text/white-space/pre-wrap-016.html:
+ * web-platform-tests/css/css-text/white-space/textarea-break-spaces-001-expected.html:
+ * web-platform-tests/css/css-text/white-space/w3c-import.log:
+
2019-04-28 Youenn Fablet <[email protected]>
Fix imported/w3c/web-platform-tests/fetch/api/request/request-keepalive.html assert_throws call
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -3,15 +3,16 @@
<title>CSS Text Test: overflow-wrap: break-word</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href=""
<link rel="help" href=""
-<link rel="help" href=""
+<link rel="help" href=""
<meta name="flags" content="ahem">
<link rel="match" href=""
-<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: break-spaces' property, that must prevent the word to be broken.">
+<meta name="assert" content="A Single leading white-space constitutes a soft breaking opportunity, honoring the 'white-space: pre-wrap' property, that must prevent the word to be broken.">
<style>
div {
- position: relative;
- font-size: 20px;
- font-family: Ahem;
+ position: relative;
+ font-size: 20px;
+ font-family: Ahem;
+ line-height: 1em;
}
.red {
position: absolute;
@@ -24,7 +25,6 @@
}
.test {
color: green;
- line-height: 1em;
width: 5ch;
white-space: pre-wrap;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/w3c-import.log (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/w3c-import.log 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/w3c-import.log 2019-04-29 08:08:51 UTC (rev 244728)
@@ -56,6 +56,10 @@
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-cluster-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-cluster-001.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-cluster-002-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-cluster-002.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-002-expected.html
@@ -64,6 +68,8 @@
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-003.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-004-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-004.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-normal-keep-all-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-normal-keep-all-001.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/word-wrap-001-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/word-wrap-001.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/overflow-wrap/word-wrap-002-expected.html
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-transform-valid.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-transform-valid.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/text-transform-valid.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -22,16 +22,20 @@
test_valid_value("text-transform", "capitalize full-width");
test_valid_value("text-transform", "uppercase full-size-kana");
test_valid_value("text-transform", "full-width full-size-kana");
-test_valid_value("text-transform", "full-width lowercase");
-test_valid_value("text-transform", "full-size-kana capitalize");
-test_valid_value("text-transform", "full-size-kana full-width");
+// serialization canonicalizes the order of values: https://drafts.csswg.org/cssom/#serialize-a-css-value
+test_valid_value("text-transform", "full-width lowercase", "lowercase full-width");
+test_valid_value("text-transform", "full-size-kana capitalize", "capitalize full-size-kana");
+test_valid_value("text-transform", "full-size-kana full-width", "full-width full-size-kana");
+
test_valid_value("text-transform", "capitalize full-width full-size-kana");
-test_valid_value("text-transform", "full-width full-size-kana uppercase");
-test_valid_value("text-transform", "full-size-kana lowercase full-width");
-test_valid_value("text-transform", "lowercase full-size-kana full-width");
-test_valid_value("text-transform", "full-width uppercase full-size-kana");
-test_valid_value("text-transform", "full-size-kana full-width capitalize");
+
+// serialization canonicalizes the order of values
+test_valid_value("text-transform", "full-width full-size-kana uppercase", "uppercase full-width full-size-kana");
+test_valid_value("text-transform", "full-size-kana lowercase full-width", "lowercase full-width full-size-kana");
+test_valid_value("text-transform", "lowercase full-size-kana full-width", "lowercase full-width full-size-kana");
+test_valid_value("text-transform", "full-width uppercase full-size-kana", "uppercase full-width full-size-kana");
+test_valid_value("text-transform", "full-size-kana full-width capitalize", "capitalize full-width full-size-kana");
</script>
</body>
</html>
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-invalid-expected.txt (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-invalid-expected.txt 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-invalid-expected.txt 2019-04-29 08:08:51 UTC (rev 244728)
@@ -2,4 +2,9 @@
PASS e.style['word-break'] = "auto" should not set the property value
PASS e.style['word-break'] = "normal keep-all" should not set the property value
PASS e.style['word-break'] = "break-all break-all" should not set the property value
+PASS e.style['word-break'] = "normal break-word" should not set the property value
+PASS e.style['word-break'] = "break-word normal" should not set the property value
+PASS e.style['word-break'] = "keep-all break-word" should not set the property value
+PASS e.style['word-break'] = "break-all break-word" should not set the property value
+PASS e.style['word-break'] = "word-break" should not set the property value
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-invalid.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-invalid.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-invalid.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>CSS Text Module Test: parsing word-break with invalid values</title>
<link rel="help" href=""
-<meta name="assert" content="word-break supports only the grammar 'normal | keep-all | break-all'.">
+<meta name="assert" content="word-break supports only the grammar 'normal | keep-all | break-all | break-word'.">
<script src=""
<script src=""
<script src=""
@@ -14,6 +14,11 @@
test_invalid_value("word-break", "auto");
test_invalid_value("word-break", "normal keep-all");
test_invalid_value("word-break", "break-all break-all");
+test_invalid_value("word-break", "normal break-word");
+test_invalid_value("word-break", "break-word normal");
+test_invalid_value("word-break", "keep-all break-word");
+test_invalid_value("word-break", "break-all break-word");
+test_invalid_value("word-break", "word-break");
</script>
</body>
</html>
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-valid-expected.txt (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-valid-expected.txt 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-valid-expected.txt 2019-04-29 08:08:51 UTC (rev 244728)
@@ -2,4 +2,5 @@
PASS e.style['word-break'] = "normal" should set the property value
PASS e.style['word-break'] = "keep-all" should set the property value
PASS e.style['word-break'] = "break-all" should set the property value
+PASS e.style['word-break'] = "break-word" should set the property value
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-valid.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-valid.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/parsing/word-break-valid.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>CSS Text Module Test: parsing word-break with valid values</title>
<link rel="help" href=""
-<meta name="assert" content="word-break supports the full grammar 'normal | keep-all | break-all'.">
+<meta name="assert" content="word-break supports the full grammar 'normal | keep-all | break-all | break-word'.">
<script src=""
<script src=""
<script src=""
@@ -14,6 +14,7 @@
test_valid_value("word-break", "normal");
test_valid_value("word-break", "keep-all");
test_valid_value("word-break", "break-all");
+test_valid_value("word-break", "break-word");
</script>
</body>
</html>
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/w3c-import.log (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/w3c-import.log 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/w3c-import.log 2019-04-29 08:08:51 UTC (rev 244728)
@@ -78,6 +78,8 @@
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-lowercase-001.xht
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-lowercase-002-expected.xht
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-lowercase-002.xht
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-multiple-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-multiple-001.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-none-001-expected.xht
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-none-001.xht
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-transform/text-transform-shaping-001-expected.html
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,6 @@
<link rel="author" title="Javier Fernandez" href="" />
<style>
div {
- position: relative;
width: 100px;
height: 100px;
background: green;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -7,11 +7,12 @@
<link rel="help" href=""
<link rel="help" href=""
<meta name="flags" content="ahem">
-<link rel="match" href=""
-<meta name="assert" content="The word is not broken if there are previous breaking opportunities, honoring the 'white-space: break-spaces' value.">
+<link rel="match" href=""
+<meta name="assert" content="break-word + break-spaces do not allow a break
+between the last character of a word and the first space of a sequence of preserved spaces
+if there are other wrapping opportunities earlier in the line.">
<style>
div {
- position: relative;
font: 25px/1 Ahem;
}
.fail {
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-004.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-004.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-004.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -11,7 +11,6 @@
<meta name="assert" content="The word is not broken if there are previous breaking opportunities, honoring the 'white-space: break-spaces' value.">
<style>
div {
- position: relative;
font: 20px/1 Ahem;
}
.fail {
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-005-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-005-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-005-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,6 @@
<link rel="author" title="Javier Fernandez" href="" />
<style>
div {
- position: relative;
width: 100px;
height: 100px;
background: green;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-005.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-005.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-005.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -9,7 +9,6 @@
<meta name="assert" content="If 'white-space' is set to 'break-spaces', collapsing preserved white-spaces' advance width is not allowed, so that they can be wrapped honoring the 'white-space' propery.">
<style>
div {
- position: relative;
font: 10px/1 Ahem;
}
.fail {
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-006-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-006-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-006-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,6 @@
<link rel="author" title="Javier Fernandez" href="" />
<style>
div {
- position: relative;
width: 100px;
height: 100px;
background: green;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-006.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-006.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-006.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -11,7 +11,6 @@
<meta name="assert" content="White spaces are preserved, honoring the 'white-space: break-spaces', but the words are broken, honring the 'word-beak: break-all' even though there are previous breaking opportunities in the white-spaces.">
<style>
div {
- position: relative;
font: 25px/1 Ahem;
}
.fail {
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-007-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-007-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-007-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,6 @@
<link rel="author" title="Javier Fernandez" href="" />
<style>
div {
- position: relative;
width: 100px;
height: 100px;
background: green;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-007.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-007.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-007.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -8,10 +8,9 @@
<link rel="help" href=""
<link rel="match" href=""
<meta name="flags" content="ahem">
-<meta name="assert" content="A single leading white-space should be used, honoring white-space: break-spaces, to avoid overflow; however, a single preserved white-space at the end of the line cannot be wrapped, hence it hangs when breaking after it to move the rest of the text to the next line.">
+<meta name="assert" content="A single leading white-space should be used, honoring white-space: break-spaces, to avoid overflow; however, a single preserved white-space at the end of the line cannot be wrapped, hence it overflows when breaking after it to move the rest of the text to the next line.">
<style>
div {
- position: relative;
font: 25px/1 Ahem;
}
.fail {
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-008-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-008-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-008-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,6 @@
<link rel="author" title="Javier Fernandez" href="" />
<style>
div {
- position: relative;
width: 100px;
height: 100px;
background: green;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-008.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-008.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-008.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -8,10 +8,9 @@
<link rel="help" href=""
<link rel="match" href=""
<meta name="flags" content="ahem">
-<meta name="assert" content="White spaces are preserved, honoring the 'white-space: break-spaces', which may lead to overfow. However, we can break before the first white-space after the word honoring the 'break-all' value.">
+<meta name="assert" content="White spaces are preserved, honoring the 'white-space: break-spaces', which may lead to overfow. However, we can break before the las letter in the word honoring the 'break-all' value.">
<style>
div {
- position: relative;
font: 25px/1 Ahem;
}
.fail {
@@ -30,6 +29,6 @@
</style>
<body>
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
- <div class="fail">XXXX<br><span>X</span>XX<span>X</span><br><span>XXXX</span><br><span>XXXX</span></div>
+ <div class="fail">XXX<span>X</span><br>X<span>X</span>XX<br><span>XXXX</span><br><span>XXXX</span></div>
<div class="test">XXXX XX</div>
</body>
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-009-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-009-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-009-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,6 @@
<link rel="author" title="Javier Fernandez" href="" />
<style>
div {
- position: relative;
width: 100px;
height: 100px;
background: green;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-009.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-009.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-009.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -13,7 +13,6 @@
if there are no other wrapping opportunities earlier in the line">
<style>
div {
- position: relative;
font: 25px/1 Ahem;
}
.red {
@@ -27,7 +26,6 @@
background: green;
color: red;
width: 4ch;
- z-index: -1;
white-space: break-spaces;
word-break: break-word;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-008-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-008-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-008-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -4,7 +4,6 @@
<link rel="author" title="Javier Fernandez" href="" />
<style>
div {
- position: relative;
width: 100px;
height: 100px;
background: green;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-008.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-008.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-008.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -9,7 +9,6 @@
<meta name="assert" content="The word is not broken despite the 'word-break: break-word' if there are previous breaking opportunities, honoring the white-space: pre-wrap value.">
<style>
div {
- position: relative;
font-size: 20px;
font-family: Ahem;
}
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-015.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-015.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-015.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -9,7 +9,6 @@
<meta name="assert" content="The text is broken at the end of the space between the two words, never before, so it hangs and cause an overflow">
<style>
div {
- position: relative;
font: 20px/1 Ahem;
}
.ref {
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-016.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-016.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/pre-wrap-016.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -9,7 +9,6 @@
<meta name="assert" content="The word is not broken if there are previous breaking opportunities, honoring the white-space: pre-wrap value.">
<style>
div {
- position: relative;
font-size: 20px;
font-family: Ahem;
line-height: 1em;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/textarea-break-spaces-001-expected.html (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/textarea-break-spaces-001-expected.html 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/textarea-break-spaces-001-expected.html 2019-04-29 08:08:51 UTC (rev 244728)
@@ -14,7 +14,6 @@
word-break: initial;
margin: 0;
padding: 0;
- border-radius: 0px;
border: none;
outline: none;
resize: none;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/w3c-import.log (244727 => 244728)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/w3c-import.log 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/w3c-import.log 2019-04-29 08:08:51 UTC (rev 244728)
@@ -18,6 +18,8 @@
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-001.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-002-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-002.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-003.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-004-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-004.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-005-expected.html
@@ -50,6 +52,8 @@
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-008.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-00B-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-00B.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-00C-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-00C.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-00D-expected.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-00D.html
/LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space/control-chars-00E-expected.html
Modified: trunk/LayoutTests/platform/ios/TestExpectations (244727 => 244728)
--- trunk/LayoutTests/platform/ios/TestExpectations 2019-04-29 05:17:08 UTC (rev 244727)
+++ trunk/LayoutTests/platform/ios/TestExpectations 2019-04-29 08:08:51 UTC (rev 244728)
@@ -3071,6 +3071,8 @@
webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-006.html [ ImageOnlyFailure ]
webkit.org/b/196169 imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-003.html [ ImageOnlyFailure ]
+imported/w3c/web-platform-tests/css/css-text/white-space/textarea-break-spaces-001.html [ ImageOnlyFailure ]
+
# unsupported
fast/dynamic/mail-autosize-viewport-unit.html [ Failure ]