Chromium Code Reviews| Index: Tools/Scripts/webkitpy/w3c/test_importer.py |
| diff --git a/Tools/Scripts/webkitpy/w3c/test_importer.py b/Tools/Scripts/webkitpy/w3c/test_importer.py |
| index a6f6ea71092fbfb19fff3c3a11c2cab9dcca2fcc..a4aa9a16bb753a7125558ef7540c79fef69db529 100644 |
| --- a/Tools/Scripts/webkitpy/w3c/test_importer.py |
| +++ b/Tools/Scripts/webkitpy/w3c/test_importer.py |
| @@ -202,7 +202,7 @@ class TestImporter(object): |
| # Need to copy all files in 'support', including HTML without meta data. |
| # http://testthewebforward.org/docs/test-format-guidelines.html#support-files |
| - DIRS_TO_INCLUDE = ('resources', 'support') |
| + DIRS_TO_INCLUDE = ('resources', 'support', 'iframe') |
|
jsbell
2015/07/01 22:33:15
Still hoping the rename PR is accepted. I won't la
|
| if dirs: |
| for d in DIRS_TO_SKIP: |