Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/text/crashtests/bidi-inline-fragment-oof-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" href="mailto:mstensho@chromium.org">
<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>