blob: 3fcaf6d78a38dd63107b4c0fa782ad746dbdda0b [file] [log] [blame]
Torne (Richard Coles)5c87bf82012-11-14 11:46:17 +00001<style type="text/css">
2html:before, html:after {
3 content: "";
4 width: 50px;
5 height: 50px;
6 position: fixed;
7}
8html:before {
9 border: solid red 5px;
10}
11html:after {
12 border: solid green 5px;
13 top: 60px;
14}
15</style>
16
17<p>
18Test of crash when context-clicking on generated content.
19Do a control-click or a right-click in one of these two
20boxes, and make sure you don't see a crash.
21</p>