| 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> | 4 <script> |
| 5 | 5 |
| 6 function test() | 6 function test() |
| 7 { | 7 { |
| 8 WebInspector.settings.showRenderingViewInDrawer.set(true); | |
| 9 InspectorTest.dumpLoadedModules(); | 8 InspectorTest.dumpLoadedModules(); |
| 10 InspectorTest.completeTest(); | 9 InspectorTest.completeTest(); |
| 11 } | 10 } |
| 12 | 11 |
| 13 </script> | 12 </script> |
| 14 </head> | 13 </head> |
| 15 | 14 |
| 16 <body onload="runTest()"> | 15 <body onload="runTest()"> |
| 17 <p>This test checks load with rendering options turned on by default.</p> | 16 <p>This test checks load with rendering options turned on by default.</p> |
| 18 </body> | 17 </body> |
| 19 </html> | 18 </html> |
| OLD | NEW |