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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-decoration-line-010-expected.xht

Issue 2517553002: Enable css-text-decor-3 tests and update csswg-tests (Closed)
Patch Set: Follow conventions for unskipping Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-decoration-line-010-expected.xht
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-decoration-line-010-expected.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-decoration-line-010-expected.xht
new file mode 100644
index 0000000000000000000000000000000000000000..6f88d9be420544dbb88af70678962eafffd38802
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-decoration-line-010-expected.xht
@@ -0,0 +1,38 @@
+<?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-decoration-line-010.xht -->
+ <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
+ <meta http-equiv="content-language" content="en, ja" />
+ <style type="text/css">
+ @font-face
+ {
+ font-family: "mplus-1p-regular";
+ src: url("../support/mplus-1p-regular.woff") format("woff");
+ /* filesize: 803300 bytes (784.5 KBytes) */
+ /*
+ mplus-1p-regular.ttf can be downloaded at/from [TBD later]
+ */
+ }
+ div
+ {
+ font-family: "mplus-1p-regular";
+ //font-size: 1.5em;
+ font-size: 1.0em;
+ line-height: 1.5;
+ }
+ .control
+ {
+ text-decoration: none;
+ }
+ </style>
+ </head>
+ <body lang="en, ja">
+ <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong>.</p>
+ <!-- none -->
+ <div class="control">Text sample サンプル文</div>
+ <div class="control">Text sample サンプル文</div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698