| Index: LayoutTests/fast/html/imports/import-custom-element-in-grandchild.html
|
| diff --git a/LayoutTests/fast/html/imports/import-custom-element-in-grandchild.html b/LayoutTests/fast/html/imports/import-custom-element-in-grandchild.html
|
| index bf8314cf2195a4f663cb55b810a92a80e893f8fa..92e7ed3c812d7eb4b1546cf73c3b5dadbb8929c7 100644
|
| --- a/LayoutTests/fast/html/imports/import-custom-element-in-grandchild.html
|
| +++ b/LayoutTests/fast/html/imports/import-custom-element-in-grandchild.html
|
| @@ -8,7 +8,7 @@
|
| <body>
|
| <script>
|
| var Hello = registerTestingCustomElement('x-hello');
|
| -var numberOfLinks = 1;
|
| +var numberOfLinks = 3;
|
| var t1 = async_test('Custom elements in an indirect import are upgraded.');
|
| var t2 = async_test('Custom elements in an indirect import are resolved.');
|
| var latch = new ImportTestLatch(function() {
|
|
|