Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug1163-1.html
blob4bc07a709884c343e97a506d5a55d86fc3ed7b6d
1 <body>
2 &nbsp;
3 <table border="3" BORDERCOLOR="#RRGGBB">
4 <caption>Testing BORDERCOLOR tag the border shood be blue.</caption>
6 <tr>
7 <td>mike</td>
9 <td>was</td>
11 <td>here</td>
13 <td>mike</td>
15 <td>was</td>
17 <td>here</td>
18 </tr>
20 <tr>
21 <td>mike</td>
23 <td>was</td>
25 <td>here</td>
27 <td>mike</td>
29 <td>was</td>
31 <td>here</td>
32 </tr>
33 </table>
35 </body>