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/compositing/column-span-under-composited-column-child-expected.txt

Issue 2736373003: Fix wrong paint invalidation container for column spanners (Closed)
Patch Set: Created 3 years, 9 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow (column spanner) DIV id='target'",
11 "rect": [8, 8, 100, 100],
12 "reason": "style change"
13 }
14 ]
15 },
16 {
17 "name": "LayoutBlockFlow DIV",
18 "position": [8, 8],
19 "transformOrigin": [392, 0],
20 "contentsOpaque": true
21 },
22 {
23 "name": "LayoutBlockFlow (relative positioned) DIV",
24 "position": [8, 8],
25 "contentsOpaque": true,
26 "drawsContent": true
27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutBlockFlow (column spanner) DIV id='target'",
32 "reason": "style change"
33 }
34 ]
35 }
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698