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

Side by Side Diff: LayoutTests/inspector/elements/highlight/highlight-svg-content-inside-iframe-expected.txt

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 1
2 svg-rect{ 2 svg-rect{
3 "paths": [ 3 "paths": [
4 { 4 {
5 "path": [ 5 "path": [
6 "M", 6 "M",
7 130, 7 130,
8 270, 8 270,
9 "L", 9 "L",
10 190, 10 190,
(...skipping 13 matching lines...) Expand all
24 "showRulers": true, 24 "showRulers": true,
25 "showExtensionLines": true, 25 "showExtensionLines": true,
26 "elementInfo": { 26 "elementInfo": {
27 "tagName": "rect", 27 "tagName": "rect",
28 "idValue": "svg-rect", 28 "idValue": "svg-rect",
29 "nodeWidth": "60", 29 "nodeWidth": "60",
30 "nodeHeight": "80" 30 "nodeHeight": "80"
31 } 31 }
32 } 32 }
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698