mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
57 lines
No EOL
3.1 KiB
HTML
57 lines
No EOL
3.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>CSS Reference: Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing</title>
|
|
<style type="text/css">
|
|
@page { font: italic 8pt sans-serif; color: gray;
|
|
margin: 7%;
|
|
counter-increment: page;
|
|
@top-left { content: "CSS Basic User Interface Module Level 3 CR Test Suite"; }
|
|
@top-right { content: "Test box-sizing-replaced-003-ref"; }
|
|
@bottom-right { content: counter(page); }
|
|
}
|
|
</style>
|
|
<link href="http://fantasai.inkedblade.net/contact" title="Elika J. Etemad" rel="author" />
|
|
<link href="mailto:sjohnson@mozilla.com" title="Scott Johnson" rel="author" />
|
|
<meta content="image" name="flags" />
|
|
<!--
|
|
<link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing">
|
|
-->
|
|
<style type="text/css">
|
|
p {
|
|
display: inline-block;
|
|
background-color: white;
|
|
margin: 0px 0px;
|
|
padding: 0px 0px;
|
|
}
|
|
|
|
#img {
|
|
width: 75px;
|
|
height: 75px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>All rectangles should be the same size.</div>
|
|
<p><img src="support/replaced-min-max.png" alt="FAIL" title="Test 0" /></p>
|
|
<p><img id="img" title="Test 1" alt="FAIL" src="support/replaced-min-max-1.png" /></p>
|
|
<p><img id="img" title="Test 2" alt="FAIL" src="support/replaced-min-max-2.png" /></p>
|
|
<p><img id="img" title="Test 3" alt="FAIL" src="support/replaced-min-max-3.png" /></p>
|
|
<p><img id="img" title="Test 4" alt="FAIL" src="support/replaced-min-max-4.png" /></p>
|
|
<p><img id="img" title="Test 5" alt="FAIL" src="support/replaced-min-max-5.png" /></p>
|
|
<p><img id="img" title="Test 6" alt="FAIL" src="support/replaced-min-max-6.png" /></p>
|
|
<p><img id="img" title="Test 7" alt="FAIL" src="support/replaced-min-max-7.png" /></p>
|
|
<p><img id="img" title="Test 8" alt="FAIL" src="support/replaced-min-max-8.png" /></p>
|
|
<p><img id="img" title="Test 9" alt="FAIL" src="support/replaced-min-max-9.png" /></p>
|
|
<p><img id="img" title="Test 10" alt="FAIL" src="support/replaced-min-max-10.png" /></p>
|
|
<p><img id="img" title="Test 11" alt="FAIL" src="support/replaced-min-max-11.png" /></p>
|
|
<p><img id="img" title="Test 12" alt="FAIL" src="support/replaced-min-max-12.png" /></p>
|
|
<p><img id="img" title="Test 13" alt="FAIL" src="support/replaced-min-max-13.png" /></p>
|
|
<p><img id="img" title="Test 14" alt="FAIL" src="support/replaced-min-max-14.png" /></p>
|
|
<p><img id="img" title="Test 15" alt="FAIL" src="support/replaced-min-max-15.png" /></p>
|
|
<p><img id="img" title="Test 16" alt="FAIL" src="support/replaced-min-max-16.png" /></p>
|
|
<p><img id="img" title="Test 17" alt="FAIL" src="support/replaced-min-max-17.png" /></p>
|
|
<p><img id="img" title="Test 18" alt="FAIL" src="support/replaced-min-max-18.png" /></p>
|
|
<p><img id="img" title="Test 19" alt="FAIL" src="support/replaced-min-max-19.png" /></p>
|
|
</body>
|
|
</html> |