| 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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 | 760 |
| 761 # crbug.com/561421: Update meta refresh parsing to match the new spec | 761 # crbug.com/561421: Update meta refresh parsing to match the new spec |
| 762 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] | 762 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] |
| 763 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] | 763 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] |
| 764 | 764 |
| 765 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) | 765 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) |
| 766 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ] | 766 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ] |
| 767 | 767 |
| 768 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared | 768 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared |
| 769 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen
erate.py [ Skip ] | 769 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen
erate.py [ Skip ] |
| 770 | |
| 771 # crbug.com/606875: New web animation web platform tests are failing. | |
| 772 imported/web-platform-tests/web-animations/animation-effect-timing/easing.html [
Skip ] | |
| 773 imported/web-platform-tests/web-animations/animation-effect-timing/fill.html [ S
kip ] | |
| 774 imported/web-platform-tests/web-animations/animation-model/animation-types/discr
ete-animation.html [ Skip ] | |
| 775 imported/web-platform-tests/web-animations/animation-model/animation-types/not-a
nimatable.html [ Skip ] | |
| 776 imported/web-platform-tests/web-animations/animation/finished.html [ Skip ] | |
| 777 imported/web-platform-tests/web-animations/animation/oncancel.html [ Skip ] | |
| 778 imported/web-platform-tests/web-animations/animation/onfinish.html [ Skip ] | |
| 779 | |
| 780 # crbug.com/606900; Dispatching errors across iframes. | |
| 781 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-
onerror-with-cross-frame-event-listeners-1.html [ Skip ] | |
| 782 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-
onerror-with-cross-frame-event-listeners-2.html [ Skip ] | |
| OLD | NEW |