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

Side by Side Diff: LayoutTests/inspector/elements/styles-3/styles-computed-trace.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 body { 4 body {
5 background-color: rgb(100, 0, 0); 5 background-color: rgb(100, 0, 0);
6 font-family: Arial; 6 font-family: Arial;
7 } 7 }
8 8
9 div { 9 div {
10 text-decoration: underline; 10 text-decoration: underline;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 </p> 71 </p>
72 72
73 <div id="id1"> 73 <div id="id1">
74 <div id="id2"> 74 <div id="id2">
75 </div> 75 </div>
76 <button id="id3" hidden /> 76 <button id="id3" hidden />
77 </div> 77 </div>
78 78
79 </body> 79 </body>
80 </html> 80 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698