OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 #container { | 4 #container { |
5 font-weight: bold; | 5 font-weight: bold; |
6 } | 6 } |
7 </style> | 7 </style> |
8 <script src="../../http/tests/inspector/inspector-test.js"></script> | 8 <script src="../../http/tests/inspector/inspector-test.js"></script> |
9 <script src="../../http/tests/inspector/elements-test.js"></script> | 9 <script src="../../http/tests/inspector/elements-test.js"></script> |
10 <script> | 10 <script> |
(...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 after the style rule has been removed does n
ot crash the inspected page. | 45 Tests that disabling style property after the style rule has been removed does n
ot crash the inspected page. |
46 </p> | 46 </p> |
47 | 47 |
48 <div id="container"> | 48 <div id="container"> |
49 </div> | 49 </div> |
50 | 50 |
51 </body> | 51 </body> |
52 </html> | 52 </html> |
OLD | NEW |