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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-stretch-001-expected.html

Issue 1161223002: Import csswg-test/css-writing-modes-3/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated Created 5 years, 7 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/writing-mode-stretch-001-expected.html
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-stretch-001-expected.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-stretch-001-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..69db5a0124c568683ade5c3caaf3cc5f3faea742
--- /dev/null
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-stretch-001-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>Reference file</title>
+ <link rel="author" title="Mitsuteru Sawa" href="mailto:mitsuteru.s@gmail.com">
+ <style>
+ .test {
+ height: 100px;
+ width: 250px;
+ background-color: green;
+ }
+ </style>
+</head>
+<body>
+ <p>The test passes if you see a green rectangle and no red.</p>
+ <div class="test"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698