diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-12-12 08:22:50 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-12-12 10:59:51 +0000 |
commit | 5e74467d6812d9d6cd25924445e403b506f23a4a (patch) | |
tree | bfe7de7b5bfb1c647470c485193b71671ee245e3 /tests/wpt/web-platform-tests/css/css-text | |
parent | 82fd8d1daf0ac59dd6b846479eb5d36b123d2ce3 (diff) | |
download | servo-5e74467d6812d9d6cd25924445e403b506f23a4a.tar.gz servo-5e74467d6812d9d6cd25924445e403b506f23a4a.zip |
Update web-platform-tests to revision 548818eee08f7a6e31b9706b352b5d44b2f6d024
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/hyphens/hyphens-overflow-001.html | 4 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/hyphens/hyphens-overflow-001.html b/tests/wpt/web-platform-tests/css/css-text/hyphens/hyphens-overflow-001.html index 948b728254a..4154e5e1181 100644 --- a/tests/wpt/web-platform-tests/css/css-text/hyphens/hyphens-overflow-001.html +++ b/tests/wpt/web-platform-tests/css/css-text/hyphens/hyphens-overflow-001.html @@ -9,6 +9,7 @@ div { font-size: 10px; font-family: Ahem; width: 5.1ch; + border: 1px solid blue; } </style> <body> @@ -18,4 +19,7 @@ div { <div>1234­xx</div> <div>12345­xx</div> <div>123456­xx</div> + + <div style="width: 10ch"><span>ren­for­cer</span>99999</div> + <div><span>00­1</span>222</div> </body> diff --git a/tests/wpt/web-platform-tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html b/tests/wpt/web-platform-tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html index 08d521d3396..db002ce45d8 100644 --- a/tests/wpt/web-platform-tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html +++ b/tests/wpt/web-platform-tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html @@ -4,6 +4,8 @@ div { font-size: 10px; font-family: Ahem; + width: 5.1ch; + border: 1px solid blue; } </style> <body> @@ -13,4 +15,7 @@ div { <div>1234-<br>xx</div> <div>12345-<br>xx</div> <div>123456-<br>xx</div> + + <div style="width: 10ch">renfor-<br>cer99999</div> + <div>00-<br>1222</div> </body> |