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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.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 3
4 <style> 4 <style>
5 5
6 /* An inline stylesheet */ 6 /* An inline stylesheet */
7 body.mainpage { 7 body.mainpage {
8 text-decoration: none; 8 text-decoration: none;
9 } 9 }
10 </style> 10 </style>
11 11
12 <link rel="stylesheet" href="resources/get-set-stylesheet-text.css"> 12 <link rel="stylesheet" href="../styles/resources/get-set-stylesheet-text.css">
13 13
14 <script src="../../../http/tests/inspector/inspector-test.js"></script> 14 <script src="../../../http/tests/inspector/inspector-test.js"></script>
15 <script src="../../../http/tests/inspector/elements-test.js"></script> 15 <script src="../../../http/tests/inspector/elements-test.js"></script>
16 <script> 16 <script>
17 17
18 function test() 18 function test()
19 { 19 {
20 var foundStyleSheetHeader; 20 var foundStyleSheetHeader;
21 var foundStyleSheetText; 21 var foundStyleSheetText;
22 22
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 </script> 112 </script>
113 </head> 113 </head>
114 114
115 <body onload="runTest()"> 115 <body onload="runTest()">
116 <p> 116 <p>
117 Tests that WebInspector.CSSStyleSheet methods work as expected. 117 Tests that WebInspector.CSSStyleSheet methods work as expected.
118 </p> 118 </p>
119 <h1 id="inspected">Inspect Me</h1> 119 <h1 id="inspected">Inspect Me</h1>
120 </body> 120 </body>
121 </html> 121 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698