diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-06-12 10:23:46 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-06-12 14:00:17 +0000 |
commit | ba8922cc76cf1d01f925b2502d0a6a03dc3ba2fc (patch) | |
tree | de7d147e013b1ed5c78331d00385215b647c8bdf /tests/wpt/web-platform-tests/css/css-ui/text-overflow-005.html | |
parent | 8e783577d24cac2983fbea1b46d5452ffa5fb44f (diff) | |
download | servo-ba8922cc76cf1d01f925b2502d0a6a03dc3ba2fc.tar.gz servo-ba8922cc76cf1d01f925b2502d0a6a03dc3ba2fc.zip |
Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-ui/text-overflow-005.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-ui/text-overflow-005.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-ui/text-overflow-005.html b/tests/wpt/web-platform-tests/css/css-ui/text-overflow-005.html index e50a80274a5..b7ced3673dc 100644 --- a/tests/wpt/web-platform-tests/css/css-ui/text-overflow-005.html +++ b/tests/wpt/web-platform-tests/css/css-ui/text-overflow-005.html @@ -7,6 +7,7 @@ <link rel="help" title="8.2. Overflow Ellipsis: the 'text-overflow' property" href="http://www.w3.org/TR/css3-ui/#text-overflow"> <link rel="match" href="reference/text-overflow-005-ref.html"> <meta name="flags" content="ahem"> +<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style>html{font-family:Ahem}</style> <div id=goat style="width:5em"><p style="text-overflow:ellipsis;overflow:hidden">XXXXXXXXXX</p></div> <script> |