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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/scroll-in-transformed-layer-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 green'", 12 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
11 "rect": [79, 129, 142, 142], 13 "rect": [79, 129, 142, 142],
12 "reason": "subtree" 14 "reason": "subtree"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut e clipped rotated'", 17 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolut e clipped rotated'",
16 "rect": [79, 129, 142, 142], 18 "rect": [79, 129, 142, 142],
17 "reason": "subtree" 19 "reason": "subtree"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", 22 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
21 "rect": [100, 150, 100, 100], 23 "rect": [100, 150, 100, 100],
22 "reason": "subtree" 24 "reason": "subtree"
23 } 25 }
24 ] 26 ]
25 } 27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute cl ipped rotated'",
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
36 "reason": "subtree"
37 },
38 {
39 "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
40 "reason": "subtree"
41 }
26 ] 42 ]
27 } 43 }
28 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698