| 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-003.h
tml [ Skip ] | 532 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-003.h
tml [ Skip ] |
| 533 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-001.h
tml [ Skip ] | 533 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-001.h
tml [ Skip ] |
| 534 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-002.h
tml [ Skip ] | 534 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-002.h
tml [ Skip ] |
| 535 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-003.h
tml [ Skip ] | 535 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-003.h
tml [ Skip ] |
| 536 | 536 |
| 537 # References /common/ or /images/ directory. crbug.com/360762 | 537 # References /common/ or /images/ directory. crbug.com/360762 |
| 538 imported/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ Skip ] | 538 imported/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ Skip ] |
| 539 imported/web-platform-tests/html/semantics/forms/form-submission-0/url-encoded.h
tml [ Skip ] | 539 imported/web-platform-tests/html/semantics/forms/form-submission-0/url-encoded.h
tml [ Skip ] |
| 540 | 540 |
| 541 # crbug.com/561418: <ul type=decimal> and values other than 1/a/A/i/I/none/disc/
circle/square should not be supported | 541 # crbug.com/561418: <ul type=decimal> and values other than 1/a/A/i/I/none/disc/
circle/square should not be supported |
| 542 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-u
nsupported-lower-alpha.html [ Skip ] |
| 543 imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-u
nsupported-lower-roman.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 ] |
| 542 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 ] |
| 543 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 ] |
| 544 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 ] |
| 545 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 ] |
| 546 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 ] |
| 547 | 551 |
| 548 # 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 |
| 549 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 ] |
| 550 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/refresh.sub.html [ Skip ] |
| OLD | NEW |