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 src="edit-dom-test.js"></script> | 5 <script src="edit-dom-test.js"></script> |
6 <script> | 6 <script> |
7 | 7 |
8 function test() | 8 function test() |
9 { | 9 { |
10 // Save time on style updates. | 10 // Save time on style updates. |
11 WebInspector.StylesSidebarPane.prototype.update = function() {}; | 11 WebInspector.StylesSidebarPane.prototype.update = function() {}; |
12 WebInspector.MetricsSidebarPane.prototype.update = function() {}; | 12 WebInspector.MetricsSidebarPane.prototype.update = function() {}; |
13 | 13 |
14 InspectorTest.runTestSuite([ | 14 InspectorTest.runTestSuite([ |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100"> | 289 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100"> |
290 </svg> | 290 </svg> |
291 </div> | 291 </div> |
292 | 292 |
293 <div id="testEditCommentAsHTML"> | 293 <div id="testEditCommentAsHTML"> |
294 <!-- Comment --> | 294 <!-- Comment --> |
295 </div> | 295 </div> |
296 </div> | 296 </div> |
297 </body> | 297 </body> |
298 </html> | 298 </html> |
OLD | NEW |