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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/compositing/repaint/should-not-repaint-composited-descendants-expected.txt

Issue 1165603004: Auto-rebaseline for r196534 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [38, 38], 10 "position": [38, 38],
11 "bounds": [90, 90], 11 "bounds": [90, 90],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "backgroundColor": "#008000", 14 "backgroundColor": "#008000",
15 "repaintRects": [ 15 "repaintRects": [
16 [0, 0, 70, 70], 16 [0, 0, 70, 70],
17 [-30, -30, 50, 100] 17 [-30, -30, 50, 100],
18 [-30, -30, 50, 50]
18 ], 19 ],
19 "paintInvalidationClients": [ 20 "paintInvalidationClients": [
20 "##ALL##", 21 "##ALL##",
21 "LayoutBlockFlow (positioned) DIV id='composited-box'" 22 "LayoutBlockFlow (positioned) DIV id='composited-box'",
23 "LayoutBlockFlow DIV class='child'"
22 ], 24 ],
23 "children": [ 25 "children": [
24 { 26 {
25 "bounds": [90, 90], 27 "bounds": [90, 90],
26 "children": [ 28 "children": [
27 { 29 {
28 "position": [-30, 20], 30 "position": [-30, 20],
29 "bounds": [50, 50], 31 "bounds": [50, 50],
30 "contentsOpaque": true, 32 "contentsOpaque": true,
31 "drawsContent": true, 33 "drawsContent": true,
32 "backfaceVisibility": "hidden", 34 "backfaceVisibility": "hidden",
33 "backgroundColor": "#008000" 35 "backgroundColor": "#008000"
34 } 36 }
35 ] 37 ]
36 } 38 }
37 ] 39 ]
38 } 40 }
39 ] 41 ]
40 } 42 }
41 ] 43 ]
42 } 44 }
43 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698