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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.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/text-orientation/text-orientation-template.html
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html
deleted file mode 100644
index 4fdde06182e0357fb97be77fb059b4db680c80f1..0000000000000000000000000000000000000000
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/support/text-orientation/text-orientation-template.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<!-- META -->
-<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
-<script src="../../../../../resources/testharness.js"></script>
-<script src="../../../../../resources/testharnessreport.js"></script>
-<style>
-@font-face {
- font-family: "orientation";
- src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
-}
-.test {
- font-family: "orientation";
- font-size: 16px;
- height: 32em;
- white-space: pre;
- -webkit-writing-mode: vertical-rl;
-}
-.U {
- -webkit-text-orientation: upright;
-}
-.R {
- -webkit-text-orientation: sideways-right;
-}
-#details {
- margin: 1em .5em;
-}
-summary {
- font-size: 1.2em;
- font-weight: bold;
- margin-top: .5em;
-}
-</style>
-<div id="log"></div>
-<div id="details"></div>
-<div id="container">INSERT-DATA-HERE</div>
-<script src="support/text-orientation/unicode-data.js"></script>
-<script src="support/text-orientation/text-orientation.js"></script>

Powered by Google App Engine
This is Rietveld 408576698