This commit is contained in:
bzbarsky%mit.edu 2008-02-20 19:58:27 +00:00
Родитель eb272def57
Коммит 2b718a0466
2 изменённых файлов: 32 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
input, button { min-width: 16em; max-width: 8em; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
</style>
</head>
<body>
<div>
<input type="button" value="input" class="left">
</div>
<div>
<button class="left">button</button>
</div>
<div>
<input type="button" value="input" class="right">
</div>
<div>
<button class="right">button</button>
</div>
<div>
<input type="button" value="input" class="center">
</div>
<div>
<button class="center">button</button>
</div>
</body>
</html>

Просмотреть файл

@ -118,6 +118,7 @@ fails == 134706-6b.html 134706-6b-ref.html # bug 363248 (via bug 414193, anyway)
== 201293-1a.html 201293-1-ref.html
== 201293-1b.html 201293-1-ref.html
== 201293-1c.html 201293-1-ref.html
== 201293-1d.html 201293-1-ref.html
== 206516-1.html 206516-1-ref.html
== 210876-1.html 210876-1-ref.html
== 212563-1.html 212563-1-ref.html