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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/contents-opaque/hidden-with-visible-text-expected.txt

Issue 2543913002: Generalize visible descendant dirty bits to prepare for more properties. (Closed)
Patch Set: none Created 4 years 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
OLDNEW
1 Caption
chrishtr 2016/12/01 16:13:37 Caption is now visible..
1 { 2 {
2 "layers": [ 3 "layers": [
3 { 4 {
4 "name": "LayoutView #document", 5 "name": "LayoutView #document",
5 "bounds": [800, 600], 6 "bounds": [800, 600],
6 "contentsOpaque": true, 7 "contentsOpaque": true,
7 "drawsContent": true 8 "drawsContent": true
8 }, 9 },
9 { 10 {
10 "name": "LayoutBlockFlow (positioned) DIV id='caption'", 11 "name": "LayoutBlockFlow (positioned) DIV id='caption'",
11 "position": [8, 13], 12 "position": [8, 13],
12 "bounds": [200, 100], 13 "bounds": [200, 100],
13 "drawsContent": true, 14 "drawsContent": true,
14 "backgroundColor": "#008000" 15 "backgroundColor": "#008000"
15 } 16 }
16 ] 17 ]
17 } 18 }
18 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698