Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug18558.html
blob6f684c10d252986da811ce247c6052ee84a503de
1 <html>
2 <body bgcolor="#c0c0c0">
4 <script>
5 document.write('<table border=4><tr><td width="100%"><table border=5><tr><td>This is');
6 </script>
7 <script>
8 document.write('cell 1</td></tr></table></td><td>Hello world! Hello world!</td></tr></table>');
9 </script>
11 </body>
12 </html>