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 { 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="button"],
input[type="submit"], input[type="submit"],

View file

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

View file

@ -1,7 +1,7 @@
<html> <html>
<body> <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" <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> </iframe>
</div> </div>
</body> </body>

View file

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

View file

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

View file

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

View file

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

View file

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