summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/new-root-vertical-writing-mode-ref.html
blob: f6b817d92bf89d6cd866b334dca605610979f90a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<title>View transitions: container of shared element writing-modes (ref)</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<link rel="author" href="mailto:vmpstr@chromium.org">

<style>
html { writing-mode: vertical-lr; }
.shared {
  margin: 2px;
  width: 90px;
  height: 50px;
  background: green;
  contain: paint;
}
#two {
  background: lightblue;
}
</style>

<div id=one class=shared>T</div>
<div id=two class=shared></div>