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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled-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, 2016], 3 "bounds": [800, 2016],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 2016], 7 "bounds": [800, 2016],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutView #document", 12 "object": "LayoutView #document",
13 "rect": [0, 2016, 800, 3792], 13 "rect": [0, 2016, 800, 3792],
14 "reason": "incremental" 14 "reason": "incremental"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow HTML", 17 "object": "LayoutBlockFlow HTML",
18 "rect": [0, 0, 800, 2016], 18 "rect": [0, 0, 800, 2016],
19 "reason": "forced by layout" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'", 22 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'",
23 "rect": [108, 5708, 100, 100], 23 "rect": [108, 5708, 100, 100],
24 "reason": "subtree" 24 "reason": "subtree"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'", 27 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'",
28 "rect": [100, 700, 100, 100], 28 "rect": [100, 700, 100, 100],
29 "reason": "bounds change" 29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutBlockFlow DIV id='container' class='relative'",
33 "rect": [8, 5008, 100, 100],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutBlockFlow DIV id='container' class='relative'",
38 "rect": [8, 8, 100, 100],
39 "reason": "bounds change"
40 } 30 }
41 ] 31 ]
42 } 32 }
43 ], 33 ],
44 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
45 { 35 {
46 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 36 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
47 "reason": "subtree" 37 "reason": "subtree"
48 }, 38 },
49 { 39 {
50 "object": "LayoutView #document", 40 "object": "LayoutView #document",
51 "reason": "incremental" 41 "reason": "incremental"
52 }, 42 },
53 { 43 {
54 "object": "LayoutBlockFlow HTML", 44 "object": "LayoutBlockFlow HTML",
55 "reason": "forced by layout" 45 "reason": "forced by layout"
56 }, 46 },
57 { 47 {
58 "object": "LayoutBlockFlow DIV id='container' class='relative'",
59 "reason": "bounds change"
60 },
61 {
62 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 48 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
63 "reason": "bounds change" 49 "reason": "bounds change"
64 } 50 }
65 ] 51 ]
66 } 52 }
67 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698