Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/text-overflow-expected.html

Issue 2539753002: [css-ui] Import W3C Test Suite (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/text-overflow-004-expected.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <head>
3 <title>CSS Reftest Ellipsis Reference</title>
4 <style>
5 div { font-size:10px; }
6 span { font-family:Ahem; font-size:30px; }
7 </style>
8 </head>
9 <body>
10 <p>PREREQUISITE: The font used must have a glyph for the U+2026 characte r.</p>
11 <p>Test passes if there is <strong>ellipsis</strong> after a black squar e.</p>
12 <div>
13 <span>A</span>&#x2026;
14 </div>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/text-overflow-004-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698