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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/disable-property-workingcopy-update.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 <link rel="stylesheet" href="resources/disable-property-workingcopy-update.css"> 3 <link rel="stylesheet" href="../styles/resources/disable-property-workingcopy-up date.css">
4 <script src="../../../http/tests/inspector/inspector-test.js"></script> 4 <script src="../../../http/tests/inspector/inspector-test.js"></script>
5 <script src="../../../http/tests/inspector/debugger-test.js"></script> 5 <script src="../../../http/tests/inspector/debugger-test.js"></script>
6 <script src="../../../http/tests/inspector/elements-test.js"></script> 6 <script src="../../../http/tests/inspector/elements-test.js"></script>
7 <script> 7 <script>
8 8
9 function test() 9 function test()
10 { 10 {
11 var cssSourceFrame; 11 var cssSourceFrame;
12 WebInspector.StylesSourceMapping.MinorChangeUpdateTimeoutMs = 10; 12 WebInspector.StylesSourceMapping.MinorChangeUpdateTimeoutMs = 10;
13 13
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 <body onload="runTest()"> 81 <body onload="runTest()">
82 <p> 82 <p>
83 Tests that style property disablement is propagated into the stylesheet UISource Code working copy. 83 Tests that style property disablement is propagated into the stylesheet UISource Code working copy.
84 </p> 84 </p>
85 85
86 <div id="inspected"> 86 <div id="inspected">
87 </div> 87 </div>
88 88
89 </body> 89 </body>
90 </html> 90 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698