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

Side by Side Diff: LayoutTests/fast/parser/badurl-head-preloader-crash.html

Issue 1044133002: HTMLPreloadScanner should only use valid <base> urls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 <base href="gopher:��&#279%�:0"></base>
2 <script src=":"></script>
Yoav Weiss 2015/03/31 11:04:43 Can you add another test where we see that the inv
kouhei (in TOK) 2015/03/31 11:15:38 Acknowledged.
kouhei (in TOK) 2015/04/01 03:49:05 Done.
3 <script>
4 if (window.testRunner) testRunner.dumpAsText();
5 </script>
6 <p>PASS: if scanning this document with preloader doesn't crash in debug builds< /p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698