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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/threaded/compositing/visibility/layer-visible-content-expected.txt

Issue 2964563002: Removing --disable/enable-threaded-compositing cmdline switches.
Patch Set: Created 3 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
OLDNEW
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (positioned) DIV class='container'",
11 "bounds": [200, 200],
12 "drawsContent": true
13 },
14 {
15 "name": "Child Containment Layer",
16 "bounds": [200, 200]
17 },
18 {
19 "name": "LayoutBlockFlow DIV class='composited box'",
20 "bounds": [10, 10]
21 },
22 {
23 "name": "LayoutBlockFlow PRE id='layer-tree'",
24 "bounds": [800, 16],
25 "opacity": 0,
26 "drawsContent": true
27 }
28 ]
29 }
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698