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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/scroll-absolute-layer-with-reflection-expected.txt

Issue 2081773002: 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, 2016], 3 "bounds": [800, 2016],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 2016], 7 "bounds": [800, 2016],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", 12 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
11 "rect": [250, 230, 100, 100], 13 "rect": [250, 230, 100, 100],
12 "reason": "subtree" 14 "reason": "subtree"
13 }, 15 },
14 { 16 {
(...skipping 11 matching lines...) Expand all
26 "rect": [250, 230, 100, 100], 28 "rect": [250, 230, 100, 100],
27 "reason": "subtree" 29 "reason": "subtree"
28 }, 30 },
29 { 31 {
30 "object": "LayoutReplica (anonymous)", 32 "object": "LayoutReplica (anonymous)",
31 "rect": [250, 230, 100, 100], 33 "rect": [250, 230, 100, 100],
32 "reason": "subtree" 34 "reason": "subtree"
33 } 35 }
34 ] 36 ]
35 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl ipped'",
42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutBlockFlow (relative positioned) DIV class='relative refle cted'",
46 "reason": "subtree"
47 },
48 {
49 "object": "LayoutBlockFlow DIV class='green'",
50 "reason": "subtree"
51 },
52 {
53 "object": "LayoutReplica (anonymous)",
54 "reason": "subtree"
55 },
56 {
57 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
58 "reason": "subtree"
59 }
36 ] 60 ]
37 } 61 }
38 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698