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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/floats-001-expected.html

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 years, 8 months 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
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 3
4 <head> 4 <head><meta charset="utf-8"/>
5 5
6 <title>CSS Reftest Reference</title> 6 <title>CSS Reftest Reference</title>
7 7
8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/"> 8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/">
9 9
10 <style type="text/css"> 10 <style type="text/css">
11 div 11 div
12 { 12 {
13 border: black solid 5px; 13 border: black solid 5px;
14 height: 1in; 14 height: 1in;
15 width: 2in; 15 width: 2in;
16 } 16 }
17 17
18 img {vertical-align: top;} 18 img {vertical-align: top;}
19 </style> 19 </style>
20 20
21 </head> 21 </head>
22 22
23 <body> 23 <body>
24 24
25 <p>Test passes if the blue square is on the left inner edge of the hollow blac k rectangle.</p> 25 <p>Test passes if the blue square is on the left inner edge of the hollow blac k rectangle.</p>
26 26
27 <div><img src="support/swatch-blue.png" width="96" height="96" alt="Image dow nload support must be enabled"></div> 27 <div><img src="support/swatch-blue.png" width="96" height="96" alt="Image dow nload support must be enabled"></div>
28 28
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698