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

Unified Diff: LayoutTests/fast/html/imports/import-custom-element-in-grandchild.html

Issue 273523006: Fix flakiness on import-custom-element-in-grandchild.html (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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698