| 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. | 4 # be found and imported. |
| 5 | 5 |
| 6 # When removing blacklist entries: | 6 # When removing blacklist entries: |
| 7 # * Comment out the line rather than deleting it, to show it is intentional | 7 # * Comment out the line rather than deleting it, to show it is intentional |
| 8 # * Change [ Skip ] to [ Pass ] | 8 # * Change [ Skip ] to [ Pass ] |
| 9 # * Add a leading comment: ## Owners: user@example.com | 9 # * Add a leading comment: ## Owners: user@example.com |
| 10 | 10 |
| (...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] | 810 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] |
| 811 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] | 811 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] |
| 812 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] | 812 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] |
| 813 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] | 813 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] |
| 814 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] | 814 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] |
| 815 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] | 815 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] |
| 816 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] | 816 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] |
| 817 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] | 817 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] |
| 818 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] | 818 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] |
| 819 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] | 819 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] |
| 820 | |
| 821 # crbug.com/669452: [css-ui] Skip gzipped SVG and test that uses it. | |
| 822 imported/csswg-test/css-ui-3/cursor-image-007.html [Skip] | |
| 823 imported/csswg-test/css-ui-3/support/cursors/woolly-64.svgz [Skip] | |
| OLD | NEW |