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

Side by Side Diff: LayoutTests/platform/mac/fast/repaint/fixed-element-repaint-after-compositing-update-expected.txt

Issue 408843004: Convert more tests into text-based-repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
OLDNEW
1 This test checks that we correctly invalidate a shifted fixed positioned element overlapping another fixed positioned element.
2
3 For this test, there should be only one green square below.
4
5 { 1 {
6 "bounds": [800, 600], 2 "bounds": [800, 600],
7 "children": [ 3 "children": [
8 { 4 {
9 "bounds": [800, 600], 5 "bounds": [800, 600],
10 "contentsOpaque": true, 6 "contentsOpaque": true,
11 "drawsContent": true, 7 "drawsContent": true,
12 "children": [ 8 "children": [
13 { 9 {
14 "children": [ 10 "children": [
(...skipping 10 matching lines...) Expand all
25 [0, 0, 100, 100] 21 [0, 0, 100, 100]
26 ] 22 ]
27 } 23 }
28 ] 24 ]
29 } 25 }
30 ] 26 ]
31 } 27 }
32 ] 28 ]
33 } 29 }
34 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698