| Index: third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp | 
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp | 
| index a83869148d46a6c8358c22cf70e3f2baf51549b8..1f356b417fc342d851b5ac01885e28b4072e0293 100644 | 
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp | 
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp | 
| @@ -224,4 +224,6 @@ TEST_F(CustomElementUpgradeSorterTest, sorter_shadow) | 
| EXPECT_EQ(d, elements[2].get()); | 
| } | 
|  | 
| +// TODO(kochi): Add test cases which uses HTML imports. | 
| + | 
| } // namespace blink | 
|  |