Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1734)

Unified Diff: Tools/Scripts/webkitpy/w3c/test_importer.py

Issue 1220543007: Import web-platform-tests/webstorage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase, allow window opening Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698