Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-002.html

Issue 1157103007: update-w3c-deps import using blink b712b6ce0eb599d90d890aa609f596c7852fb824 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Skip swfsoures Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698