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

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

Issue 2842923002: Support Inline module script (Closed)
Patch Set: Rebase Created 3 years, 7 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/Source/core/dom/Modulator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Intentional failures to test the layout test system. 1 # Intentional failures to test the layout test system.
2 Bug(intentional) harness-tests/crash.html [ Crash ] 2 Bug(intentional) harness-tests/crash.html [ Crash ]
3 Bug(intentional) harness-tests/timeout.html [ Timeout ] 3 Bug(intentional) harness-tests/timeout.html [ Timeout ]
4 4
5 # TODO(qyearsley): Remove these lines and uncomment other test expectation 5 # TODO(qyearsley): Remove these lines and uncomment other test expectation
6 # lines related to CSS tests (crbug.com/706118). 6 # lines related to CSS tests (crbug.com/706118).
7 crbug.com/706118 external/wpt/css/css-scoping-1 [ Skip ] 7 crbug.com/706118 external/wpt/css/css-scoping-1 [ Skip ]
8 crbug.com/706118 external/wpt/css/css-shapes-1 [ Skip ] 8 crbug.com/706118 external/wpt/css/css-shapes-1 [ Skip ]
9 crbug.com/706118 external/wpt/css/css-text-3 [ Skip ] 9 crbug.com/706118 external/wpt/css/css-text-3 [ Skip ]
10 crbug.com/706118 external/wpt/css/css-text-decor-3 [ Skip ] 10 crbug.com/706118 external/wpt/css/css-text-decor-3 [ Skip ]
(...skipping 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 # This test breaks when the feature introduced in the bug is enabled. We keep 2327 # This test breaks when the feature introduced in the bug is enabled. We keep
2328 # this tested without the feature by using the virtual test. See 2328 # this tested without the feature by using the virtual test. See
2329 # virtual/stable/http/tests/sendbeacon/beacon-cross-origin-redirect-blob-expecte d.txt 2329 # virtual/stable/http/tests/sendbeacon/beacon-cross-origin-redirect-blob-expecte d.txt
2330 crbug.com/490015 http/tests/sendbeacon/beacon-cross-origin-redirect-blob.html [ Skip ] 2330 crbug.com/490015 http/tests/sendbeacon/beacon-cross-origin-redirect-blob.html [ Skip ]
2331 crbug.com/490015 virtual/mojo-loading/http/tests/sendbeacon/beacon-cross-origin- redirect-blob.html [ Skip ] 2331 crbug.com/490015 virtual/mojo-loading/http/tests/sendbeacon/beacon-cross-origin- redirect-blob.html [ Skip ]
2332 # This test doesn't need to be run with the stable release mode. 2332 # This test doesn't need to be run with the stable release mode.
2333 crbug.com/490015 virtual/stable/http/tests/sendbeacon/beacon-blob-with-non-simpl e-type.html [ Skip ] 2333 crbug.com/490015 virtual/stable/http/tests/sendbeacon/beacon-blob-with-non-simpl e-type.html [ Skip ]
2334 # This test fails with the stable release mode. 2334 # This test fails with the stable release mode.
2335 crbug.com/694958 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ] 2335 crbug.com/694958 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ]
2336 2336
2337 # Failing because of module-related implementation/test issues and 2337 # Failing because of module-related implementation/test issues.
2338 # lack of inline module script support.
2339 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/crossorigin.html [ Failure ] 2338 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/crossorigin.html [ Failure ]
2340 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/errorhandling.html [ Failure ] 2339 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/errorhandling.html [ Failure ]
2341 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/imports.html [ Failure Crash ] 2340 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/imports.html [ Failure Crash ]
2342 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/execorder.html [ Failure Timeout ] 2341 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/execorder.html [ Pass Timeout ]
2343 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/instantiation-error-1.html [ Failure Crash ] 2342 crbug.com/594639 external/wpt/html/semantics/scripting-1/the-script-element/modu le/instantiation-error-1.html [ Failure Crash ]
2344 2343
2345 # Inline module scripts are not yet supported.
2346 crbug.com/715369 external/wpt/html/semantics/scripting-1/the-script-element/nomo dule-set-on-inline-module-script.html [ Failure ]
2347 crbug.com/715369 fast/dom/HTMLScriptElement/module-script.html [ Failure ]
2348 crbug.com/715369 virtual/sharedarraybuffer/fast/dom/HTMLScriptElement/module-scr ipt.html [ Failure ]
2349
2350 # This test has a failure console message with specific performance 2344 # This test has a failure console message with specific performance
2351 # numbers so a consistent baseline cannot be added. This test could be 2345 # numbers so a consistent baseline cannot be added. This test could be
2352 # imported if the test passed or if the results for testharness tests 2346 # imported if the test passed or if the results for testharness tests
2353 # were matched on pass/fail but not exact error messages. 2347 # were matched on pass/fail but not exact error messages.
2354 crbug.com/688854 external/wpt/hr-time/window-worker-time-origin.html [ Failure ] 2348 crbug.com/688854 external/wpt/hr-time/window-worker-time-origin.html [ Failure ]
2355 2349
2356 crbug.com/698077 inspector/sources/debugger/debugger-scripts.html [ NeedsManualR ebaseline ] 2350 crbug.com/698077 inspector/sources/debugger/debugger-scripts.html [ NeedsManualR ebaseline ]
2357 crbug.com/698077 inspector/sources/debugger/live-edit.html [ NeedsManualRebaseli ne ] 2351 crbug.com/698077 inspector/sources/debugger/live-edit.html [ NeedsManualRebaseli ne ]
2358 crbug.com/698077 inspector/sources/debugger/debug-inlined-scripts.html [ NeedsMa nualRebaseline ] 2352 crbug.com/698077 inspector/sources/debugger/debug-inlined-scripts.html [ NeedsMa nualRebaseline ]
2359 2353
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 crbug.com/715405 [ Win Mac ] virtual/mojo-loading/http/tests/inspector/network/w aterfall-images.html [ Failure Pass ] 3367 crbug.com/715405 [ Win Mac ] virtual/mojo-loading/http/tests/inspector/network/w aterfall-images.html [ Failure Pass ]
3374 3368
3375 crbug.com/715718 external/wpt/media-source/mediasource-activesourcebuffers.html [ Failure Pass ] 3369 crbug.com/715718 external/wpt/media-source/mediasource-activesourcebuffers.html [ Failure Pass ]
3376 crbug.com/715718 external/wpt/media-source/mediasource-remove.html [ Failure Pas s ] 3370 crbug.com/715718 external/wpt/media-source/mediasource-remove.html [ Failure Pas s ]
3377 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/FormData-append.html [ Fail ure Pass ] 3371 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/FormData-append.html [ Fail ure Pass ]
3378 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/timeout-multiple-fetches.ht ml [ Failure Pass ] 3372 crbug.com/715718 [ Win ] external/wpt/XMLHttpRequest/timeout-multiple-fetches.ht ml [ Failure Pass ]
3379 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/align-items-004.htm [ Fa ilure Pass ] 3373 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/align-items-004.htm [ Fa ilure Pass ]
3380 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-001.xht [ Failure Pass ] 3374 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-001.xht [ Failure Pass ]
3381 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-003.xht [ Failure Pass ] 3375 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flex-minimum-width-flex- items-003.xht [ Failure Pass ]
3382 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flexbox_flex-natural-mix ed-basis-auto.html [ Failure Pass ] 3376 crbug.com/715718 [ Win ] external/wpt/css/css-flexbox-1/flexbox_flex-natural-mix ed-basis-auto.html [ Failure Pass ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Modulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698