1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <html> <title>View transitions: reference expectation</title> <style> div { position: relative; left: 100px; width: 100px; height: 100px; background: green; } </style> <body> <div></div> </script>