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

Side by Side Diff: LayoutTests/webarchive/css-page-rule-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 <head>
2 <script>
3
4 if (window.testRunner)
5 testRunner.dumpDOMAsWebArchive();
6
7 </script>
8
9 <style>
10
11 @page {
12 margin: 2cm;
13 }
14
15 </style>
16 </head>
17
18 <body>
19 This page contains a @page style rule.<br>
20 Making a WebArchive out of it should not crash.
21 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698