summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/context-click-generated-content.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/context-click-generated-content.html')
-rw-r--r--Source/WebCore/manual-tests/context-click-generated-content.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/context-click-generated-content.html b/Source/WebCore/manual-tests/context-click-generated-content.html
new file mode 100644
index 0000000..3fcaf6d
--- /dev/null
+++ b/Source/WebCore/manual-tests/context-click-generated-content.html
@@ -0,0 +1,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>