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("container", step1); | 9 InspectorTest.selectNodeAndWaitForStyles("container", step1); |
10 | 10 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 <body onload="runTest()"> | 43 <body onload="runTest()"> |
44 <p> | 44 <p> |
45 Tests that disabling style property works. | 45 Tests that disabling style property works. |
46 </p> | 46 </p> |
47 | 47 |
48 <div id="container" style="font-weight:bold"> | 48 <div id="container" style="font-weight:bold"> |
49 </div> | 49 </div> |
50 | 50 |
51 </body> | 51 </body> |
52 </html> | 52 </html> |
OLD | NEW |