summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/text/crashtests/bidi-inline-fragment-oof-crash.html
blob: b701d2b5688ace54aa99530c12fa8143f1e6a508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<link rel="author" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://crbug.com/1229999">
<div style="direction:rtl; width:500px">
  <span style="border:solid">
    <span style="position:relative">
      <div style="display:inline-block; width:1000%; height:10px"></div>
      <span dir="ltr">
        <div style="position:absolute"></div>
      </span>
    </span>
  </span>
</div>