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

Side by Side Diff: LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-scroll-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 circle{ 1 circle{
2 "paths": [ 2 "paths": [
3 { 3 {
4 "path": [ 4 "path": [
5 "M", 5 "M",
6 88, 6 88,
7 8, 7 8,
8 "L", 8 "L",
9 88, 9 88,
10 8, 10 8,
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "showExtensionLines": true, 360 "showExtensionLines": true,
361 "elementInfo": { 361 "elementInfo": {
362 "tagName": "div", 362 "tagName": "div",
363 "idValue": "circle", 363 "idValue": "circle",
364 "className": ".float.circle", 364 "className": ".float.circle",
365 "nodeWidth": "128", 365 "nodeWidth": "128",
366 "nodeHeight": "128" 366 "nodeHeight": "128"
367 } 367 }
368 } 368 }
369 369
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698