servo/tests/wpt/web-platform-tests/css/css-view-transitions/offscreen-element-modified-before-coming-onscreen-ref.html

20 lines
451 B
HTML

<!DOCTYPE html>
<html>
<title>View transitions: new element is modified while offscren and brought onscreen using pseudo (ref)</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<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">