| OLD | NEW |
| 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) | 753 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) |
| 754 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] | 754 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] |
| 755 | 755 |
| 756 # Untriaged: Test results contain local file paths | 756 # Untriaged: Test results contain local file paths |
| 757 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank.
html [ Skip ] | 757 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank.
html [ Skip ] |
| 758 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html
[ Skip ] | 758 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html
[ Skip ] |
| 759 | 759 |
| 760 # Untriaged: Tests don't complete. | 760 # Untriaged: Tests don't complete. |
| 761 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h
tml [ Skip ] | 761 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h
tml [ Skip ] |
| 762 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull
screen.html [ Skip ] | 762 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull
screen.html [ Skip ] |
| 763 imported/wpt/svg/linking/scripted [ Skip ] |
| 764 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-1.html [ Skip ] |
| 765 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-2.html [ Skip ] |
| 766 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-3.html [ Skip ] |
| 767 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-1.html [ Skip ] |
| 768 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-2.html [ Skip ] |
| 769 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-3.html [ Skip ] |
| OLD | NEW |