summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/pseudo-rendering-invalidation-ref.html
blob: f622f94b5f5b07f26b500e8316e1f8c28b5eb900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<title>View transitions: invalidating VT pseudo elements renders correctly (ref)</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<link rel="author" href="mailto:bokan@chromium.org">

<style>
:root {
  background-color: limegreen;
}

div {
  position: absolute;
  left: 0px;
  top: 600px;
  width: 100px;
  height: 100px;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  background: darkseagreen;
}
</style>

<div style="left: 0px; top: 100px;">Group</div>
<div style="left: 150px; top: 100px;">Image-Pair</div>
<div style="left: 0px; top: 250px;">Old</div>
<div style="left: 150px; top: 250px;">New</div>