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

Side by Side Diff: LayoutTests/platform/win/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [0, 200, 200, 200],
10 [0, 0, 200, 200]
11 ],
12 "paintInvalidationClients": [
13 "LayoutBlockFlow DIV id='overflow1'",
14 "LayoutBlockFlow DIV id='overflow2'"
15 ],
16 "children": [
17 {
18 "bounds": [100, 100],
19 "contentsOpaque": true,
20 "drawsContent": true,
21 "backfaceVisibility": "hidden",
22 "backgroundColor": "#008000"
23 },
24 {
25 "position": [0, 200],
26 "bounds": [200, 200],
27 "shouldFlattenTransform": false,
28 "children": [
29 {
30 "bounds": [100, 100],
31 "contentsOpaque": true,
32 "drawsContent": true,
33 "backfaceVisibility": "hidden",
34 "backgroundColor": "#008000"
35 }
36 ]
37 },
38 {
39 "position": [150, 150],
40 "bounds": [100, 100],
41 "contentsOpaque": true,
42 "drawsContent": true,
43 "backfaceVisibility": "hidden",
44 "backgroundColor": "#008000"
45 },
46 {
47 "position": [0, 200],
48 "bounds": [200, 200],
49 "shouldFlattenTransform": false,
50 "children": [
51 {
52 "position": [150, 150],
53 "bounds": [100, 100],
54 "contentsOpaque": true,
55 "drawsContent": true,
56 "backfaceVisibility": "hidden",
57 "backgroundColor": "#008000"
58 }
59 ]
60 }
61 ]
62 }
63 ]
64 }
65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698