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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
11 "rect": [0, 52, 200, 200], 13 "rect": [0, 52, 200, 200],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 11 matching lines...) Expand all
26 "rect": [0, 2, 200, 200], 28 "rect": [0, 2, 200, 200],
27 "reason": "style change" 29 "reason": "style change"
28 }, 30 },
29 { 31 {
30 "object": "LayoutBlockFlow DIV class='item2'", 32 "object": "LayoutBlockFlow DIV class='item2'",
31 "rect": [0, 252, 200, 100], 33 "rect": [0, 252, 200, 100],
32 "reason": "style change" 34 "reason": "style change"
33 } 35 }
34 ] 36 ]
35 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutBlockFlow DIV class='item1'",
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBlockFlow DIV",
46 "reason": "bounds change"
47 },
48 {
49 "object": "LayoutBlockFlow DIV class='item2'",
50 "reason": "style change"
51 }
36 ] 52 ]
37 } 53 }
38 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698