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

Unified Diff: LayoutTests/fast/html/imports/resources/custom-element-hello-2.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-2.html
diff --git a/LayoutTests/fast/html/imports/resources/custom-element-hello-2.html b/LayoutTests/fast/html/imports/resources/custom-element-hello-2.html
index 9950c216a15ecf023a81752d386e5f70fa55dba0..21a24ec101293d5d52be442bbe2f0610330b344b 100644
--- a/LayoutTests/fast/html/imports/resources/custom-element-hello-2.html
+++ b/LayoutTests/fast/html/imports/resources/custom-element-hello-2.html
@@ -1 +1,2 @@
-<x-hello></x-hello>
+<x-hello id="hello-2"></x-hello>
+<x-bye id="bye-2"></x-bye>

Powered by Google App Engine
This is Rietveld 408576698