| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1476eca646f77295904ff78a39a3434435a44543
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-expected.html
|
| @@ -0,0 +1,41 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <meta charset="utf-8">
|
| + <title>CSS Background: background-repeat: position background image</title>
|
| + <link rel="author" title="Ethan Lin" href="mailto:ethlin@mozilla.com">
|
| + <link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
| + <style type="text/css">
|
| + .outer
|
| + {
|
| + border: 1px solid black;
|
| + width: 106px;
|
| + height: 96px;
|
| + display: flex;
|
| + justify-content: space-between;
|
| + align-content: space-between;
|
| + flex-wrap: wrap;
|
| + }
|
| + .inner
|
| + {
|
| + height: 32px;
|
| + width: 32px;
|
| + background-image: url(aqua-yellow-32x32.png);
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <div class="outer">
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + <div class="inner"></div>
|
| + </div>
|
| + </body>
|
| +</html>
|
| +
|
|
|