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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht

Issue 1575873005: Import csswg-test@55da5c7bcd5a9d903e4611c3bcc1080cd6a97ad7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht
deleted file mode 100644
index 8e96cc60b8368b6881fab3f44465210eb30e2b70..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>CSS Reftest Reference</title>
- <!-- reftest for text-orientation-014.xht -->
- <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
- <meta http-equiv="content-language" content="en" />
- <style type="text/css">
- .view_ahem
- {
- background: pink;
- border: 1px solid black;
- color: blue;
- font: 20px/1 "Ahem";
- height: 3em;
- margin: 10px;
- width: 3em;
- white-space: pre;
- }
- .control_ahem
- {
- writing-mode: horizontal-tb;
- }
- .view
- {
- border: 1px solid gray;
- font-size: 1.5em;
- line-height: 1.5;
- margin-bottom: 10px;
- width: 3em;
- writing-mode: vertical-rl;
- }
- .control
- {
- text-combine-upright: none;
- }
- </style>
- </head>
- <body lang="en">
- <p>Test passes if a pair of rectangles is <strong>identical</strong> including <strong>layout</strong> and <strong>orientation</strong>.</p>
- <div class="view_ahem"><span class="control_ahem">7 1
- 52
- 63</span></div>
- <div class="view_ahem"><span class="control_ahem">7 1
- 52
- 63</span></div>
- <hr />
- <div class="view"><span class="control">123Abc<br />def456</span></div>
- <div class="view"><span class="control">123Abc<br />def456</span></div>
- </body>
-</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698