| Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-position-repeat-rendering-2-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-repeat-rendering-2-expected.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-repeat-rendering-2-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..207c5b4588958505025b57466de2c87da6e22262
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-position-repeat-rendering-2-expected.html
|
| @@ -0,0 +1,48 @@
|
| +<!doctype html>
|
| +<title>Test non-top-left background-position anchors together with repeating backgrounds</title>
|
| +<style>
|
| + body { margin: 0 }
|
| + .rightnormal {
|
| + width: 30px;
|
| + height: 100px;
|
| + }
|
| + .rightnarrow {
|
| + width: 10px;
|
| + height: 100px;
|
| + }
|
| + .bottomnormal {
|
| + width: 100px;
|
| + height: 30px;
|
| + }
|
| + .bottomnarrow {
|
| + width: 100px;
|
| + height: 10px;
|
| + }
|
| + .limecolor {
|
| + background-color: lime;
|
| + }
|
| + .redcolor {
|
| + background-color: red;
|
| + }
|
| +</style>
|
| +<table cellpadding='0' cellspacing='0'>
|
| +<tr>
|
| +<td>
|
| +<div class='rightnarrow redcolor'</div>
|
| +</td>
|
| +<td>
|
| +<div class='rightnormal limecolor'</div>
|
| +</td>
|
| +<td>
|
| +<div class='rightnormal redcolor'</div>
|
| +</td>
|
| +<td>
|
| +<div class='rightnormal limecolor'</div>
|
| +</td>
|
| +</tr>
|
| +</table>
|
| +
|
| +<div class='bottomnarrow redcolor'></div>
|
| +<div class='bottomnormal limecolor'></div>
|
| +<div class='bottomnormal redcolor'></div>
|
| +<div class='bottomnormal limecolor'></div>
|
|
|