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

Side by Side Diff: LayoutTests/http/tests/htmlimports/resources/pointing-custom-element-def.html

Issue 238923009: HTML Imports: No more BlockingDocumentCreation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to ToT. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <my-custom id="pointing-before"></my-custom>
4 <link rel="import" href="custom-element-def.html">
5 <my-custom id="pointing-after"></my-custom>
6 </head>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698