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

Side by Side Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2413723002: Re-Compute slow scroll region on frameview visibility change. (Closed)
Patch Set: addressed review comments Created 4 years, 1 month 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 [ 1 [
2 { 2 {
3 "prefix": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "base": "platform/linux/fast/text/subpixel", 132 "base": "platform/linux/fast/text/subpixel",
133 "args": ["--enable-webkit-text-subpixel-positioning"] 133 "args": ["--enable-webkit-text-subpixel-positioning"]
134 }, 134 },
135 { 135 {
136 "prefix": "threaded", 136 "prefix": "threaded",
137 "base": "printing", 137 "base": "printing",
138 "args": ["--enable-threaded-compositing"] 138 "args": ["--enable-threaded-compositing"]
139 }, 139 },
140 { 140 {
141 "prefix": "rootlayerscrolls", 141 "prefix": "rootlayerscrolls",
142 "base": "scrollingcoordinator",
143 "args": ["--root-layer-scrolls"]
144 },
145 {
146 "prefix": "rootlayerscrolls",
142 "base": "fast/scrolling", 147 "base": "fast/scrolling",
143 "args": ["--root-layer-scrolls"] 148 "args": ["--root-layer-scrolls"]
144 }, 149 },
145 { 150 {
146 "prefix": "rootlayerscrolls", 151 "prefix": "rootlayerscrolls",
147 "base": "fast/history/scroll-restoration", 152 "base": "fast/history/scroll-restoration",
148 "args": ["--root-layer-scrolls"] 153 "args": ["--root-layer-scrolls"]
149 }, 154 },
150 { 155 {
151 "prefix": "rootlayerscrolls", 156 "prefix": "rootlayerscrolls",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "prefix": "layout_ng", 303 "prefix": "layout_ng",
299 "base": "fast/block/basic", 304 "base": "fast/block/basic",
300 "args": ["--enable-blink-features=LayoutNG"] 305 "args": ["--enable-blink-features=LayoutNG"]
301 }, 306 },
302 { 307 {
303 "prefix": "layout_ng", 308 "prefix": "layout_ng",
304 "base": "fast/block/margin-collapse", 309 "base": "fast/block/margin-collapse",
305 "args": ["--enable-blink-features=LayoutNG"] 310 "args": ["--enable-blink-features=LayoutNG"]
306 } 311 }
307 ] 312 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/scrollingcoordinator/donot-compute-non-fast-scrollable-region-for-hidden-frames.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698