зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1400050 Part 2 - Add test case for testing clamping issue of checkbox/radio. r=mats
MozReview-Commit-ID: BJgK4E3dOsi --HG-- extra : rebase_source : 52aae08c37c89a8fbdcf0d40d5d37fe21c50271b
This commit is contained in:
Родитель
2c23f067ff
Коммит
d9d121a677
|
@ -0,0 +1 @@
|
|||
<input type="checkbox" style="top:58px; position:absolute">
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Test clamping width/height of checkbox.</title>
|
||||
<link rel="author" title="Louis Chang" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1400050">
|
||||
<link rel="match" href="checkbox-clamp-ref.html">
|
||||
</head>
|
||||
<body>
|
||||
<input type="checkbox" style="height:113px">
|
||||
</body>
|
||||
</html>
|
|
@ -15,3 +15,4 @@ skip-if(!gtkWidget) == gtk-theme-width-height.html gtk-theme-width-height-ref.ht
|
|||
== checkbox-baseline.html checkbox-baseline-ref.html
|
||||
== checkbox-radio-color.html checkbox-radio-color-ref.html
|
||||
skip-if(OSX) == checkbox-radio-auto-sized.html checkbox-radio-auto-sized-ref.html
|
||||
fails-if(gtkWidget) == checkbox-clamp.html checkbox-clamp-ref.html
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<input type="radio" style="top:58px; position:absolute">
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Test clamping width/height of radio.</title>
|
||||
<link rel="author" title="Louis Chang" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1400050">
|
||||
<link rel="match" href="radio-clamp-ref.html">
|
||||
</head>
|
||||
<body>
|
||||
<input type="radio" style="height:113px">
|
||||
</body>
|
||||
</html>
|
|
@ -5,3 +5,4 @@
|
|||
!= checked-native.html about:blank
|
||||
!= checked-native-notref.html about:blank
|
||||
skip-if(!gtkWidget) == gtk-theme-width-height.html gtk-theme-width-height-ref.html
|
||||
fails-if(gtkWidget) == radio-clamp.html radio-clamp-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче