Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / 001.html
blobdeecf49b6cb6d06c76ec18dcaee85255ad1b80db
1 <html>
2 <body>
3 <table id="tbl" cellspacing=0 border=0 style="background: red" cellpadding=10>
4 <tr><td width=100 bgcolor=green></td>
5 </table>
7 <script>
8 document.getElementById("tbl").removeAttribute("cellpadding");
9 </script>