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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/property-ui-location.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 <script src="../../../http/tests/inspector/debugger-test.js"></script> 5 <script src="../../../http/tests/inspector/debugger-test.js"></script>
6 <link rel="stylesheet" href="resources/empty-background-url.css"> 6 <link rel="stylesheet" href="../styles/resources/empty-background-url.css">
7 <style> 7 <style>
8 #inspected { 8 #inspected {
9 color: blue; 9 color: blue;
10 } 10 }
11 </style> 11 </style>
12 <style>#inspected { margin: 10px; } 12 <style>#inspected { margin: 10px; }
13 #inspected { 13 #inspected {
14 font-family: arial; 14 font-family: arial;
15 } 15 }
16 /*# sourceURL=source-url.css */ 16 /*# sourceURL=source-url.css */
(...skipping 28 matching lines...) Expand all
45 InspectorTest.completeTest(); 45 InspectorTest.completeTest();
46 } 46 }
47 } 47 }
48 </script> 48 </script>
49 </head> 49 </head>
50 <body onload="runTest()"> 50 <body onload="runTest()">
51 <p>Verifies WebInspector.cssWorkspaceBinding.propertyUILocation functionality</p > 51 <p>Verifies WebInspector.cssWorkspaceBinding.propertyUILocation functionality</p >
52 <div id="inspected"></div> 52 <div id="inspected"></div>
53 </body> 53 </body>
54 </html> 54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698