diff options
Diffstat (limited to 'accessible/tests/crashtests/1572811.html')
-rw-r--r-- | accessible/tests/crashtests/1572811.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/accessible/tests/crashtests/1572811.html b/accessible/tests/crashtests/1572811.html new file mode 100644 index 0000000000..61dc78ca7b --- /dev/null +++ b/accessible/tests/crashtests/1572811.html @@ -0,0 +1,9 @@ +<script>
+function go() {
+ a.style.overflow = "auto";
+}
+</script>
+<body onload=go()>
+<table id="a" background="3">
+<th>
+<textarea style="position:absolute">A</textarea>
|