| 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 imported/csswg-test/css-writing-modes-3/line-box-direction-016.xht [ Skip ] | 431 imported/csswg-test/css-writing-modes-3/line-box-direction-016.xht [ Skip ] |
| 432 | 432 |
| 433 # CSS Writing Modes Level 3: Following tests require sideways-left, which we do
not plan to support. | 433 # CSS Writing Modes Level 3: Following tests require sideways-left, which we do
not plan to support. |
| 434 imported/csswg-test/css-writing-modes-3/text-baseline-007.xht [ Skip ] | 434 imported/csswg-test/css-writing-modes-3/text-baseline-007.xht [ Skip ] |
| 435 imported/csswg-test/css-writing-modes-3/text-baseline-010.xht [ Skip ] | 435 imported/csswg-test/css-writing-modes-3/text-baseline-010.xht [ Skip ] |
| 436 imported/csswg-test/css-writing-modes-3/text-baseline-011.xht [ Skip ] | 436 imported/csswg-test/css-writing-modes-3/text-baseline-011.xht [ Skip ] |
| 437 imported/csswg-test/css-writing-modes-3/text-orientation-sideways-002.xht [ Skip
] | 437 imported/csswg-test/css-writing-modes-3/text-orientation-sideways-002.xht [ Skip
] |
| 438 imported/csswg-test/css-writing-modes-3/text-orientation-sideways-left-001.xht [
Skip ] | 438 imported/csswg-test/css-writing-modes-3/text-orientation-sideways-left-001.xht [
Skip ] |
| 439 | 439 |
| 440 # CSS Writing Modes Level 3: Following tests require part of text-combine-uprigh
t we do not plan to support. | 440 # CSS Writing Modes Level 3: Following tests require part of text-combine-uprigh
t we do not plan to support. |
| 441 imported/csswg-test/css-writing-modes-3/text-combine-upright/full-width-001.html
[ Skip ] | 441 imported/csswg-test/css-writing-modes-3/full-width-001.html [ Skip ] |
| 442 imported/csswg-test/css-writing-modes-3/text-combine-upright/full-width-002.html
[ Skip ] | 442 imported/csswg-test/css-writing-modes-3/full-width-002.html [ Skip ] |
| 443 imported/csswg-test/css-writing-modes-3/text-combine-upright/full-width-003.html
[ Skip ] | 443 imported/csswg-test/css-writing-modes-3/full-width-003.html [ Skip ] |
| 444 imported/csswg-test/css-writing-modes-3/text-combine-upright/parsing/text-combin
e-upright-parsing-invalid-001.html [ Skip ] | 444 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-001
.html [ Skip ] |
| 445 imported/csswg-test/css-writing-modes-3/text-combine-upright/parsing/text-combin
e-upright-parsing-invalid-002.html [ Skip ] | 445 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-002
.html [ Skip ] |
| 446 imported/csswg-test/css-writing-modes-3/text-combine-upright/parsing/text-combin
e-upright-parsing-valid-001.html [ Skip ] | 446 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-001.h
tml [ Skip ] |
| 447 imported/csswg-test/css-writing-modes-3/text-combine-upright/parsing/text-combin
e-upright-parsing-valid-002.html [ Skip ] | 447 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-002.h
tml [ Skip ] |
| 448 imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digit2-and-in
herit-001.htm [ Skip ] | 448 imported/csswg-test/css-writing-modes-3/value-digit2-and-inherit-001.htm [ Skip
] |
| 449 imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits2-002.h
tml [ Skip ] | 449 imported/csswg-test/css-writing-modes-3/value-digits2-002.html [ Skip ] |
| 450 imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits3-001.h
tml [ Skip ] | 450 imported/csswg-test/css-writing-modes-3/value-digits3-001.html [ Skip ] |
| 451 imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits3-002.h
tml [ Skip ] | 451 imported/csswg-test/css-writing-modes-3/value-digits3-002.html [ Skip ] |
| 452 imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits4-001.h
tml [ Skip ] | 452 imported/csswg-test/css-writing-modes-3/value-digits4-001.html [ Skip ] |
| 453 imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits4-002.h
tml [ Skip ] | 453 imported/csswg-test/css-writing-modes-3/value-digits4-002.html [ Skip ] |
| OLD | NEW |