| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-002.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-002.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-002.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a4e8fbc2fa49e9cb43467243a79c789240d1d0b8
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-002.html
|
| @@ -0,0 +1,28 @@
|
| +<!DOCTYPE html>
|
| +
|
| +<html>
|
| +
|
| + <head>
|
| +
|
| + <meta charset="UTF-8">
|
| +
|
| + <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
|
| + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2015-05-01 -->
|
| +
|
| + <title>Embedded HTML document for background-size-document-root-vrl-002</title>
|
| +
|
| + <style>
|
| + html
|
| + {
|
| + background-image: url("swatch-green.png");
|
| + background-repeat: no-repeat;
|
| + background-size: 100% 100%;
|
| + -webkit-writing-mode: vertical-rl;
|
| +
|
| + width: 100px;
|
| + }
|
| + </style>
|
| +
|
| + </head>
|
| +
|
| +</html>
|
|
|