| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 | 3 |
| 4 <style> | 4 <style> |
| 5 | 5 |
| 6 body { | 6 body { |
| 7 margin: 0; | 7 margin: 0; |
| 8 } | 8 } |
| 9 | 9 |
| 10 iframe { | 10 iframe { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 <script src="../../http/tests/inspector/console-test.js"></script> | 22 <script src="../../http/tests/inspector/console-test.js"></script> |
| 23 <script> | 23 <script> |
| 24 | 24 |
| 25 function onload() | 25 function onload() |
| 26 { | 26 { |
| 27 runTest(); | 27 runTest(); |
| 28 } | 28 } |
| 29 | 29 |
| 30 function test() | 30 function test() |
| 31 { | 31 { |
| 32 InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.b
ind(InspectorTest), "transform-iframe"); | 32 InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.b
ind(InspectorTest)); |
| 33 } | 33 } |
| 34 | 34 |
| 35 </script> | 35 </script> |
| 36 </head> | 36 </head> |
| 37 | 37 |
| 38 <body onload="onload()"> | 38 <body onload="onload()"> |
| 39 <iframe id="transform-iframe" src="resources/highlight-node-transformed-iframe.h
tml"></iframe> | 39 <iframe id="transform-iframe" src="resources/highlight-node-transformed-iframe.h
tml"></iframe> |
| 40 </body> | 40 </body> |
| 41 </html> | 41 </html> |
| OLD | NEW |