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

Unified Diff: LayoutTests/fast/html/imports/import-custom-element-dup-resolve.html

Issue 272243004: HTML Imports: Fix race conditions on HTMLImportsChild (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: 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() {

Powered by Google App Engine
This is Rietveld 408576698