OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title> webkit.org/b/29447: Replaced elements squeezed when width is specified a
s percentage inside a table with Auto layout</title> | 3 <title> webkit.org/b/29447: Replaced elements squeezed when width is specified a
s percentage inside a table with Auto layout</title> |
4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../../resources/js-test.js"></script> |
5 <script> | 5 <script> |
6 if (window.testRunner) { | 6 if (window.testRunner) { |
7 testRunner.waitUntilDone(); | 7 testRunner.waitUntilDone(); |
8 testRunner.dumpAsText(); | 8 testRunner.dumpAsText(); |
9 } | 9 } |
10 | 10 |
11 function getComputedStyleForElement(element, cssPropertyName) | 11 function getComputedStyleForElement(element, cssPropertyName) |
12 { | 12 { |
13 if (!element) { | 13 if (!element) { |
14 return null; | 14 return null; |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 <td> | 102 <td> |
103 <img id="img-5" src="resources/square-blue-100x100.png" width="100%" heigh
t="100%" align="LEFT" border="1"> | 103 <img id="img-5" src="resources/square-blue-100x100.png" width="100%" heigh
t="100%" align="LEFT" border="1"> |
104 </td> | 104 </td> |
105 </tr> | 105 </tr> |
106 </table> | 106 </table> |
107 | 107 |
108 <p id="description"></p> | 108 <p id="description"></p> |
109 <div id="console"></div> | 109 <div id="console"></div> |
110 </body> | 110 </body> |
111 </html> | 111 </html> |
OLD | NEW |