summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/exit-transition-with-anonymous-layout-object-ref.html
blob: 10e04ac58a44e9005d7297ca17c63666ed2c542a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<title>View transitions: exit transition with layout objects that don't have a node (ref)</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:khushalsagar@chromium.org">

<style>
body {
  width: 100vw;
  height: 100vh;
  background: pink;
}

#target {
  width: 100px;
  height: 100px;
  background: blue;
}
</style>
<div id="target"></div>