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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt

Issue 1403963002: Invalidate non-self-painting-layer descendants when creating a layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add spv2 expectation for the test Created 5 years, 2 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 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [1, 1, 100, 100],
10 [1, 1, 100, 100]
11 ],
12 "paintInvalidationClients": [
13 "LayoutBlockFlow DIV id='target'",
14 "LayoutBlockFlow DIV id='child'"
15 ],
16 "children": [
17 {
18 "position": [8, 8]
19 },
20 {
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "position": [8, 8],
25 "bounds": [784, 52],
26 "drawsContent": true,
27 "repaintRects": [
28 [1, 1, 100, 100],
29 [1, 1, 100, 100],
30 [0, 52, 784, 49]
31 ],
32 "paintInvalidationClients": [
33 "LayoutBlockFlow DIV id='target'",
34 "LayoutBlockFlow DIV id='child'",
35 "LayoutBlockFlow (relative positioned) DIV"
36 ]
37 },
38 {
39 "position": [9, 9],
40 "bounds": [100, 100],
41 "drawsContent": true,
42 "repaintRects": [
43 [0, 0, 100, 100],
44 [0, 0, 100, 100]
45 ],
46 "paintInvalidationClients": [
47 "LayoutBlockFlow DIV id='target'",
48 "LayoutBlockFlow DIV id='child'"
49 ]
50 }
51 ]
52 }
53 ]
54 }
55 ]
56 }
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698