beidson@apple.com | c2bfc6a | 2012-04-02 18:23:19 +0000 | [diff] [blame] | 1 | <head> |
2 | <script> | ||||
3 | |||||
rniwa@webkit.org | cc082ecd | 2012-06-16 03:42:58 +0000 | [diff] [blame] | 4 | if (window.testRunner) |
5 | testRunner.dumpDOMAsWebArchive(); | ||||
beidson@apple.com | c2bfc6a | 2012-04-02 18:23:19 +0000 | [diff] [blame] | 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> |