summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/offscreen-element-modified-before-coming-onscreen-ref.html
blob: e1142fa5f65bd79e0205bf2bb23374dd24df07fe (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: new element is modified while offscren and brought onscreen using pseudo (ref)</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:khushalsagar@chromium.org">

<style>
#target {
  width: 100px;
  height: 100px;
  view-transition-name: target;
  position: fixed;
  background: blue;
  left: 0;
  top: 0;
}
</style>

<div id="target" class="target">