Add a few more tests

git-svn-id: svn://10.0.0.236/trunk@216545 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-12-06 06:20:21 +00:00
parent 6251d22199
commit 79e3b2b3ba
6 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<input type="button" style="width: 1.5em" value="M">
</body>
</html>

View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<input type="button" style="width: 1.5em; padding-left: 0; padding-right: 0" value="M">
</body>
</html>

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<button style="width: 100px; border: 0;
padding-left: 10px; padding-right: 10px">
<img src="mozilla-banner.gif" width="90">
</button>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<button style="width: 100px; border: 0;
padding-left: 0px; padding-right: 0px">
<img src="mozilla-banner.gif" width="90">
</button>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -18,7 +18,8 @@ f== bugs/362594-1c.html bugs/362594-1-standards-ref.html # will be equal once re
!= bugs/362594-2b.html bugs/362594-1-standards-ref.html
== bugs/362594-2b.html bugs/362594-2-standards-ref.html
== bugs/362594-2c.html bugs/362594-2-standards-ref.html
== bugs/359903-1.html bugs/359903-1-ref.html
== bugs/359903-2.html bugs/359903-2-ref.html
# table-dom/
== table-dom/appendCells1.html table-dom/appendCells1-ref.html