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

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

Issue 1898663002: Add EventTarget-dispatchEvent.html test to skip list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file controls which subdirectories of the w3c test repos we do (or don't) import. 1 # This file controls which subdirectories of the w3c test repos we do (or don't) import.
2 # 2 #
3 # This file acts as a blacklist; directories and files not listed here will auto matically 3 # This file acts as a blacklist; directories and files not listed here will auto matically
4 # be found and imported. The only exception is that the manual tests (i.e. those with a 4 # be found and imported. The only exception is that the manual tests (i.e. those with a
5 # filename ending with "-manual.html" or "-manual.htm") are never imported. 5 # filename ending with "-manual.html" or "-manual.htm") are never imported.
6 6
7 # When removing blacklist entries: 7 # When removing blacklist entries:
8 # * Comment out the line rather than deleting it, to show it is intentional 8 # * Comment out the line rather than deleting it, to show it is intentional
9 # * Change [ Skip ] to [ Pass ] 9 # * Change [ Skip ] to [ Pass ]
10 # * Add a leading comment: ## Owners: user@example.com 10 # * Add a leading comment: ## Owners: user@example.com
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 imported/web-platform-tests/html/dom/reflection-misc.html [ Skip ] 353 imported/web-platform-tests/html/dom/reflection-misc.html [ Skip ]
354 imported/web-platform-tests/html/dom/reflection-obsolete.html [ Skip ] 354 imported/web-platform-tests/html/dom/reflection-obsolete.html [ Skip ]
355 imported/web-platform-tests/html/dom/reflection-sections.html [ Skip ] 355 imported/web-platform-tests/html/dom/reflection-sections.html [ Skip ]
356 imported/web-platform-tests/html/dom/reflection-tabular.html [ Skip ] 356 imported/web-platform-tests/html/dom/reflection-tabular.html [ Skip ]
357 imported/web-platform-tests/html/dom/reflection-text.html [ Skip ] 357 imported/web-platform-tests/html/dom/reflection-text.html [ Skip ]
358 358
359 # Depends on unimported directories of web-platform-tests/. 359 # Depends on unimported directories of web-platform-tests/.
360 imported/web-platform-tests/html/browsers/browsing-the-web/read-text/load-text-p lain.html [ Skip ] 360 imported/web-platform-tests/html/browsers/browsing-the-web/read-text/load-text-p lain.html [ Skip ]
361 361
362 # crbug.com/498120: Using absolute URL links. 362 # crbug.com/498120: Using absolute URL links.
363 imported/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Skip ]
363 imported/web-platform-tests/html/browsers/history/the-location-interface/locatio n-stringifier.html [ Skip ] 364 imported/web-platform-tests/html/browsers/history/the-location-interface/locatio n-stringifier.html [ Skip ]
364 imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title -07.html [ Skip ] 365 imported/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title -07.html [ Skip ]
365 imported/web-platform-tests/html/dom/documents/dom-tree-accessors/Document.curre ntScript.sub.html [ Skip ] 366 imported/web-platform-tests/html/dom/documents/dom-tree-accessors/Document.curre ntScript.sub.html [ Skip ]
366 imported/web-platform-tests/html/editing/dnd/the-draggable-attribute/draggable_a ttribute.html [ Skip ] 367 imported/web-platform-tests/html/editing/dnd/the-draggable-attribute/draggable_a ttribute.html [ Skip ]
367 imported/web-platform-tests/html/infrastructure/urls/terminology-0/document-base -url.html [ Skip ] 368 imported/web-platform-tests/html/infrastructure/urls/terminology-0/document-base -url.html [ Skip ]
368 imported/web-platform-tests/html/rendering/non-replaced-elements/the-page/body_t ext_00ffff-expected.html [ Skip ] 369 imported/web-platform-tests/html/rendering/non-replaced-elements/the-page/body_t ext_00ffff-expected.html [ Skip ]
369 imported/web-platform-tests/html/rendering/non-replaced-elements/the-page/body_t ext_00ffff.xhtml [ Skip ] 370 imported/web-platform-tests/html/rendering/non-replaced-elements/the-page/body_t ext_00ffff.xhtml [ Skip ]
370 imported/web-platform-tests/html/semantics/document-metadata/the-base-element/ba se_href_empty.html [ Skip ] 371 imported/web-platform-tests/html/semantics/document-metadata/the-base-element/ba se_href_empty.html [ Skip ]
371 imported/web-platform-tests/html/semantics/document-metadata/the-base-element/ba se_href_unspecified.html [ Skip ] 372 imported/web-platform-tests/html/semantics/document-metadata/the-base-element/ba se_href_unspecified.html [ Skip ]
372 imported/web-platform-tests/html/semantics/embedded-content/media-elements/audio _loop_base.html [ Skip ] 373 imported/web-platform-tests/html/semantics/embedded-content/media-elements/audio _loop_base.html [ Skip ]
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 746
746 # crbug.com/561421: Update meta refresh parsing to match the new spec 747 # crbug.com/561421: Update meta refresh parsing to match the new spec
747 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] 748 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ]
748 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] 749 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr agma-directives/attr-meta-http-equiv-refresh/support [ Skip ]
749 750
750 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) 751 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout)
751 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ] 752 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ]
752 753
753 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared 754 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared
754 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen erate.py [ Skip ] 755 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen erate.py [ Skip ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698