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

Unified Diff: LayoutTests/fast/html/imports/resources/custom-element-hello-parent-12.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-parent-12.html
diff --git a/LayoutTests/fast/html/imports/resources/custom-element-hello-parent-12.html b/LayoutTests/fast/html/imports/resources/custom-element-hello-parent-12.html
new file mode 100644
index 0000000000000000000000000000000000000000..c96e838e25bd5845d92c72ade3e70c06f20212b4
--- /dev/null
+++ b/LayoutTests/fast/html/imports/resources/custom-element-hello-parent-12.html
@@ -0,0 +1,2 @@
+<link rel="import" href="custom-element-hello-1.html" onload="latch.loaded()">
+<link rel="import" href="custom-element-hello-2.html" async onload="latch.loaded()">

Powered by Google App Engine
This is Rietveld 408576698