mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 706889 - reftest.
This commit is contained in:
parent
a67ebb9c8d
commit
0d832e174e
15
layout/base/tests/font-inflation/input-checkbox.html
Normal file
15
layout/base/tests/font-inflation/input-checkbox.html
Normal 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>
|
7
layout/base/tests/font-inflation/input-radio.html
Normal file
7
layout/base/tests/font-inflation/input-radio.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user