summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/context-click-generated-content.html
blob: 3fcaf6d78a38dd63107b4c0fa782ad746dbdda0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<style type="text/css">
html:before, html:after {
	content: "";
	width: 50px;
	height: 50px;
	position: fixed;
}
html:before {
	border: solid red 5px;
}
html:after {
	border: solid green 5px;
	top: 60px;
}
</style>

<p>
Test of crash when context-clicking on generated content.
Do a control-click or a right-click in one of these two
boxes, and make sure you don't see a crash.
</p>