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

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

Issue 2242743002: Make custom elements work in HTML imports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses tkent's comments. Created 4 years, 3 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/custom-elements/imports/async-imports.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 # ====== Oilpan-only failures from here ====== 1 # ====== Oilpan-only failures from here ======
2 # Most of these actually cause the tests to report success, rather than 2 # Most of these actually cause the tests to report success, rather than
3 # failure. Expected outputs will be adjusted for the better once Oilpan 3 # failure. Expected outputs will be adjusted for the better once Oilpan
4 # has been well and truly enabled always. 4 # has been well and truly enabled always.
5 5
6 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 6 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
7 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 7 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
8 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht ml [ Pass Timeout ] 8 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht ml [ Pass Timeout ]
9 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo ad.html [ Pass Failure ] 9 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo ad.html [ Pass Failure ]
10 10
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 421
422 # Ref tests that needs investigation. 422 # Ref tests that needs investigation.
423 crbug.com/404597 [ Mac ] fast/css3-text/css3-text-justify/text-justify-crash.htm l [ Failure ] 423 crbug.com/404597 [ Mac ] fast/css3-text/css3-text-justify/text-justify-crash.htm l [ Failure ]
424 crbug.com/404597 fast/forms/long-text-in-input.html [ Failure ] 424 crbug.com/404597 fast/forms/long-text-in-input.html [ Failure ]
425 425
426 # Ref test needs updating due to new font metrics. 426 # Ref test needs updating due to new font metrics.
427 crbug.com/404597 fast/css/text-overflow-ellipsis-button.html [ Pass Failure ] 427 crbug.com/404597 fast/css/text-overflow-ellipsis-button.html [ Pass Failure ]
428 crbug.com/404597 [ Win ] fast/selectors/007a.html [ Pass Failure ] 428 crbug.com/404597 [ Win ] fast/selectors/007a.html [ Pass Failure ]
429 429
430 # Web Components related tests (Shadow DOM, Custom Elements) failures. 430 # Web Components related tests (Shadow DOM, Custom Elements) failures.
431 crbug.com/640465 custom-elements/imports/create-element-in-import.html [ Failure ]
432 crbug.com/640465 custom-elements/imports/sync-create-element-order.html [ Failur e ]
431 crbug.com/505364 imported/wpt/shadow-dom/untriaged/styles/test-003.html [ Failur e ] 433 crbug.com/505364 imported/wpt/shadow-dom/untriaged/styles/test-003.html [ Failur e ]
432 crbug.com/505364 imported/wpt/shadow-dom/untriaged/elements-and-dom-objects/exte nsions-to-event-interface/event-path-001.html [ Failure ] 434 crbug.com/505364 imported/wpt/shadow-dom/untriaged/elements-and-dom-objects/exte nsions-to-event-interface/event-path-001.html [ Failure ]
433 crbug.com/505364 imported/wpt/custom-elements/v0/instantiating/extensions-to-doc ument-interface/create-element-interface-type-is-a-type-extension.html [ Failure ] 435 crbug.com/505364 imported/wpt/custom-elements/v0/instantiating/extensions-to-doc ument-interface/create-element-interface-type-is-a-type-extension.html [ Failure ]
434 crbug.com/505364 imported/csswg-test/css-scoping-1/css-scoping-shadow-slot-displ ay-override.html [ Failure ] 436 crbug.com/505364 imported/csswg-test/css-scoping-1/css-scoping-shadow-slot-displ ay-override.html [ Failure ]
435 crbug.com/505364 imported/csswg-test/css-scoping-1/css-scoping-shadow-slot-style .html [ Failure ] 437 crbug.com/505364 imported/csswg-test/css-scoping-1/css-scoping-shadow-slot-style .html [ Failure ]
436 438
437 crbug.com/517840 imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl.htm l [ Failure Timeout ] 439 crbug.com/517840 imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl.htm l [ Failure Timeout ]
438 440
439 crbug.com/552494 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ] 441 crbug.com/552494 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
440 crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scro llbar-combinations.html [ Pass Failure ] 442 crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scro llbar-combinations.html [ Pass Failure ]
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 crbug.com/638618 inspector/editor/text-editor-search-switch-editor.html [ Skip ] 1281 crbug.com/638618 inspector/editor/text-editor-search-switch-editor.html [ Skip ]
1280 1282
1281 # This test breaks when the feature introduced in the bug is enabled. We keep 1283 # This test breaks when the feature introduced in the bug is enabled. We keep
1282 # this tested without the feature by using the virtual test. See 1284 # this tested without the feature by using the virtual test. See
1283 # virtual/stable/http/tests/navigation/beacon-cross-origin-redirect-blob-expecte d.txt 1285 # virtual/stable/http/tests/navigation/beacon-cross-origin-redirect-blob-expecte d.txt
1284 crbug.com/490015 http/tests/navigation/beacon-cross-origin-redirect-blob.html [ Skip ] 1286 crbug.com/490015 http/tests/navigation/beacon-cross-origin-redirect-blob.html [ Skip ]
1285 # This test doesn't need to be run with the stable release mode. 1287 # This test doesn't need to be run with the stable release mode.
1286 crbug.com/490015 virtual/stable/http/tests/navigation/beacon-blob-with-non-simpl e-type.html [ Skip ] 1288 crbug.com/490015 virtual/stable/http/tests/navigation/beacon-blob-with-non-simpl e-type.html [ Skip ]
1287 # This test fails with the stable release mode. 1289 # This test fails with the stable release mode.
1288 crbug.com/490015 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ] 1290 crbug.com/490015 virtual/stable/http/tests/navigation/same-and-different-back.ht ml [ Skip ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/custom-elements/imports/async-imports.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698