Mark test as failing for now until I can figure out what's going on

This commit is contained in:
bzbarsky@mit.edu 2007-07-06 11:16:51 -07:00
parent a2215ef976
commit feee7d10ba
3 changed files with 51 additions and 11 deletions

View File

@ -2,13 +2,34 @@
<html>
<head>
<style>
input { -moz-appearance: none; }
.none { -moz-appearance: none; }
input, button { width: 1.5em; padding: 0; }
</style>
</head>
<body>
<input type="button" style="width: 1.5em; padding: 0" value="M"><br>
<input type="button" style="width: 1.5em; padding: 0" value="M"><br>
<input class="none" type="button" value="M"><br>
<input class="none" type="button" value="M"><br>
<input class="none" type="button" value="Long Text"><br>
<input class="none" type="button" value="Long Text"><br>
<input type="button" value="M"><br>
<input type="button" value="M"><br>
<input type="button" value="Long Text"><br>
<input type="button" value="Long Text"><br>
<button class="none" type="button">M</button><br>
<button class="none" type="button">M</button><br>
<button class="none" type="button">Long Text</button><br>
<button class="none" type="button">Long Text</button><br>
<button type="button">M</button><br>
<button type="button">M</button><br>
<button type="button">Long Text</button><br>
<button type="button">Long Text</button><br>
<input type="button" style="width: 1.5em; padding: 0" value="Long Text"><br>
<input type="button" style="width: 1.5em; padding: 0" value="Long Text"><br>
</body>
</html>

View File

@ -2,14 +2,33 @@
<html>
<head>
<style>
input { -moz-appearance: none; }
.none { -moz-appearance: none; }
input, button { width: 1.5em; padding-top: 0; padding-bottom: 0; }
</style>
</head>
<body>
<input type="button" style="width: 1.5em; padding-top: 0; padding-bottom: 0" value="M"><br>
<input type="button" style="width: 1.5em; padding: 0 0.2em;" value="M"><br>
<input class="none" type="button" value="M"><br>
<input class="none" type="button" style="padding: 0 0.2em;" value="M"><br>
<input type="button" style="width: 1.5em; padding-top: 0; padding-bottom: 0" value="Long Text"><br>
<input type="button" style="width: 1.5em; padding: 0 0.2em;" value="Long Text"><br>
<input class="none" type="button" value="Long Text"><br>
<input class="none" type="button" style="padding: 0 0.2em;" value="Long Text"><br>
<input type="button" value="M"><br>
<input type="button" style="padding: 0 0.2em;" value="M"><br>
<input type="button" value="Long Text"><br>
<input type="button" style="padding: 0 0.2em;" value="Long Text"><br>
<button class="none" type="button">M</button><br>
<button class="none" type="button" style="padding: 0 0.2em;" >M</button><br>
<button class="none" type="button">Long Text</button><br>
<button class="none" type="button" style="padding: 0 0.2em;">Long Text</button><br>
<button type="button">M</button><br>
<button type="button" style="padding: 0 0.2em;">M</button><br>
<button type="button">Long Text</button><br>
<button type="button" style="padding: 0 0.2em;" >Long Text</button><br>
</body>
</html>

View File

@ -73,7 +73,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 28811-2a.html 28811-2-ref.html # bug 38
== 163504-2b.html 163504-2-ref.html
== 169749-1.html 169749-1-ref.html
== 172073-1.html 172073-1-ref.html
== 180085-1.html 180085-1-ref.html
fails == 180085-1.html 180085-1-ref.html
== 185388-1.html 185388-1-ref.html
== 201215-1.html 201215-1-ref.html
== 206516-1.html 206516-1-ref.html