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

Side by Side Diff: LayoutTests/http/tests/inspector/elements/styles/stylesheet-tracking.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="../../inspector-test.js"></script> 3 <script src="../../inspector-test.js"></script>
4 <script src="../../elements-test.js"></script> 4 <script src="../../elements-test.js"></script>
5 <link rel="stylesheet" href="resources/stylesheet-tracking.css" /> 5 <link rel="stylesheet" href="../styles/resources/stylesheet-tracking.css" />
6 6
7 <style> 7 <style>
8 html { 8 html {
9 font-size: 12px; 9 font-size: 12px;
10 } 10 }
11 </style> 11 </style>
12 12
13 <script> 13 <script>
14 14
15 function addStyleSheet() 15 function addStyleSheet()
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 255
256 <body onload="runTest()"> 256 <body onload="runTest()">
257 <p> 257 <p>
258 Tests that the styleSheetAdded and styleSheetRemoved events are reported into th e frontend. <a href="https://bugs.webkit.org/show_bug.cgi?id=105828">Bug 105828< /a>. 258 Tests that the styleSheetAdded and styleSheetRemoved events are reported into th e frontend. <a href="https://bugs.webkit.org/show_bug.cgi?id=105828">Bug 105828< /a>.
259 </p> 259 </p>
260 260
261 <div id="inspected">Text</div> 261 <div id="inspected">Text</div>
262 262
263 </body> 263 </body>
264 </html> 264 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698