ink-overflow-on-target-ref.html (487B)
1 <!DOCTYPE html> 2 <html> 3 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/"> 4 <head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width"> 7 <style> 8 body { margin: 20px; } 9 #target { 10 width: 200px; 11 height: 100px; 12 border: 20px solid #acf; 13 outline: 10px solid #4ca; 14 padding: 20px; 15 font: 18pt monospace; 16 contain: layout; 17 } 18 </style> 19 </head> 20 <body> 21 <div id=target>Hello</div> 22 </body> 23 </html>