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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/text-emphasis-001-expected.htm

Issue 1188583004: update-w3c-deps import using blink 9d3793ee56e5bb1aa1eef078d848e1b0e6e4d355: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/text-combine-upright/text-emphasis-001-expected.htm
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/text-emphasis-001-expected.htm b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/text-emphasis-001-expected.htm
deleted file mode 100644
index b892ee779b899f452803a5c6cbeef7a3b6233600..0000000000000000000000000000000000000000
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/text-emphasis-001-expected.htm
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>CSS Writing Modes Test: text-combine-upright with text-emphasis</title>
- <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@access-company.com">
- <link rel="mismatch" href="reference/text-emphasis-001-notref.htm">
- <meta charset="utf-8">
- <style type="text/css">
- @font-face {
- font-family: 'tcu-font';
- src: url('support/tcu-font.woff');
- }
-
- .tcu-with-emphasis {
- font: 100px 'tcu-font';
- -webkit-writing-mode: vertical-rl;
- -webkit-text-combine: horizontal;
- -webkit-text-emphasis-style: open dot;
- }
- </style>
-</head>
-<body>
- <p>Test passes if this figure and the emphasis are idencial</p>
- <div class="tcu-with-emphasis">7</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698