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

Unified Diff: LayoutTests/fast/html/imports/resources/custom-element-hello-5.html

Issue 249563003: REGRESSION(r171966): Custom elements in async imports don't get upgrade. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/resources/custom-element-hello-5.html
diff --git a/PerformanceTests/SunSpider/tests/ubench/loop-empty.js b/LayoutTests/fast/html/imports/resources/custom-element-hello-5.html
similarity index 55%
copy from PerformanceTests/SunSpider/tests/ubench/loop-empty.js
copy to LayoutTests/fast/html/imports/resources/custom-element-hello-5.html
index 20c82f4a1483fffa5a9a1369160cb270f4ef422f..8a9ea7b7ed7e0173a7b05b61c2cc9ef4312f1eb5 100644
--- a/PerformanceTests/SunSpider/tests/ubench/loop-empty.js
+++ b/LayoutTests/fast/html/imports/resources/custom-element-hello-5.html
@@ -1,2 +1,2 @@
-for (var i = 0; i < 10000000; ++i)
- ;
+<x-hello id="hello-5"></x-hello>
+<x-bye id="bye-5"></x-bye>

Powered by Google App Engine
This is Rietveld 408576698