OLD | NEW |
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 Loading... |
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> </div></td> | 35 <td><div> </div></td> |
36 </tr> | 36 </tr> |
37 </table> | 37 </table> |
38 | 38 |
39 </body> | 39 </body> |
40 </html> | 40 </html> |
OLD | NEW |