1043537-1.html (343B)
1 <html> 2 <head> 3 <meta charset="utf-8" /> 4 <title>Test #1 for bug #1043537</title> 5 <style> 6 div { 7 width: 200px; 8 height: 200px; 9 background: yellow; 10 } 11 12 div:before { 13 content: ''; 14 background: hotpink; 15 display: block; 16 width: 40px; 17 height: 40px; 18 overflow: hidden; 19 resize: both; 20 } 21 </style> 22 </head> 23 <body> 24 <div></div> 25 </body> 26 </html>