diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-03-28 22:09:18 -0400 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-03-29 00:51:32 -0400 |
commit | cb63cfd5c7ad6c8088f8b3ccf11f0fa801fe2d89 (patch) | |
tree | 29f73fb04914e18c7c8d1975f83f6c9c1818f986 /tests/wpt/web-platform-tests/css/css-text/overflow-wrap | |
parent | fcd6beb60819ef2960f70d10e82fa31ba56cc99b (diff) | |
download | servo-cb63cfd5c7ad6c8088f8b3ccf11f0fa801fe2d89.tar.gz servo-cb63cfd5c7ad6c8088f8b3ccf11f0fa801fe2d89.zip |
Update web-platform-tests to revision 3bfdeb8976fc51748935c8d1f1014dfba8e08dfb
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-break-word-006.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html index 6dc1b4dff52..806457ddb32 100644 --- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html +++ b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html @@ -9,9 +9,10 @@ <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."> <style> div { - position: relative; - font-size: 20px; - font-family: Ahem; + position: relative; + font-size: 20px; + font-family: Ahem; + line-height: 1em; } .red { position: absolute; @@ -23,8 +24,8 @@ div { } .test { color: green; - line-height: 1em; width: 5ch; + white-space: break-spaces; overflow-wrap: break-word; } |