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

Side by Side Diff: LayoutTests/platform/win/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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [38, 38],
11 "bounds": [90, 90],
12 "drawsContent": true,
13 "backfaceVisibility": "hidden",
14 "backgroundColor": "#008000",
15 "repaintRects": [
16 [0, 0, 70, 70],
17 [-30, -30, 50, 100],
18 [-30, -30, 50, 50]
19 ],
20 "paintInvalidationClients": [
21 "##ALL##",
22 "LayoutBlockFlow (positioned) DIV id='composited-box'",
23 "LayoutBlockFlow DIV class='child'"
24 ],
25 "children": [
26 {
27 "bounds": [90, 90],
28 "children": [
29 {
30 "position": [-30, 20],
31 "bounds": [50, 50],
32 "contentsOpaque": true,
33 "drawsContent": true,
34 "backfaceVisibility": "hidden",
35 "backgroundColor": "#008000"
36 }
37 ]
38 }
39 ]
40 }
41 ]
42 }
43 ]
44 }
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698