Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Side by Side Diff: LayoutTests/inspector/open-with-rendering-option-enabled.html

Issue 206413004: DevTools: minor UI / menu tweaks reducing the clutter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/ElementsPanel.js » ('j') | Source/devtools/front_end/ElementsPanel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698