summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/text/bidi-span-001.html
blob: b645a2b548c46b064b1a5f3012240a3947c772b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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="help" href="https://drafts.csswg.org/css2/visuren.html#direction">
<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>