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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-source-lines-inline.html

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 src="../../../http/tests/inspector/elements-test.js"></script> 4 <script src="../../../http/tests/inspector/elements-test.js"></script>
5 5
6 <style> 6 <style>
7 .foo { 7 .foo {
8 color: blue; 8 color: blue;
9 } 9 }
10 </style> 10 </style>
(...skipping 17 matching lines...) Expand all
28 <body onload="runTest()"> 28 <body onload="runTest()">
29 <p> 29 <p>
30 Tests that elements panel shows proper inline style locations in the sidebar pan el. 30 Tests that elements panel shows proper inline style locations in the sidebar pan el.
31 </p> 31 </p>
32 32
33 <div id="foo" class="foo" style="display:none">Foo</div> 33 <div id="foo" class="foo" style="display:none">Foo</div>
34 <iframe src="resources/styles-source-lines-inline-iframe.html"> 34 <iframe src="resources/styles-source-lines-inline-iframe.html">
35 35
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698