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

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

Issue 2044223004: async await callstack tests (wrong expectations) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/callstack.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 }, 255 },
256 { 256 {
257 "prefix": "scalefactor200withzoom", 257 "prefix": "scalefactor200withzoom",
258 "base": "fast/hidpi/static", 258 "base": "fast/hidpi/static",
259 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] 259 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
260 }, 260 },
261 { 261 {
262 "prefix": "documentwriteevaluator", 262 "prefix": "documentwriteevaluator",
263 "base": "http/tests/preload/document-write", 263 "base": "http/tests/preload/document-write",
264 "args": ["--enable-blink-features=DocumentWriteEvaluator"] 264 "args": ["--enable-blink-features=DocumentWriteEvaluator"]
265 },
266 {
267 "prefix": "asyncawait",
268 "base": "inspector/sources/debugger-async/async-await",
269 "args": ["--jsflags=--harmony-async-await"]
265 } 270 }
266 ] 271 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/callstack.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698