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

Side by Side Diff: LayoutTests/inspector/elements/highlight/highlight-svg-root-zoomed-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 This test verifies the position and size of the highlight rectangles overlayed o n an SVG root element when the page is zoomed. 1 This test verifies the position and size of the highlight rectangles overlayed o n an SVG root element when the page is zoomed.
2 2
3 svg-root{ 3 svg-root{
4 "paths": [ 4 "paths": [
5 { 5 {
6 "path": [ 6 "path": [
7 "M", 7 "M",
8 156, 8 156,
9 168, 9 168,
10 "L", 10 "L",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "showRulers": true, 79 "showRulers": true,
80 "showExtensionLines": true, 80 "showExtensionLines": true,
81 "elementInfo": { 81 "elementInfo": {
82 "tagName": "svg", 82 "tagName": "svg",
83 "idValue": "svg-root", 83 "idValue": "svg-root",
84 "nodeWidth": "280", 84 "nodeWidth": "280",
85 "nodeHeight": "380" 85 "nodeHeight": "380"
86 } 86 }
87 } 87 }
88 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698