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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-source-offsets.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 <link rel="stylesheet" href="resources/styles-source-offsets.css"> 4 <link rel="stylesheet" href="../styles/resources/styles-source-offsets.css">
5 5
6 <script src="../../../http/tests/inspector/inspector-test.js"></script> 6 <script src="../../../http/tests/inspector/inspector-test.js"></script>
7 <script src="../../../http/tests/inspector/elements-test.js"></script> 7 <script src="../../../http/tests/inspector/elements-test.js"></script>
8 <script> 8 <script>
9 9
10 function test() 10 function test()
11 { 11 {
12 function dumpStyleData(ruleOrStyle) 12 function dumpStyleData(ruleOrStyle)
13 { 13 {
14 var isRule = !!(ruleOrStyle.style); 14 var isRule = !!(ruleOrStyle.style);
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 </style> 92 </style>
93 </head> 93 </head>
94 94
95 <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font- weight: normal; width: 80%"> 95 <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font- weight: normal; width: 80%">
96 <p> 96 <p>
97 Tests that proper data and start/end offset positions are reported for CSS style declarations and properties. 97 Tests that proper data and start/end offset positions are reported for CSS style declarations and properties.
98 </p> 98 </p>
99 99
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698