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 WebInspector.showPanel("elements"); | 9 WebInspector.showPanel("elements"); |
10 InspectorTest.selectNodeAndWaitForStyles("inspected", pasteFirstProperty); | 10 InspectorTest.selectNodeAndWaitForStyles("inspected", pasteFirstProperty); |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 <body onload="runTest()"> | 74 <body onload="runTest()"> |
75 <p> | 75 <p> |
76 Tests that splitting properties when pasting works. | 76 Tests that splitting properties when pasting works. |
77 </p> | 77 </p> |
78 | 78 |
79 <div id="inspected" style="font-size: 12px">Text</div> | 79 <div id="inspected" style="font-size: 12px">Text</div> |
80 <div id="other"></div> | 80 <div id="other"></div> |
81 | 81 |
82 </body> | 82 </body> |
83 </html> | 83 </html> |
OLD | NEW |