1<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>
22