1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/234686-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 1.5 +<!-- 1.6 +From http://fantasai.inkedblade.net/style/specs/css2.1/tests/min-max-replaced 1.7 +with permission in 1.8 +https://bugzilla.mozilla.org/show_bug.cgi?id=413361#c11 1.9 +--> 1.10 +<html lang="en"> 1.11 + <head> 1.12 + <title>CSS 2.1 Test Suite: Min/Max Height and Width Constraints on Replaced Elements</title> 1.13 + <link rel="author" title="fantasai" href="http://fantasai.inkedblade.net/" /> 1.14 + <style type="text/css"> 1.15 + 1.16 + /* Diagrams are scaled so that w and h line up. 1.17 + Image is 75px x 75px; target dimensions will thus be 75px. */ 1.18 + 1.19 + </style> 1.20 + </head> 1.21 + <body> 1.22 + <p><img src="234686-ref.gif" alt=""></p> <!-- intrinsic dimensions --> 1.23 + 1.24 + </body> 1.25 +</html>