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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt

Issue 2144413002: Fix invalidation under scroll, and cull rect testing, of flipped-block writing mode elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV id='scroller'", 12 "name": "LayoutBlockFlow DIV id='scroller'",
13 "position": [300, 300], 13 "position": [8, 8],
14 "bounds": [200, 200], 14 "bounds": [400, 400],
15 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
16 "drawsContent": true, 16 "drawsContent": true,
17 "children": [ 17 "children": [
18 { 18 {
19 "name": "Scrolling Layer", 19 "name": "Scrolling Layer",
20 "bounds": [185, 200], 20 "bounds": [400, 385],
21 "shouldFlattenTransform": false, 21 "shouldFlattenTransform": false,
22 "children": [ 22 "children": [
23 { 23 {
24 "name": "Scrolling Contents Layer", 24 "name": "Scrolling Contents Layer",
25 "bounds": [185, 4900], 25 "bounds": [10000, 385],
26 "drawsContent": true, 26 "drawsContent": true,
27 "paintInvalidations": [ 27 "paintInvalidations": [
28 { 28 {
29 "object": "LayoutBlockFlow DIV id='target'", 29 "object": "LayoutBlockFlow DIV id='target'",
30 "rect": [0, 2400, 100, 100], 30 "rect": [0, 0, 10000, 200],
31 "reason": "style change" 31 "reason": "style change"
32 } 32 }
33 ] 33 ]
34 } 34 }
35 ] 35 ]
36 }, 36 },
37 { 37 {
38 "name": "Overflow Controls Host Layer", 38 "name": "Overflow Controls Host Layer",
39 "bounds": [200, 200], 39 "bounds": [400, 400],
40 "children": [ 40 "children": [
41 { 41 {
42 "name": "Vertical Scrollbar Layer", 42 "name": "Horizontal Scrollbar Layer",
43 "position": [185, 0], 43 "position": [0, 385],
44 "bounds": [15, 200], 44 "bounds": [400, 15],
45 "paintInvalidations": [ 45 "paintInvalidations": [
46 { 46 {
47 "object": "Vertical Scrollbar Layer", 47 "object": "Horizontal Scrollbar Layer",
48 "rect": [0, 0, 15, 200], 48 "rect": [0, 0, 400, 15],
49 "reason": "full" 49 "reason": "full"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ] 53 ]
54 } 54 }
55 ] 55 ]
56 } 56 }
57 ] 57 ]
58 } 58 }
59 ], 59 ],
60 "objectPaintInvalidations": [ 60 "objectPaintInvalidations": [
61 { 61 {
62 "object": "LayoutBlockFlow DIV id='target'", 62 "object": "LayoutBlockFlow DIV id='target'",
63 "reason": "style change" 63 "reason": "style change"
64 } 64 }
65 ] 65 ]
66 } 66 }
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698