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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 | 415 |
416 | 416 |
417 # CSS Writing Modes Level 3: Following tests require part of text-combine-uprigh
t we do not plan to support. | 417 # CSS Writing Modes Level 3: Following tests require part of text-combine-uprigh
t we do not plan to support. |
418 imported/csswg-test/css-writing-modes-3/full-width-001.html [ Skip ] | 418 imported/csswg-test/css-writing-modes-3/full-width-001.html [ Skip ] |
419 imported/csswg-test/css-writing-modes-3/full-width-002.html [ Skip ] | 419 imported/csswg-test/css-writing-modes-3/full-width-002.html [ Skip ] |
420 imported/csswg-test/css-writing-modes-3/full-width-003.html [ Skip ] | 420 imported/csswg-test/css-writing-modes-3/full-width-003.html [ Skip ] |
421 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-001
.html [ Skip ] | 421 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-001
.html [ Skip ] |
422 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-002
.html [ Skip ] | 422 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-002
.html [ Skip ] |
423 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-001.h
tml [ Skip ] | 423 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-001.h
tml [ Skip ] |
424 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-002.h
tml [ Skip ] | 424 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-002.h
tml [ Skip ] |
425 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digit2-and-in
herit-001.htm [ Skip ] | |
426 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-001.h
tml [ Skip ] | 425 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-001.h
tml [ Skip ] |
427 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-002.h
tml [ Skip ] | 426 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-002.h
tml [ Skip ] |
428 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-003.h
tml [ Skip ] | 427 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits2-003.h
tml [ Skip ] |
429 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-001.h
tml [ Skip ] | 428 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-001.h
tml [ Skip ] |
430 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-002.h
tml [ Skip ] | 429 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-002.h
tml [ Skip ] |
431 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-003.h
tml [ Skip ] | 430 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits3-003.h
tml [ Skip ] |
432 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-001.h
tml [ Skip ] | 431 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-001.h
tml [ Skip ] |
433 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-002.h
tml [ Skip ] | 432 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-002.h
tml [ Skip ] |
434 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-003.h
tml [ Skip ] | 433 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-digits4-003.h
tml [ Skip ] |
435 | 434 |
436 # References /images/ directory. crbug.com/360762 | 435 # References /images/ directory. crbug.com/360762 |
437 imported/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ Skip ] | 436 imported/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ Skip ] |
OLD | NEW |