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

Side by Side Diff: LayoutTests/fast/html/imports/resources/custom-element-hello-parent-34.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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <x-hello id="hello-p34-1"></x-hello>
2 <x-bye id="bye-p34-1"></x-bye>
3 <link rel="import" href="custom-element-hello-3.html" onload="latch.loaded()">
4 <link rel="import" href="custom-element-hello-4.html" async onload="latch.loaded ()">
5 <x-hello id="hello-p34-2"></x-hello>
6 <x-bye id="bye-p34-2"></x-bye>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698