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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/floats-001.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 <head> 3 <head><meta charset="utf-8"/>
4 <title>CSS Test: Floats, shifting left until it touches container edge</ title> 4 <title>CSS Test: Floats, shifting left until it touches container edge</ title>
5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/"> 5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/">
6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/ BrowserBugsSection/css21testsuite/"> <!-- 2012-07-02 --> 6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/ BrowserBugsSection/css21testsuite/"> <!-- 2012-07-02 -->
7 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats"> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats">
8 <link rel="match" href="reference/floats-001-ref.htm"> 8 <link rel="match" href="reference/floats-001-ref.htm">
9 9
10 <meta name="flags" content=""> 10 <meta name="flags" content="">
11 <meta name="assert" content="A left floated box shifts left until its ou ter edge touches the containing block edge."> 11 <meta name="assert" content="A left floated box shifts left until its ou ter edge touches the containing block edge.">
12 <style type="text/css"> 12 <style type="text/css">
13 #div1 13 #div1
(...skipping 16 matching lines...) Expand all
30 </style> 30 </style>
31 </head> 31 </head>
32 <body> 32 <body>
33 <p>Test passes if the blue square is on the left inner edge of the hollo w black rectangle.</p> 33 <p>Test passes if the blue square is on the left inner edge of the hollo w black rectangle.</p>
34 <div id="div1"> 34 <div id="div1">
35 <div id="div2"></div> 35 <div id="div2"></div>
36 <div id="div3"></div> 36 <div id="div3"></div>
37 </div> 37 </div>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698