1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/528096-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<!-- Test for some pieces of bug 528096; other pieces are tested in 1.6 + the mochitests test_font_face_parser.html, 1.7 + test_media_queries.html, and test_selectors.html --> 1.8 +<html><head> 1.9 + <title>Test for bug 528096 (counters and image rects)</title> 1.10 + <style> 1.11 + div { display: inline-block; vertical-align: bottom; 1.12 + margin-right: 6px; width: 16px; height: 16px; 1.13 + background-color: lime; } 1.14 + div::before { display: inline-block; height: 16px; 1.15 + content: url("checkmark.gif"); } 1.16 + </style> 1.17 +</head><body> 1.18 + 1.19 +<table><tr> 1.20 + <td>-moz-image-rect()</td> 1.21 + <td><div id="i1"></td> 1.22 +</tr><tr> 1.23 + <td>counter()</td> 1.24 + <td><div id="c1"></div><div id="c2"></div></td> 1.25 +</tr><tr> 1.26 + <td>counters()</td> 1.27 + <td><div id="cs1"></div><div id="cs2"></div><div id="cs3"></div></td> 1.28 +</tr></table> 1.29 + 1.30 +<p> 1.31 +<a target="_blank" 1.32 + href="https://bugzilla.mozilla.org/show_bug.cgi?id=528096">Mozilla 1.33 + bug 528096</a>. There should be no red or orange, and each square 1.34 + should have a black checkmark in it. 1.35 +</p> 1.36 + 1.37 +</body></html>