OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Test for WebKit bug 7987: Inspector displays incorrect summary for paddin
g information</title> | 4 <title>Test for WebKit bug 7987: Inspector displays incorrect summary for paddin
g information</title> |
5 <script src="../js/resources/js-test-pre.js"></script> | 5 <script src="../js/resources/js-test-pre.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <p id="description">Test for WebKit bug <a href="https://bugs.webkit.org/show_bu
g.cgi?id=7987">7987</a>: Inspector displays incorrect summary for padding inform
ation</p> | 8 <p id="description">Test for WebKit bug <a href="https://bugs.webkit.org/show_bu
g.cgi?id=7987">7987</a>: Inspector displays incorrect summary for padding inform
ation</p> |
9 <div id="console"></div> | 9 <div id="console"></div> |
10 | 10 |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 | 81 |
82 shouldBeEqualToString("test16.style.margin", "20px 20px 20px 25px"); | 82 shouldBeEqualToString("test16.style.margin", "20px 20px 20px 25px"); |
83 shouldBeEqualToString("test17.style.margin", "20px 30px 20px 50px"); | 83 shouldBeEqualToString("test17.style.margin", "20px 30px 20px 50px"); |
84 shouldBeEqualToString("test18.style.margin", "20px 30px 55px"); | 84 shouldBeEqualToString("test18.style.margin", "20px 30px 55px"); |
85 shouldBeEqualToString("test19.style.margin", ""); | 85 shouldBeEqualToString("test19.style.margin", ""); |
86 | 86 |
87 // clean up after ourselves | 87 // clean up after ourselves |
88 var tests_container = document.getElementById("tests_container"); | 88 var tests_container = document.getElementById("tests_container"); |
89 tests_container.parentNode.removeChild(tests_container); | 89 tests_container.parentNode.removeChild(tests_container); |
90 </script> | 90 </script> |
91 <script src="../js/resources/js-test-post.js"></script> | |
92 </body> | 91 </body> |
93 </html> | 92 </html> |
OLD | NEW |