summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/489691.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/489691.html')
-rw-r--r--layout/base/crashtests/489691.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/base/crashtests/489691.html b/layout/base/crashtests/489691.html
new file mode 100644
index 0000000000..b9c1656366
--- /dev/null
+++ b/layout/base/crashtests/489691.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+
+span:first-letter { }
+
+</style>
+<script type="text/javascript">
+
+function boom()
+{
+ document.getElementById("q").style.direction = "";
+}
+
+</script>
+</head>
+
+<body onload="boom();"><span id="q" style="direction: rtl; display: block;">B C
+</span></body></html>