OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta charset="utf-8" /> | 3 <meta charset="utf-8" /> |
4 <script> | 4 <script> |
5 if (window.testRunner) | 5 if (window.testRunner) |
6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
7 </script> | 7 </script> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 <p> | 10 <p> |
(...skipping 29 matching lines...) Expand all Loading... |
40 else | 40 else |
41 result.innerHTML = 'FAIL<br />' + | 41 result.innerHTML = 'FAIL<br />' + |
42 'reference1.offsetWidth = ' + reference1.offsetWidth + '<
br />' + | 42 'reference1.offsetWidth = ' + reference1.offsetWidth + '<
br />' + |
43 'target1.offsetWidth = ' + target1.offsetWidth + '<br />'
+ | 43 'target1.offsetWidth = ' + target1.offsetWidth + '<br />'
+ |
44 'reference2.offsetWidth = ' + reference2.offsetWidth + '<
br />' + | 44 'reference2.offsetWidth = ' + reference2.offsetWidth + '<
br />' + |
45 'target2.offsetWidth = ' + target2.offsetWidth + '<br />' | 45 'target2.offsetWidth = ' + target2.offsetWidth + '<br />' |
46 </script> | 46 </script> |
47 | 47 |
48 </body> | 48 </body> |
49 </html> | 49 </html> |
OLD | NEW |