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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/text-overflow-004-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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>CSS Basic User Interface Reference File</title>
4 <link rel="author" title="Intel" href="http://www.intel.com/">
5 <style>
6 div {
7 font-size: 10px;
8 }
9 span {
10 font-family: Ahem;
11 font-size: 30px;
12 }
13 </style>
14 <body>
15 <p>PREREQUISITE: The font used must have a glyph for the U+2026 character.</p>
16 <p>Test passes if there is an <strong>ellipsis</strong> after a black rectangl e below.</p>
17 <div>
18 <span>Test</span>&#x2026;
19 </div>
20 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698