Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug108340.html
blobe82fabb5990d36ada934c1e3e65851835416fe16
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title> reflow style changed - target: outertable frame </title>
7 <script type="text/javascript">
9 function buildTable_dom_html() {
11 var d1 = document.getElementsByTagName("table")[0];
12 d1.setAttribute("style", "font-size:30pt;");
14 </script>
15 </head>
16 <body onload="buildTable_dom_html()" >
17 <div>
18 <table border="1">
19 <tr>
20 <td>
21 aaaaa
22 </td>
23 </tr>
24 </table>
25 </div>
26 </body>
27 </html>