Skip to content

Commit

Permalink
Update reftests for UA stylesheet changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Oct 13, 2014
1 parent e9ebfb7 commit 68b11a4
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions resources/servo.css
@@ -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"],
Expand Down
1 change: 1 addition & 0 deletions tests/ref/iframe/multiple_external.html
Expand Up @@ -7,6 +7,7 @@
float: left;
width: 300px;
height: 300px;
border: none;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/iframe/overflow.html
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/table_auto_width.html
Expand Up @@ -6,7 +6,7 @@
<table>
<tbody>
<tr>
<td>
<td style="padding: 0">
<span>12345<span>67890</span></span>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/table_auto_width_ref.html
Expand Up @@ -6,7 +6,7 @@
<table>
<tbody>
<tr>
<td>
<td style="padding: 0">
<span>1234567890</span>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/table_containing_block_a.html
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/table_containing_block_ref.html
Expand Up @@ -6,7 +6,7 @@
<table>
<tbody>
<tr>
<td>Don't crash!</td>
<td style="padding: 0">Don't crash!</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 2 additions & 0 deletions tests/ref/table_padding_a.html
Expand Up @@ -15,9 +15,11 @@
table {
background:green;
padding: 150px;
box-sizing: content-box;
}
th {
color: yellow;
padding: 0;
}
</style>
</head>
Expand Down

5 comments on commit 68b11a4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at SimonSapin@68b11a4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging SimonSapin/servo/ua-stylesheet = 68b11a4 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SimonSapin/servo/ua-stylesheet = 68b11a4 merged ok, testing candidate = 6e3c776

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6e3c776

Please sign in to comment.