layout/reftests/bugs/426629-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML PUBLIC "-//W#C//DTD HTML 4.01 Transitional//EN"
     2 "http://www.w3.org/TR/html4/loose.dtd">
     3 <html>
     4 <head>
     5 <title> fixed layout not triggered by changing width from auto to coordinate</title>
     6 <script type="text/javascript">
     7 function doTest(){
     8  t1 = document.getElementById('target2');
     9  t1.style.width="20px";
    11 }
    12 </script>
    13 </head>
    14 <body onload="doTest();">
    15 <table border style="table-layout:fixed;" id="target2">
    16 <tr><td>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</td></tr>
    17 </table>
    18 </body>
    19 </html>

mercurial