diff options
Diffstat (limited to 'accessible/tests/crashtests/1472024-1.html')
-rw-r--r-- | accessible/tests/crashtests/1472024-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/accessible/tests/crashtests/1472024-1.html b/accessible/tests/crashtests/1472024-1.html new file mode 100644 index 0000000000..2b745a635e --- /dev/null +++ b/accessible/tests/crashtests/1472024-1.html @@ -0,0 +1,7 @@ +<style> +.a { position: absolute } +</style> +<table> +<tbody class="a"> +<tr>b</tr> +<th> |