Bug 706889 - reftest.

This commit is contained in:
Mats Palmgren 2012-01-30 18:48:46 +01:00
parent 7d55c9a367
commit a4a532c770
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html><head>
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<style>
body { width: 450px }
input { font-size: 12px }
</style>
<!--
In a 450px container, the minimum font size at 15em per line is 30px.
This means we map 0px-45px into 30px-45px, so 12px gets mapped to 34px.
-->
</head>
<body><input type="checkbox">I have a bike</body>
</html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE HTML>
<style>
div { font-size: 12px; line-height: 1.0; width: 450px }
input { font-size: 12px; }
</style>
<div><input type="radio">In a 450px container, the minimum font size at 15em per line is 30px.
This means we map 0px-45px into 30px-45px, so 12px gets mapped to 34px.</div>

View File

@ -59,6 +59,8 @@ var gTests = [
"!= select-listbox-2.html select-listbox-2.html",
"== select-combobox-2.html select-combobox-2-ref.html",
"!= select-combobox-2.html select-combobox-2.html",
"!= input-checkbox.html input-checkbox.html",
"!= input-radio.html input-radio.html",
];
// Maintain a reference count of how many things we're waiting for until