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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/floats-149-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 table 11 table
12 { 12 {
13 border-spacing: 0px; 13 border-spacing: 0px;
14 table-layout: fixed; 14 table-layout: fixed;
(...skipping 16 matching lines...) Expand all
31 31
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td>There should be a green bar to the right: ⇨</td> 34 <td>There should be a green bar to the right: ⇨</td>
35 <td><div>&nbsp;</div></td> 35 <td><div>&nbsp;</div></td>
36 </tr> 36 </tr>
37 </table> 37 </table>
38 38
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698