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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-u
nsupported-upper-alpha.html [ Skip ] | 544 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-u
nsupported-upper-alpha.html [ Skip ] |
545 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-u
nsupported-upper-roman.html [ Skip ] | 545 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-u
nsupported-upper-roman.html [ Skip ] |
546 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-decimal.html [ Skip ] | 546 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-decimal.html [ Skip ] |
547 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-lower-alpha.html [ Skip ] | 547 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-lower-alpha.html [ Skip ] |
548 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-lower-roman.html [ Skip ] | 548 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-lower-roman.html [ Skip ] |
549 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-upper-alpha.html [ Skip ] | 549 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-upper-alpha.html [ Skip ] |
550 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-upper-roman.html [ Skip ] | 550 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ul-type-u
nsupported-upper-roman.html [ Skip ] |
551 | 551 |
552 # crbug.com/561421: Update meta refresh parsing to match the new spec | 552 # crbug.com/561421: Update meta refresh parsing to match the new spec |
553 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] | 553 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] |
554 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support/refresh.sub.html [ Skip ] | 554 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] |
OLD | NEW |