OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <link rel="stylesheet" href="resources/disable-property-workingcopy-update.css"> | 3 <link rel="stylesheet" href="../styles/resources/disable-property-workingcopy-up
date.css"> |
4 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 4 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
5 <script src="../../../http/tests/inspector/debugger-test.js"></script> | 5 <script src="../../../http/tests/inspector/debugger-test.js"></script> |
6 <script src="../../../http/tests/inspector/elements-test.js"></script> | 6 <script src="../../../http/tests/inspector/elements-test.js"></script> |
7 <script> | 7 <script> |
8 | 8 |
9 function test() | 9 function test() |
10 { | 10 { |
11 var cssSourceFrame; | 11 var cssSourceFrame; |
12 WebInspector.StylesSourceMapping.MinorChangeUpdateTimeoutMs = 10; | 12 WebInspector.StylesSourceMapping.MinorChangeUpdateTimeoutMs = 10; |
13 | 13 |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 <body onload="runTest()"> | 81 <body onload="runTest()"> |
82 <p> | 82 <p> |
83 Tests that style property disablement is propagated into the stylesheet UISource
Code working copy. | 83 Tests that style property disablement is propagated into the stylesheet UISource
Code working copy. |
84 </p> | 84 </p> |
85 | 85 |
86 <div id="inspected"> | 86 <div id="inspected"> |
87 </div> | 87 </div> |
88 | 88 |
89 </body> | 89 </body> |
90 </html> | 90 </html> |
OLD | NEW |