| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| index 221bd55b914c2cb93d0b4dee75fea443093f9a56..128264e4b200d0f60569edbedcf0bbac6544b1a2 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py
|
| @@ -269,7 +269,7 @@ class W3CExpectationsLineAdder(object):
|
| line_list = []
|
| for test_name, platform_results in merged_results.iteritems():
|
| for platform in platform_results:
|
| - if test_name.startswith('imported'):
|
| + if test_name.startswith('external'):
|
| platform_list = []
|
| bug = []
|
| expectations = []
|
|
|