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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 # imported/wpt/images [ Pass ] | 263 # imported/wpt/images [ Pass ] |
264 imported/wpt/imagebitmap-renderingcontext [ Skip ] | 264 imported/wpt/imagebitmap-renderingcontext [ Skip ] |
265 imported/wpt/infrastructure [ Skip ] | 265 imported/wpt/infrastructure [ Skip ] |
266 ## Owners: dom-dev@chromium.org | 266 ## Owners: dom-dev@chromium.org |
267 # imported/wpt/innerText [ Pass ] | 267 # imported/wpt/innerText [ Pass ] |
268 imported/wpt/js [ Skip ] | 268 imported/wpt/js [ Skip ] |
269 imported/wpt/lint [ Skip ] | 269 imported/wpt/lint [ Skip ] |
270 imported/wpt/lint.whitelist [ Skip ] | 270 imported/wpt/lint.whitelist [ Skip ] |
271 imported/wpt/manifest [ Skip ] | 271 imported/wpt/manifest [ Skip ] |
272 imported/wpt/mathml [ Skip ] | 272 imported/wpt/mathml [ Skip ] |
| 273 ## Owners: dtapuska@chromium.org |
| 274 imported/wpt/input-events [ Pass ] |
273 ## Owners: none; No tests in the directory. | 275 ## Owners: none; No tests in the directory. |
274 # imported/wpt/media [ Skip ] | 276 # imported/wpt/media [ Skip ] |
275 imported/wpt/media-source [ Skip ] | 277 imported/wpt/media-source [ Skip ] |
276 imported/wpt/mediacapture-record [ Skip ] | 278 imported/wpt/mediacapture-record [ Skip ] |
277 ## Owners: phoglund@chromium.org | 279 ## Owners: phoglund@chromium.org |
278 # imported/wpt/mediacapture-streams [ Pass ] | 280 # imported/wpt/mediacapture-streams [ Pass ] |
279 imported/wpt/microdata [ Skip ] | 281 imported/wpt/microdata [ Skip ] |
280 imported/wpt/mixed-content [ Skip ] | 282 imported/wpt/mixed-content [ Skip ] |
281 imported/wpt/navigation-timing [ Skip ] | 283 imported/wpt/navigation-timing [ Skip ] |
282 imported/wpt/notifications [ Skip ] | 284 imported/wpt/notifications [ Skip ] |
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] | 815 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] |
814 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] | 816 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] |
815 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] | 817 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] |
816 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] | 818 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] |
817 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] | 819 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] |
818 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] | 820 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] |
819 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] | 821 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] |
820 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] | 822 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] |
821 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] | 823 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] |
822 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] | 824 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] |
OLD | NEW |