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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutImage (positioned) IMG", 12 "object": "LayoutImage (positioned) IMG",
13 "rect": [0, 50, 150, 150], 13 "rect": [0, 50, 150, 150],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutImage (positioned) IMG", 17 "object": "LayoutImage (positioned) IMG",
18 "rect": [0, 50, 100, 200], 18 "rect": [0, 50, 100, 200],
19 "reason": "forced by layout" 19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutBlockFlow (positioned) DIV",
23 "rect": [0, 200, 100, 50],
24 "reason": "incremental"
25 },
26 {
27 "object": "LayoutBlockFlow (positioned) DIV",
28 "rect": [100, 50, 50, 150],
29 "reason": "incremental"
30 } 20 }
31 ] 21 ]
32 } 22 }
33 ], 23 ],
34 "objectPaintInvalidations": [ 24 "objectPaintInvalidations": [
35 { 25 {
36 "object": "LayoutBlockFlow (positioned) DIV",
37 "reason": "incremental"
38 },
39 {
40 "object": "LayoutImage (positioned) IMG", 26 "object": "LayoutImage (positioned) IMG",
41 "reason": "forced by layout" 27 "reason": "forced by layout"
42 } 28 }
43 ] 29 ]
44 } 30 }
45 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698