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

Side by Side Diff: LayoutTests/http/tests/htmlimports/resources/import-blocking-child-2.html

Issue 21182004: [HTML Imports] Make import loading in order. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed feedback. Created 7 years, 4 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="blocked-script.js"></script>
4 </head> 5 </head>
5 <body> 6 <body>
6 <input type="button" value="Example" />
7 </body> 7 </body>
8 </html> 8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698