Commit fe55e84a authored by Koji Ishii's avatar Koji Ishii Committed by Commit Bot

Fix two hyphenation tests

1. css/css-text/hyphens/hyphens-auto-010.html

This test requires the last word of the paragraph to be
hyphenated, which Blink currently intentionally doesn't today.

Changes the test not to require this behavior because this
test is for testing general hyphenation behavior, not the
behavior of the last word.

2. css/css-text/hyphens/hyphens-auto-inline-010.html

This test requires "guidelines" to be hyphenated, but the
Minikin engine does not hyphenate this word. Replace it with
"regulation", which is used in `hyphens-auto-010` above.

TBR=yosin@chromium.org, tkent@chromium.org

Bug: 1022415
Change-Id: I9e0abafa618cd03a4989df668ea49308408e81a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483724Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819127}
parent 9f46292a
......@@ -1637,9 +1637,6 @@ crbug.com/1022182 virtual/module-top-level-await/external/wpt/html/webappapis/dy
crbug.com/1022182 virtual/module-top-level-await/external/wpt/html/webappapis/dynamic-markup-insertion/document-write/module-tla-promise.html [ Pass ]
crbug.com/676270 external/wpt/css/css-text/hyphens/hyphens-auto-001.html [ Failure ]
crbug.com/1022415 external/wpt/css/css-text/hyphens/hyphens-auto-010.html [ Failure ]
crbug.com/1022415 [ Linux ] external/wpt/css/css-text/hyphens/hyphens-auto-inline-010.html [ Failure ]
crbug.com/1022415 [ Win ] external/wpt/css/css-text/hyphens/hyphens-auto-inline-010.html [ Failure ]
crbug.com/963369 external/wpt/css/css-text/hyphens/hyphens-out-of-flow-001.html [ Failure ]
crbug.com/963369 external/wpt/css/css-text/hyphens/hyphens-out-of-flow-002.html [ Failure ]
crbug.com/639223 external/wpt/css/css-text/hyphens/hyphens-shaping-002.html [ Failure ]
......
......@@ -35,4 +35,4 @@
<body lang="en">
<div>regulation implementation</div>
<div>regulation implementation now</div>
......@@ -39,14 +39,14 @@
<body lang="en">
<div>There are <span>new guidelines now</span>.</div>
<div>There are <span>new engines now</span>.</div>
<!--
Expected result:
There
are
new
guide-
lines
en-
gines
now.
-->
......@@ -22,7 +22,7 @@
}
</style>
<div>regu&#x002D;lation imple&#x002D;menta&#x002D;tion</div>
<div>regu&#x002D;lation imple&#x002D;menta&#x002D;tion now</div>
<!--
Expected result:
......
......@@ -22,7 +22,7 @@
}
</style>
<div>regu&#x2010;lation imple&#x2010;menta&#x2010;tion</div>
<div>regu&#x2010;lation imple&#x2010;menta&#x2010;tion now</div>
<!--
Expected result:
......
......@@ -18,7 +18,7 @@
<body lang="en">
<div>regu&#x2010;<br>lation<br>imple&#x2010;<br>menta&#x2010;<br>tion</div>
<div>regu&#x2010;<br>lation<br>imple&#x2010;<br>menta&#x2010;<br>tion<br>now</div>
<!--
......
......@@ -18,7 +18,7 @@
<body lang="en">
<div>regu&#x002D;<br>lation<br>imple&#x002D;<br>menta&#x002D;<br>tion</div>
<div>regu&#x002D;<br>lation<br>imple&#x002D;<br>menta&#x002D;<br>tion<br>now</div>
<!--
......
......@@ -18,7 +18,7 @@
<body lang="en">
<div>There<br>are<br>new<br>guide&#x2010;<br>lines<br>now.</div>
<div>There<br>are<br>new<br>en&#x2010;<br>gines<br>now.</div>
<!--
......
......@@ -18,7 +18,7 @@
<body lang="en">
<div>There<br>are<br>new<br>guide&#x002D;<br>lines<br>now.</div>
<div>There<br>are<br>new<br>en&#x002D;<br>gines<br>now.</div>
<!--
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment