| OLD | NEW |
| 1 <html xmlns='http://www.w3.org/1999/xhtml'> | 1 <html xmlns='http://www.w3.org/1999/xhtml'> |
| 2 <head> | 2 <head> |
| 3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.js"></script> |
| 4 <title>OBJECT - border=pixel</title> | 4 <title>OBJECT - border=pixel</title> |
| 5 </head> | 5 </head> |
| 6 <p id="description"></p> | 6 <p id="description"></p> |
| 7 <table border=""> | 7 <table border=""> |
| 8 <thead> | 8 <thead> |
| 9 <tr> | 9 <tr> |
| 10 <th> Title </th> | 10 <th> Title </th> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 testPassed(prop + " is " + "50px."); | 39 testPassed(prop + " is " + "50px."); |
| 40 else | 40 else |
| 41 testFailed(prop + " should be " + "50px" + ". Was " + value); | 41 testFailed(prop + " should be " + "50px" + ". Was " + value); |
| 42 } | 42 } |
| 43 | 43 |
| 44 startTests("border-top-width"); | 44 startTests("border-top-width"); |
| 45 startTests("border-left-width"); | 45 startTests("border-left-width"); |
| 46 startTests("border-bottom-width"); | 46 startTests("border-bottom-width"); |
| 47 startTests("border-right-width"); | 47 startTests("border-right-width"); |
| 48 </script> | 48 </script> |
| 49 <script src="../js/resources/js-test-post.js"></script> | |
| 50 </body> | 49 </body> |
| 51 </html> | 50 </html> |
| 52 | 51 |
| OLD | NEW |