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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt

Issue 1951203002: Auto-rebaseline for r391751 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutListItem (positioned) LI", 10 "object": "LayoutListItem (positioned) LI",
11 "rect": [8, 60, 214, 236], 11 "rect": [8, 60, 214, 236],
12 "reason": "location change" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutImage IMG", 15 "object": "LayoutImage IMG",
16 "rect": [8, 60, 214, 232], 16 "rect": [8, 60, 214, 232],
17 "reason": "location change" 17 "reason": "location change"
18 }, 18 },
19 { 19 {
20 "object": "InlineBox", 20 "object": "InlineBox",
21 "reason": "full" 21 "reason": "full"
22 }, 22 },
23 { 23 {
24 "object": "InlineBox", 24 "object": "InlineBox",
25 "reason": "full" 25 "reason": "full"
26 }, 26 },
27 { 27 {
28 "object": "LayoutBlockFlow (positioned) UL id='list'",
29 "reason": "location change"
30 },
31 {
32 "object": "LayoutListMarker (anonymous)", 28 "object": "LayoutListMarker (anonymous)",
33 "reason": "location change" 29 "reason": "none"
34 }, 30 },
35 { 31 {
36 "object": "LayoutText #text", 32 "object": "LayoutText #text",
37 "reason": "location change" 33 "reason": "none"
38 }, 34 },
39 { 35 {
40 "object": "RootInlineBox", 36 "object": "RootInlineBox",
41 "reason": "full" 37 "reason": "full"
42 }, 38 },
43 { 39 {
44 "object": "RootInlineBox", 40 "object": "RootInlineBox",
45 "reason": "full" 41 "reason": "full"
46 } 42 }
47 ] 43 ]
48 } 44 }
49 ] 45 ]
50 } 46 }
51 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698