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

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

Issue 1304503003: Auto-rebaseline for r200849 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 [-30, -30, 50, 50]
19 ], 19 ],
20 "paintInvalidationClients": [
21 "##ALL##",
22 "LayoutBlockFlow (positioned) DIV id='composited-box'",
23 "LayoutBlockFlow DIV class='child'"
24 ],
20 "children": [ 25 "children": [
21 { 26 {
22 "bounds": [90, 90], 27 "bounds": [90, 90],
23 "children": [ 28 "children": [
24 { 29 {
25 "position": [-30, 20], 30 "position": [-30, 20],
26 "bounds": [50, 50], 31 "bounds": [50, 50],
27 "contentsOpaque": true, 32 "contentsOpaque": true,
28 "drawsContent": true, 33 "drawsContent": true,
29 "backfaceVisibility": "hidden", 34 "backfaceVisibility": "hidden",
30 "backgroundColor": "#008000" 35 "backgroundColor": "#008000"
31 } 36 }
32 ] 37 ]
33 } 38 }
34 ] 39 ]
35 } 40 }
36 ] 41 ]
37 } 42 }
38 ] 43 ]
39 } 44 }
40 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698