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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/fixed-and-absolute-position-scrolled-expected.txt

Issue 2232493002: Auto-rebaseline for r410712 (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": "style change"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 36 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
37 "reason": "subtree" 37 "reason": "subtree"
38 }, 38 },
39 { 39 {
40 "object": "LayoutView #document", 40 "object": "LayoutView #document",
41 "reason": "incremental" 41 "reason": "incremental"
42 }, 42 },
43 { 43 {
44 "object": "LayoutBlockFlow HTML", 44 "object": "LayoutBlockFlow HTML",
45 "reason": "forced by layout" 45 "reason": "forced by layout"
46 }, 46 },
47 { 47 {
48 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 48 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
49 "reason": "bounds change" 49 "reason": "style change"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698