summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/459613.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/crashtests/459613.html')
-rw-r--r--editor/libeditor/crashtests/459613.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/459613.html b/editor/libeditor/crashtests/459613.html
new file mode 100644
index 000000000..7a335f22e
--- /dev/null
+++ b/editor/libeditor/crashtests/459613.html
@@ -0,0 +1,17 @@
+<html class="reftest-wait">
+<head>
+<script type="text/javascript">
+
+function finish() {
+ document.documentElement.removeAttribute("class");
+}
+
+</script>
+</head>
+
+<body>
+
+<iframe src="459613-iframe.html" onload="finish();"></iframe>
+
+</body>
+</html>