| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 imported/web-platform-tests/conformance-checkers [ Skip ] | 204 imported/web-platform-tests/conformance-checkers [ Skip ] |
| 205 imported/web-platform-tests/content-security-policy [ Skip ] | 205 imported/web-platform-tests/content-security-policy [ Skip ] |
| 206 imported/web-platform-tests/cookies [ Skip ] | 206 imported/web-platform-tests/cookies [ Skip ] |
| 207 imported/web-platform-tests/cors [ Skip ] | 207 imported/web-platform-tests/cors [ Skip ] |
| 208 imported/web-platform-tests/csp [ Skip ] | 208 imported/web-platform-tests/csp [ Skip ] |
| 209 imported/web-platform-tests/cssom-view [ Skip ] | 209 imported/web-platform-tests/cssom-view [ Skip ] |
| 210 ## Owners: TBD | 210 ## Owners: TBD |
| 211 # imported/web-platform-tests/custom-elements [ Pass ] | 211 # imported/web-platform-tests/custom-elements [ Pass ] |
| 212 imported/web-platform-tests/custom-elements/registering-custom-elements/unresolv
ed-element-pseudoclass [ Skip ] | 212 imported/web-platform-tests/custom-elements/registering-custom-elements/unresolv
ed-element-pseudoclass [ Skip ] |
| 213 imported/web-platform-tests/docs [ Skip ] | 213 imported/web-platform-tests/docs [ Skip ] |
| 214 ## Owners: philipj@opera.com | 214 ## Owners: tkent@chromium.org |
| 215 imported/web-platform-tests/dom [ Pass ] | 215 imported/web-platform-tests/dom [ Pass ] |
| 216 imported/web-platform-tests/domparsing [ Skip ] | 216 imported/web-platform-tests/domparsing [ Skip ] |
| 217 imported/web-platform-tests/domxpath [ Skip ] | 217 imported/web-platform-tests/domxpath [ Skip ] |
| 218 imported/web-platform-tests/editing [ Skip ] | 218 imported/web-platform-tests/editing [ Skip ] |
| 219 ## Owners: jsbell@chromium.org | 219 ## Owners: jsbell@chromium.org |
| 220 # imported/web-platform-tests/encoding [ Pass ] | 220 # imported/web-platform-tests/encoding [ Pass ] |
| 221 imported/web-platform-tests/eventsource [ Skip ] | 221 imported/web-platform-tests/eventsource [ Skip ] |
| 222 imported/web-platform-tests/ext-xhtml-pubid [ Skip ] | 222 imported/web-platform-tests/ext-xhtml-pubid [ Skip ] |
| 223 imported/web-platform-tests/fetch [ Skip ] | 223 imported/web-platform-tests/fetch [ Skip ] |
| 224 imported/web-platform-tests/fonts [ Skip ] | 224 imported/web-platform-tests/fonts [ Skip ] |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 imported/web-platform-tests/web-animations/animation-effect-timing/fill.html [ S
kip ] | 773 imported/web-platform-tests/web-animations/animation-effect-timing/fill.html [ S
kip ] |
| 774 imported/web-platform-tests/web-animations/animation-model/animation-types/discr
ete-animation.html [ Skip ] | 774 imported/web-platform-tests/web-animations/animation-model/animation-types/discr
ete-animation.html [ Skip ] |
| 775 imported/web-platform-tests/web-animations/animation-model/animation-types/not-a
nimatable.html [ Skip ] | 775 imported/web-platform-tests/web-animations/animation-model/animation-types/not-a
nimatable.html [ Skip ] |
| 776 imported/web-platform-tests/web-animations/animation/finished.html [ Skip ] | 776 imported/web-platform-tests/web-animations/animation/finished.html [ Skip ] |
| 777 imported/web-platform-tests/web-animations/animation/oncancel.html [ Skip ] | 777 imported/web-platform-tests/web-animations/animation/oncancel.html [ Skip ] |
| 778 imported/web-platform-tests/web-animations/animation/onfinish.html [ Skip ] | 778 imported/web-platform-tests/web-animations/animation/onfinish.html [ Skip ] |
| 779 | 779 |
| 780 # crbug.com/606900; Dispatching errors across iframes. | 780 # crbug.com/606900; Dispatching errors across iframes. |
| 781 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-
onerror-with-cross-frame-event-listeners-1.html [ Skip ] | 781 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-
onerror-with-cross-frame-event-listeners-1.html [ Skip ] |
| 782 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-
onerror-with-cross-frame-event-listeners-2.html [ Skip ] | 782 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-
onerror-with-cross-frame-event-listeners-2.html [ Skip ] |
| OLD | NEW |