| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script src="../../../http/tests/inspector/elements-test.js"></script> | 4 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 5 <script> | 5 <script> |
| 6 | 6 |
| 7 function test() | 7 function test() |
| 8 { | 8 { |
| 9 InspectorTest.selectNodeAndWaitForStyles("inspected", pasteFirstProperty); | 9 InspectorTest.selectNodeAndWaitForStyles("inspected", pasteFirstProperty); |
| 10 | 10 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 <body onload="runTest()"> | 71 <body onload="runTest()"> |
| 72 <p> | 72 <p> |
| 73 Tests that splitting properties when pasting works. | 73 Tests that splitting properties when pasting works. |
| 74 </p> | 74 </p> |
| 75 | 75 |
| 76 <div id="inspected" style="font-size: 12px">Text</div> | 76 <div id="inspected" style="font-size: 12px">Text</div> |
| 77 <div id="other"></div> | 77 <div id="other"></div> |
| 78 | 78 |
| 79 </body> | 79 </body> |
| 80 </html> | 80 </html> |
| OLD | NEW |