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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/htmlimports/import-blocking-nested-child-blocks-child.html

Issue 1772853002: Block the HTML parser on external stylesheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified parser blocking logic Created 4 years, 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="/js-test-resources/js-test.js"></script> 4 <script src="/js-test-resources/js-test.js"></script>
5 <script>
6 setPrintTestResultsLazily();
7 </script>
5 <link id="leaf" rel="import" href="resources/import-blocking-nested-child-1.html "> 8 <link id="leaf" rel="import" href="resources/import-blocking-nested-child-1.html ">
6 <link id="leaf" rel="import" href="resources/import-blocking-child-2.html"> 9 <link id="leaf" rel="import" href="resources/import-blocking-child-2.html">
7 </head> 10 </head>
8 <body> 11 <body>
9 <script src="resources/empty-script.js"></script> 12 <script src="resources/empty-script.js"></script>
10 </body> 13 </body>
11 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698