mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update reftests for UA stylesheet changes.
This commit is contained in:
parent
e9ebfb74fc
commit
68b11a4447
8 changed files with 9 additions and 5 deletions
|
@ -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"],
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
float: left;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<td style="padding: 0">
|
||||
<span>12345<span>67890</span></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<td style="padding: 0">
|
||||
<span>1234567890</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Don't crash!</td>
|
||||
<td style="padding: 0">Don't crash!</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -15,9 +15,11 @@
|
|||
table {
|
||||
background:green;
|
||||
padding: 150px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
th {
|
||||
color: yellow;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue