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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/height-applies-to-010a-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>
5 5
6 <title>CSS Test: height set to 0 to elements with 'display' set to 'list-item' </title> 6 <title>CSS Test: height set to 0 to elements with 'display' set to 'list-item' </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 <link rel="author" title="Boris Zbarsky" href="bzbarsky@MIT.EDU"> 9 <link rel="author" title="Boris Zbarsky" href="bzbarsky@MIT.EDU">
10 <link rel="help" title="10.5 Content height: the 'height' property" href="http ://www.w3.org/TR/CSS21/visudet.html#the-height-property"> 10 <link rel="help" title="10.5 Content height: the 'height' property" href="http ://www.w3.org/TR/CSS21/visudet.html#the-height-property">
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 <ul> 50 <ul>
51 <li>PASS</li> 51 <li>PASS</li>
52 </ul> 52 </ul>
53 53
54 <ul> 54 <ul>
55 <li>PASS</li> 55 <li>PASS</li>
56 </ul> 56 </ul>
57 57
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698