| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script>jsTestIsAsync = true;</script> | 3 <script>jsTestIsAsync = true;</script> |
| 4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
| 5 | 5 |
| 6 <style> | 6 <style> |
| 7 #outer { | 7 #outer { |
| 8 padding-top: 200px; | 8 padding-top: 200px; |
| 9 /* background-size is implicitly set to initial via the background shorthand
. */ | 9 /* background-size is implicitly set to initial via the background shorthand
. */ |
| 10 background:-webkit-gradient( | 10 background:-webkit-gradient( |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 } | 47 } |
| 48 </script> | 48 </script> |
| 49 </head> | 49 </head> |
| 50 | 50 |
| 51 <body onload='start();'> | 51 <body onload='start();'> |
| 52 <div id='outer'> | 52 <div id='outer'> |
| 53 <div id='inner'> | 53 <div id='inner'> |
| 54 </div> | 54 </div> |
| 55 </div> | 55 </div> |
| 56 </body> | 56 </body> |
| 57 <script src="../js/resources/js-test-post.js"></script> | |
| 58 </html> | 57 </html> |
| OLD | NEW |