ic-unit-014-ref.html (358B)
1 <!DOCTYPE html> 2 3 <meta charset="utf-8"> 4 <title>CSS Values and Units Test: support for the ic unit</title> 5 <style> 6 .test, .ref { 7 width: 200px; 8 height: 20px; 9 background: green; 10 } 11 12 .test { 13 margin-bottom: 10px; 14 } 15 </style> 16 17 <p>The test passes if there are two green rectangles of equal length.</p> 18 <div class="test"></div> 19 <div class="ref"></div>