diff options
Diffstat (limited to 'layout/reftests/bidi/1567036-1.html')
-rw-r--r-- | layout/reftests/bidi/1567036-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bidi/1567036-1.html b/layout/reftests/bidi/1567036-1.html new file mode 100644 index 0000000000..9f0825fedd --- /dev/null +++ b/layout/reftests/bidi/1567036-1.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<meta charset="UTF-8"> +<title>Testcase for needing aBpd->mPrevFrame = nullptr after SplitInlineAncestors call</title> +<style> + +.b { border: thin solid blue } + +</style> + +<p> +<span class="b"><span>ABC</span><span>אב</span></span>ג<br> +ABC +</p> |