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

Side by Side Diff: LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpDOMAsWebArchive();
6 </script>
7 <link rel="stylesheet" href="http://localhost:8000/webarchive/resources/localhos t-stylesheet.css" type="text/css">
8 </head>
9 <body>
10 This HTML links to an external stylesheet from a different security origin.<br>
11 Making a webarchive of this page should not crash.
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698