layout/reftests/bugs/528096-1-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <!-- Test for some pieces of bug 528096; other pieces are tested in
michael@0 3 the mochitests test_font_face_parser.html,
michael@0 4 test_media_queries.html, and test_selectors.html -->
michael@0 5 <html><head>
michael@0 6 <title>Test for bug 528096 (counters and image rects)</title>
michael@0 7 <style>
michael@0 8 div { display: inline-block; vertical-align: bottom;
michael@0 9 margin-right: 6px; width: 16px; height: 16px;
michael@0 10 background-color: lime; }
michael@0 11 div::before { display: inline-block; height: 16px;
michael@0 12 content: url("checkmark.gif"); }
michael@0 13 </style>
michael@0 14 </head><body>
michael@0 15
michael@0 16 <table><tr>
michael@0 17 <td>-moz-image-rect()</td>
michael@0 18 <td><div id="i1"></td>
michael@0 19 </tr><tr>
michael@0 20 <td>counter()</td>
michael@0 21 <td><div id="c1"></div><div id="c2"></div></td>
michael@0 22 </tr><tr>
michael@0 23 <td>counters()</td>
michael@0 24 <td><div id="cs1"></div><div id="cs2"></div><div id="cs3"></div></td>
michael@0 25 </tr></table>
michael@0 26
michael@0 27 <p>
michael@0 28 <a target="_blank"
michael@0 29 href="https://bugzilla.mozilla.org/show_bug.cgi?id=528096">Mozilla
michael@0 30 bug 528096</a>. There should be no red or orange, and each square
michael@0 31 should have a black checkmark in it.
michael@0 32 </p>
michael@0 33
michael@0 34 </body></html>

mercurial