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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [808, 816],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [808, 816],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "name": "Squashing Containment Layer",
13 "shouldFlattenTransform": false,
14 "children": [
15 {
16 "name": "LayoutBlockFlow DIV",
17 "position": [8, 8],
18 "bounds": [800, 800],
19 "contentsOpaque": true,
20 "drawsContent": true,
21 "backgroundColor": "#D3D3D3"
22 },
23 {
24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV)",
25 "position": [8, 0],
26 "bounds": [592, 600],
27 "drawsContent": true,
28 "paintInvalidations": [
29 {
30 "object": "LayoutBlockFlow DIV id='imgElement'",
31 "rect": [392, 400, 200, 200],
32 "reason": "style change"
33 }
34 ]
35 }
36 ]
37 }
38 ]
39 }
40 ],
41 "objectPaintInvalidations": [
42 {
43 "object": "LayoutBlockFlow DIV id='imgElement'",
44 "reason": "style change"
45 }
46 ]
47 }
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698