| 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 18 matching lines...) Expand all Loading... |
| 29 imported/csswg-test/css-lists-3 [ Skip ] | 29 imported/csswg-test/css-lists-3 [ Skip ] |
| 30 imported/csswg-test/css-masking-1 [ Skip ] | 30 imported/csswg-test/css-masking-1 [ Skip ] |
| 31 imported/csswg-test/css-multicol-1 [ Skip ] | 31 imported/csswg-test/css-multicol-1 [ Skip ] |
| 32 imported/csswg-test/css-namespaces-1 [ Skip ] | 32 imported/csswg-test/css-namespaces-1 [ Skip ] |
| 33 imported/csswg-test/css-page-3 [ Skip ] | 33 imported/csswg-test/css-page-3 [ Skip ] |
| 34 imported/csswg-test/css-pseudo-4 [ Skip ] | 34 imported/csswg-test/css-pseudo-4 [ Skip ] |
| 35 imported/csswg-test/css-regions-1 [ Skip ] | 35 imported/csswg-test/css-regions-1 [ Skip ] |
| 36 imported/csswg-test/css-ruby-1 [ Skip ] | 36 imported/csswg-test/css-ruby-1 [ Skip ] |
| 37 ## Owners: bjonesbe@adobe.com | 37 ## Owners: bjonesbe@adobe.com |
| 38 # imported/csswg-test/css-shapes-1 [ Pass ] | 38 # imported/csswg-test/css-shapes-1 [ Pass ] |
| 39 ## Owners: kojii@chromium.org |
| 40 # imported/csswg-test/css-snap-size-1 [ Pass ] |
| 39 imported/csswg-test/css-speech-1 [ Skip ] | 41 imported/csswg-test/css-speech-1 [ Skip ] |
| 40 imported/csswg-test/css-style-attr-1 [ Skip ] | 42 imported/csswg-test/css-style-attr-1 [ Skip ] |
| 41 imported/csswg-test/css-syntax-3 [ Skip ] | 43 imported/csswg-test/css-syntax-3 [ Skip ] |
| 42 imported/csswg-test/css-tables-3 [ Skip ] | 44 imported/csswg-test/css-tables-3 [ Skip ] |
| 43 imported/csswg-test/css-text-3/hanging-punctuation [ Skip ] | 45 imported/csswg-test/css-text-3/hanging-punctuation [ Skip ] |
| 44 imported/csswg-test/css-text-3/i18n [ Skip ] | 46 imported/csswg-test/css-text-3/i18n [ Skip ] |
| 45 imported/csswg-test/css-text-3/line-break [ Skip ] | 47 imported/csswg-test/css-text-3/line-break [ Skip ] |
| 46 ## Owners: kojii@chromium.org | 48 ## Owners: kojii@chromium.org |
| 47 # imported/csswg-test/css-text-3/overflow-wrap [ Pass ] | 49 # imported/csswg-test/css-text-3/overflow-wrap [ Pass ] |
| 48 imported/csswg-test/css-text-3/support [ Skip ] | 50 imported/csswg-test/css-text-3/support [ Skip ] |
| (...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 | 732 |
| 731 # crbug.com/561421: Update meta refresh parsing to match the new spec | 733 # crbug.com/561421: Update meta refresh parsing to match the new spec |
| 732 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] | 734 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] |
| 733 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] | 735 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] |
| 734 | 736 |
| 735 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) | 737 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) |
| 736 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ] | 738 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ] |
| 737 | 739 |
| 738 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared | 740 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared |
| 739 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen
erate.py [ Skip ] | 741 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen
erate.py [ Skip ] |
| OLD | NEW |