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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overlap-test-with-filter-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": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "name": "LayoutIFrame IFRAME",
13 "bounds": [300, 100],
14 "drawsContent": true,
15 "children": [
16 {
17 "name": "Frame Overflow Controls Host Layer",
18 "bounds": [300, 100],
19 "children": [
20 {
21 "name": "Frame Clipping Layer",
22 "bounds": [300, 100],
23 "children": [
24 {
25 "name": "Frame Scrolling Layer",
26 "children": [
27 {
28 "name": "Content Root Layer",
29 "bounds": [300, 100],
30 "children": [
31 {
32 "name": "LayoutView #document",
33 "bounds": [300, 100],
34 "drawsContent": true,
35 "backgroundColor": "#FFFF00",
36 "children": [
37 {
38 "name": "LayoutBlockFlow BODY",
39 "position": [8, 8],
40 "bounds": [284, 84],
41 "drawsContent": true,
42 "backgroundColor": "#FFFF00"
43 }
44 ]
45 }
46 ]
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54 ]
55 },
56 {
57 "name": "LayoutBlockFlow (positioned) DIV",
58 "bounds": [300, 100],
59 "contentsOpaque": true,
60 "drawsContent": true,
61 "backgroundColor": "#D3D3D3",
62 "transform": [
63 [1, 0, 0, 0],
64 [0, 1, 0, 0],
65 [0, 0, 1, 0],
66 [151, 0, 0, 1]
67 ]
68 }
69 ]
70 }
71 ]
72 }
73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698