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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 imported/web-platform-tests/ambient-light [ Skip ] | 83 imported/web-platform-tests/ambient-light [ Skip ] |
84 imported/web-platform-tests/animation-timing [ Skip ] | 84 imported/web-platform-tests/animation-timing [ Skip ] |
85 imported/web-platform-tests/app-uri [ Skip ] | 85 imported/web-platform-tests/app-uri [ Skip ] |
86 imported/web-platform-tests/battery-status [ Skip ] | 86 imported/web-platform-tests/battery-status [ Skip ] |
87 imported/web-platform-tests/common [ Skip ] | 87 imported/web-platform-tests/common [ Skip ] |
88 imported/web-platform-tests/config.default.json [ Skip ] | 88 imported/web-platform-tests/config.default.json [ Skip ] |
89 imported/web-platform-tests/conformance-checkers [ Skip ] | 89 imported/web-platform-tests/conformance-checkers [ Skip ] |
90 imported/web-platform-tests/content-security-policy [ Skip ] | 90 imported/web-platform-tests/content-security-policy [ Skip ] |
91 imported/web-platform-tests/cors [ Skip ] | 91 imported/web-platform-tests/cors [ Skip ] |
92 imported/web-platform-tests/csp [ Skip ] | 92 imported/web-platform-tests/csp [ Skip ] |
| 93 imported/web-platform-tests/cssom-view [ Skip ] |
93 ## Owners: TBD | 94 ## Owners: TBD |
94 # imported/web-platform-tests/custom-elements [ Pass ] | 95 # imported/web-platform-tests/custom-elements [ Pass ] |
95 imported/web-platform-tests/custom-elements/registering-custom-elements/unresolv
ed-element-pseudoclass [ Skip ] | 96 imported/web-platform-tests/custom-elements/registering-custom-elements/unresolv
ed-element-pseudoclass [ Skip ] |
96 imported/web-platform-tests/docs [ Skip ] | 97 imported/web-platform-tests/docs [ Skip ] |
97 imported/web-platform-tests/dom [ Skip ] | 98 imported/web-platform-tests/dom [ Skip ] |
98 imported/web-platform-tests/domparsing [ Skip ] | 99 imported/web-platform-tests/domparsing [ Skip ] |
99 imported/web-platform-tests/domxpath [ Skip ] | 100 imported/web-platform-tests/domxpath [ Skip ] |
100 imported/web-platform-tests/editing [ Skip ] | 101 imported/web-platform-tests/editing [ Skip ] |
101 ## Owners: jsbell@chromium.org | 102 ## Owners: jsbell@chromium.org |
102 # imported/web-platform-tests/encoding [ Pass ] | 103 # imported/web-platform-tests/encoding [ Pass ] |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-003.h
tml [ Skip ] | 470 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-003.h
tml [ Skip ] |
470 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-001.h
tml [ Skip ] | 471 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-001.h
tml [ Skip ] |
471 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-002.h
tml [ Skip ] | 472 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-002.h
tml [ Skip ] |
472 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-003.h
tml [ Skip ] | 473 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-003.h
tml [ Skip ] |
473 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-001.h
tml [ Skip ] | 474 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-001.h
tml [ Skip ] |
474 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-002.h
tml [ Skip ] | 475 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-002.h
tml [ Skip ] |
475 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-003.h
tml [ Skip ] | 476 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-003.h
tml [ Skip ] |
476 | 477 |
477 # References /images/ directory. crbug.com/360762 | 478 # References /images/ directory. crbug.com/360762 |
478 imported/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ Skip ] | 479 imported/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ Skip ] |
OLD | NEW |