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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt

Issue 2245263008: Auto-rebaseline for r412633 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true 9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutSVGImage image",
13 "rect": [0, 0, 200, 100],
14 "reason": "full"
15 }
16 ]
17 }
18 ],
19 "objectPaintInvalidations": [
20 {
21 "object": "LayoutSVGImage image",
22 "reason": "full"
8 } 23 }
9 ] 24 ]
10 } 25 }
11 26
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698