Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5519-brdr-r-01-e.html
blobf8a3a25ff6891dd0c649e4201b7970bd9e8ef9d3
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-right</title>
5 <style type="text/css">
6 body { color: blue; }
7 .test { font-size: 2em; }
8 span, td { text-align: right; border-right: blue 2px solid; }
9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
11 </head>
12 <body>
13 <p>There should be a solid blue line to the right of every occurance of the word &quot;<span class="test">THERE ➙</span>&quot;.</p>
14 <table class="test">
15 <tr>
16 <td colspan="2">
17 THERE ➙
18 </td>
19 </tr>
20 <tr>
21 <td>
22 THERE ➙
23 </td>
24 <td>
25 THERE ➘
26 <table>
27 <tr>
28 <td>
29 THERE ➙
30 </td>
31 </tr>
32 </table>
33 </td>
34 </tr>
35 </table>
36 <p>There should be 3 short lines and 2 long lines in total.</p>
37 </body>
38 </html>