blob: 3075d2480ca426f78ff6528a350144c27d66a319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<title>Root to shared animation test (ref)</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
body {
background: blue;
padding: 0;
margin: 0;
}
|