Update reftests for UA stylesheet changes.

This commit is contained in:
Simon Sapin 2014-10-11 20:03:42 +01:00
parent e9ebfb74fc
commit 68b11a4447
8 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,4 @@
input, select { display: inline-block; }
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: nowrap; }
input[type="button"],
input[type="submit"],

View file

@ -7,6 +7,7 @@
float: left;
width: 300px;
height: 300px;
border: none;
}
</style>
</head>

View file

@ -1,7 +1,7 @@
<html>
<body>
<iframe src="data:text/html,%3Cdiv%20style%3D%22background%3Agreen%3B%20width%3A%20200px%3B%20height%3A%20200px%3B%22%3E%3C%2Fdiv%3E"
style="display: block; width: 108px; height: 108px;">
style="display: block; width: 108px; height: 108px; border: none">
</iframe>
</div>
</body>

View file

@ -6,7 +6,7 @@
<table>
<tbody>
<tr>
<td>
<td style="padding: 0">
<span>12345<span>67890</span></span>
</td>
</tr>

View file

@ -6,7 +6,7 @@
<table>
<tbody>
<tr>
<td>
<td style="padding: 0">
<span>1234567890</span>
</td>
</tr>

View file

@ -14,7 +14,7 @@
<table class="rel">
<tbody>
<tr class="abs">
<td>Don't crash!</td>
<td style="padding: 0">Don't crash!</td>
</tr>
</tbody>
</table>

View file

@ -6,7 +6,7 @@
<table>
<tbody>
<tr>
<td>Don't crash!</td>
<td style="padding: 0">Don't crash!</td>
</tr>
</tbody>
</table>

View file

@ -15,9 +15,11 @@
table {
background:green;
padding: 150px;
box-sizing: content-box;
}
th {
color: yellow;
padding: 0;
}
</style>
</head>