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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-and-absolute-position-scrolled-expected.txt

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (Closed)
Patch Set: Created 3 years, 11 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 2016], 5 "bounds": [800, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 2016, 800, 3792], 11 "rect": [0, 2016, 800, 3792],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow HTML",
16 "rect": [0, 0, 800, 2016],
17 "reason": "forced by layout"
18 },
19 {
15 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'", 20 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'",
16 "rect": [108, 5708, 100, 100], 21 "rect": [108, 5708, 100, 100],
17 "reason": "subtree" 22 "reason": "subtree"
18 }, 23 },
19 { 24 {
20 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'", 25 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab solute green'",
21 "rect": [100, 700, 100, 100], 26 "rect": [100, 700, 100, 100],
22 "reason": "style change" 27 "reason": "style change"
23 } 28 }
24 ] 29 ]
25 } 30 }
26 ], 31 ],
27 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
28 { 33 {
29 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 34 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
30 "reason": "subtree" 35 "reason": "subtree"
31 }, 36 },
32 { 37 {
33 "object": "LayoutView #document", 38 "object": "LayoutView #document",
34 "reason": "incremental" 39 "reason": "incremental"
35 }, 40 },
36 { 41 {
42 "object": "LayoutBlockFlow HTML",
43 "reason": "forced by layout"
44 },
45 {
37 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'", 46 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolu te green'",
38 "reason": "style change" 47 "reason": "style change"
39 } 48 }
40 ] 49 ]
41 } 50 }
42 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698