1153845-1-ref.html (223B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <title>There should be a 200x200 lime square on this page.</title> 5 6 <style> 7 8 svg { 9 width: 200px; 10 height: 200px; 11 background-color: lime; 12 } 13 14 </style> 15 16 <svg></svg>