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

Side by Side Diff: LayoutTests/inspector/elements/highlight/resources/highlight-svg-content-iframe.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 margin: 0; 5 margin: 0;
6 } 6 }
7 </style> 7 </style>
8 </head> 8 </head>
9 9
10 <body> 10 <body>
11 <svg width="200px" height="200px"> 11 <svg width="200px" height="200px">
12 <rect id="svg-rect" x="30" y="70" width="60" height="80" stroke="none"></rec t> 12 <rect id="svg-rect" x="30" y="70" width="60" height="80" stroke="none"></rec t>
13 </svg> 13 </svg>
14 </body> 14 </body>
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698