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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt

Issue 408843004: Convert more tests into text-based-repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.… Created 6 years, 5 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
« no previous file with comments | « LayoutTests/platform/win/fast/repaint/fixed-element-repaint-after-compositing-update-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [8, 413, 784, 28],
10 [8, 13, 784, 15],
11 [0, 421, 800, 28]
12 ],
13 "children": [
14 {
15 "position": [8, 41],
16 "bounds": [400, 400],
17 "contentsOpaque": true,
18 "drawsContent": true,
19 "backgroundColor": "#008000",
20 "repaintRects": [
21 [0, 0, 400, 400],
22 [0, 0, 400, 400]
23 ],
24 "children": [
25 {
26 "position": [50, 50],
27 "bounds": [75, 75],
28 "contentsOpaque": true,
29 "drawsContent": true,
30 "backgroundColor": "#0000FF",
31 "repaintRects": [
32 [0, 0, 75, 75],
33 [0, 0, 75, 75]
34 ]
35 }
36 ]
37 }
38 ]
39 }
40 ]
41 }
42
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/fast/repaint/fixed-element-repaint-after-compositing-update-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698