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