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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/compositing/should-not-repaint-composited-descendants-expected.txt

Issue 2720923003: Auto-rebaseline for r453270 (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 },
9 {
10 "name": "LayoutBlockFlow (positioned) DIV id='composited-box'",
11 "position": [38, 38],
12 "bounds": [20, 70],
13 "contentsOpaque": true,
14 "drawsContent": true,
15 "backfaceVisibility": "hidden",
16 "backgroundColor": "#008000",
17 "paintInvalidations": [
18 {
19 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
20 "rect": [-30, -30, 50, 100],
21 "reason": "subtree"
22 },
23 {
24 "object": "LayoutBlockFlow DIV class='child'",
25 "rect": [-30, -30, 50, 50],
26 "reason": "subtree"
27 },
28 {
29 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
30 "rect": [0, 0, 10, 60],
31 "reason": "full"
32 }
33 ]
34 },
35 {
36 "name": "Child Containment Layer",
37 "bounds": [90, 90]
38 },
39 {
40 "name": "LayoutBlockFlow DIV class='composited child'",
41 "position": [-30, 20],
42 "bounds": [50, 50],
43 "contentsOpaque": true,
44 "drawsContent": true,
45 "backfaceVisibility": "hidden",
46 "backgroundColor": "#008000"
47 }
48 ],
49 "objectPaintInvalidations": [
50 {
51 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'",
52 "reason": "subtree"
53 },
54 {
55 "object": "LayoutBlockFlow DIV class='child'",
56 "reason": "subtree"
57 }
58 ]
59 }
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698