diff options
Diffstat (limited to 'dom/base/crashtests/1228882.html')
-rw-r--r-- | dom/base/crashtests/1228882.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/crashtests/1228882.html b/dom/base/crashtests/1228882.html new file mode 100644 index 0000000000..42dc5a6570 --- /dev/null +++ b/dom/base/crashtests/1228882.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body onload="b.dir='auto'; a.dir='auto'; b.remove();"> +<bdi id="a"><span id="b">f</span>g</bdi> +</body> +</html> |