| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 imported/wpt/html-media-capture [ Skip ] | 245 imported/wpt/html-media-capture [ Skip ] |
| 246 imported/wpt/http [ Skip ] | 246 imported/wpt/http [ Skip ] |
| 247 ## Owners: none; No tests in the directory. | 247 ## Owners: none; No tests in the directory. |
| 248 # imported/wpt/images [ Pass ] | 248 # imported/wpt/images [ Pass ] |
| 249 imported/wpt/infrastructure [ Skip ] | 249 imported/wpt/infrastructure [ Skip ] |
| 250 imported/wpt/innerText [ Skip ] | 250 imported/wpt/innerText [ Skip ] |
| 251 imported/wpt/js [ Skip ] | 251 imported/wpt/js [ Skip ] |
| 252 imported/wpt/lint [ Skip ] | 252 imported/wpt/lint [ Skip ] |
| 253 imported/wpt/lint.whitelist [ Skip ] | 253 imported/wpt/lint.whitelist [ Skip ] |
| 254 imported/wpt/manifest [ Skip ] | 254 imported/wpt/manifest [ Skip ] |
| 255 imported/wpt/mathml [ Skip ] |
| 255 ## Owners: none; No tests in the directory. | 256 ## Owners: none; No tests in the directory. |
| 256 # imported/wpt/media [ Skip ] | 257 # imported/wpt/media [ Skip ] |
| 257 imported/wpt/media-source [ Skip ] | 258 imported/wpt/media-source [ Skip ] |
| 258 ## Owners: phoglund@chromium.org | 259 ## Owners: phoglund@chromium.org |
| 259 # imported/wpt/mediacapture-streams [ Pass ] | 260 # imported/wpt/mediacapture-streams [ Pass ] |
| 260 imported/wpt/microdata [ Skip ] | 261 imported/wpt/microdata [ Skip ] |
| 261 imported/wpt/mixed-content [ Skip ] | 262 imported/wpt/mixed-content [ Skip ] |
| 262 imported/wpt/navigation-timing [ Skip ] | 263 imported/wpt/navigation-timing [ Skip ] |
| 263 imported/wpt/notifications [ Skip ] | 264 imported/wpt/notifications [ Skip ] |
| 264 imported/wpt/old-tests [ Skip ] | 265 imported/wpt/old-tests [ Skip ] |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 imported/wpt/svg/linking/scripted [ Skip ] | 767 imported/wpt/svg/linking/scripted [ Skip ] |
| 767 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-1.html [ Skip ] | 768 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-1.html [ Skip ] |
| 768 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-2.html [ Skip ] | 769 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-2.html [ Skip ] |
| 769 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-3.html [ Skip ] | 770 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_escaping-3.html [ Skip ] |
| 770 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-1.html [ Skip ] | 771 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-1.html [ Skip ] |
| 771 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-2.html [ Skip ] | 772 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-2.html [ Skip ] |
| 772 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-3.html [ Skip ] | 773 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_p
opups_nonescaping-3.html [ Skip ] |
| 773 | 774 |
| 774 # crbug.com/656171: w3c-test-importer fails to import file with non-valid utf8 (
004.worker.js). | 775 # crbug.com/656171: w3c-test-importer fails to import file with non-valid utf8 (
004.worker.js). |
| 775 crbug.com/656171 imported/wpt/workers/semantics/encodings [ Skip ] | 776 crbug.com/656171 imported/wpt/workers/semantics/encodings [ Skip ] |
| OLD | NEW |