layout/reftests/bugs/234686-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
michael@0 2 <!--
michael@0 3 From http://fantasai.inkedblade.net/style/specs/css2.1/tests/min-max-replaced
michael@0 4 with permission in
michael@0 5 https://bugzilla.mozilla.org/show_bug.cgi?id=413361#c11
michael@0 6 -->
michael@0 7 <html lang="en">
michael@0 8 <head>
michael@0 9 <title>CSS 2.1 Test Suite: Min/Max Height and Width Constraints on Replaced Elements</title>
michael@0 10 <link rel="author" title="fantasai" href="http://fantasai.inkedblade.net/" />
michael@0 11 <style type="text/css">
michael@0 12
michael@0 13 /* Diagrams are scaled so that w and h line up.
michael@0 14 Image is 75px x 75px; target dimensions will thus be 75px. */
michael@0 15
michael@0 16 </style>
michael@0 17 </head>
michael@0 18 <body>
michael@0 19 <p><img src="234686-ref.gif" alt=""></p> <!-- intrinsic dimensions -->
michael@0 20
michael@0 21 </body>
michael@0 22 </html>

mercurial