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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/lazy-computed-style.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 <style> 3 <style>
4 4
5 #inspected { 5 #inspected {
6 background-color: green; 6 background-color: green;
7 font-family: Times; 7 font-family: Times;
8 } 8 }
9 9
10 #inspected { 10 #inspected {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <body onload="runTest()"> 45 <body onload="runTest()">
46 <p> 46 <p>
47 Tests that computed styles expand and allow tracing to style rules. 47 Tests that computed styles expand and allow tracing to style rules.
48 </p> 48 </p>
49 49
50 <div id="inspected"> 50 <div id="inspected">
51 </div> 51 </div>
52 52
53 </body> 53 </body>
54 </html> 54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698