| 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="../../../http/tests/inspector/debugger-test.js"></script> | 5 <script src="../../../http/tests/inspector/debugger-test.js"></script> |
| 6 <script> | 6 <script> |
| 7 | 7 |
| 8 function test() | 8 function test() |
| 9 { | 9 { |
| 10 | 10 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 <p> | 45 <p> |
| 46 Tests that DOM debugger will not crash when editing DOM nodes from the Web Inspe
ctor. <a href="https://code.google.com/p/chromium/issues/detail?id=249655">Chrom
ium bug 249655</a> | 46 Tests that DOM debugger will not crash when editing DOM nodes from the Web Inspe
ctor. <a href="https://code.google.com/p/chromium/issues/detail?id=249655">Chrom
ium bug 249655</a> |
| 47 </p> | 47 </p> |
| 48 | 48 |
| 49 <div id="rootElement" style="color: red"> | 49 <div id="rootElement" style="color: red"> |
| 50 <div id="elementToRemove"></div> | 50 <div id="elementToRemove"></div> |
| 51 </div> | 51 </div> |
| 52 | 52 |
| 53 </body> | 53 </body> |
| 54 </html> | 54 </html> |
| OLD | NEW |