| Index: LayoutTests/fast/html/imports/import-custom-element-dup-resolve.html
|
| diff --git a/LayoutTests/fast/html/imports/import-custom-element-dup-resolve.html b/LayoutTests/fast/html/imports/import-custom-element-dup-resolve.html
|
| index d685909d2c834bb16ebe6f6a17fad74e2f7203b8..283810d0a63ba026e5c9e6d7fe2f673dcf3c595b 100644
|
| --- a/LayoutTests/fast/html/imports/import-custom-element-dup-resolve.html
|
| +++ b/LayoutTests/fast/html/imports/import-custom-element-dup-resolve.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| var Hello = registerTestingCustomElement('x-hello');
|
|
|
| -var numberOfLinks = 6;
|
| +var numberOfLinks = 10;
|
| var t1 = async_test('Instantiate custom elements in async imports.');
|
| var t2 = async_test('Resolve custom elements in async imports later.');
|
| var latch = new ImportTestLatch(function() {
|
|
|