diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-ui/text-overflow-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-ui/text-overflow-ref.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-ui/text-overflow-ref.html b/tests/wpt/web-platform-tests/css/css-ui/text-overflow-ref.html index a8795599ec3..b471cf1c316 100644 --- a/tests/wpt/web-platform-tests/css/css-ui/text-overflow-ref.html +++ b/tests/wpt/web-platform-tests/css/css-ui/text-overflow-ref.html @@ -1,6 +1,7 @@ <!doctype html> <head> <title>CSS Reftest Ellipsis Reference</title> + <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style> div { font-size:10px; } span { font-family:Ahem; font-size:30px; } |