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/bidi-span-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test: Inline boxes should not affect bidi reordering</title>
<link rel="match" href="bidi-span-001-ref.html">
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<body>
<div>א<span></span>בג</div>
<div>א<span style="background: white"></span>בג</div>
<div>א<span>ב</span>ג</div>
<div>א<span style="background: white">ב</span>ג</div>
<div>אבג</div>
</body>