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

Side by Side Diff: LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt

Issue 456963002: Delete RenderLayer::setHasVisibleContent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline inspector test Created 6 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 TEST
2 { 1 {
3 "bounds": [800, 600], 2 "bounds": [800, 600],
4 "children": [ 3 "children": [
5 { 4 {
6 "bounds": [800, 600], 5 "bounds": [800, 600],
7 "contentsOpaque": true, 6 "contentsOpaque": true,
8 "drawsContent": true, 7 "drawsContent": true,
9 "children": [ 8 "children": [
10 { 9 {
11 "position": [8, 8], 10 "position": [200, 200],
12 "bounds": [100, 30], 11 "bounds": [200, 200]
13 "drawsContent": true
14 } 12 }
15 ] 13 ]
16 } 14 }
17 ] 15 ]
18 } 16 }
19 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698