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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/outline-child-repaint-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": "LayoutBlockFlow DIV class='outlined'", 12 "object": "LayoutBlockFlow DIV class='outlined'",
13 "rect": [0, 240, 220, 50], 13 "rect": [0, 240, 220, 50],
14 "reason": "outline" 14 "reason": "outline"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV class='outlined'", 17 "object": "LayoutBlockFlow DIV class='outlined'",
18 "rect": [0, 140, 220, 50], 18 "rect": [0, 140, 220, 50],
19 "reason": "outline" 19 "reason": "outline"
20 },
21 {
22 "object": "LayoutBlockFlow (positioned) DIV id='container'",
23 "rect": [10, 250, 200, 50],
24 "reason": "bounds change"
25 },
26 {
27 "object": "LayoutBlockFlow (positioned) DIV id='container'",
28 "rect": [10, 150, 200, 50],
29 "reason": "bounds change"
30 } 20 }
31 ] 21 ]
32 } 22 }
33 ], 23 ],
34 "objectPaintInvalidations": [ 24 "objectPaintInvalidations": [
35 { 25 {
36 "object": "LayoutBlockFlow (positioned) DIV id='container'",
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV class='outlined'", 26 "object": "LayoutBlockFlow DIV class='outlined'",
41 "reason": "outline" 27 "reason": "outline"
42 } 28 }
43 ] 29 ]
44 } 30 }
45 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698