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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-above-right-001-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-emphasis-position-above-right-001-expected.xht
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-above-right-001-expected.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-above-right-001-expected.xht
new file mode 100644
index 0000000000000000000000000000000000000000..ca243a0e083e09a57f0aef535e9bc9960c2c77d1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-above-right-001-expected.xht
@@ -0,0 +1,58 @@
+<?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 Test: text-emphasis-position - above right - basic cases Reftest Reference</title>
+ <link rel="author" title="Makoto Kikuchi" href="mailto:kikuchi@est.co.jp" />
+ <style type="text/css"><![CDATA[
+ .common
+ {
+ line-height: 1em;
+ position: relative;
+ }
+ .margin
+ {
+ margin-top: 0.5em;
+ }
+ .parent
+ {
+ background: yellow;
+ border: solid 1px gray;
+ color: blue;
+ font: 20px/1em ahem;
+ width: 6em;
+ }
+ .refcommon
+ {
+ font-size: 0.5em;
+ left: 0.6em;
+ position: absolute;
+ }
+ .top
+ {
+ top: -1.4em;
+ }
+ ]]></style>
+ </head>
+ <body>
+ <div>
+ <p>Test passes if a pair of upper and lower block in the square box is identical.</p>
+ <p>horizontal</p>
+ <div class="parent">
+ <div class="margin">
+ <span class="common">a<span class="refcommon top">&#x25CF;</span></span><span class="common">b<span class="refcommon top">&#x25CF;</span></span><span class="common">c<span class="refcommon top">&#x25CF;</span></span>
+ de<br />
+ <br />
+ </div>
+ </div>
+ <br />
+ <div class="parent">
+ <div class="margin">
+ <span class="common">a<span class="refcommon top">&#x25CF;</span></span><span class="common">b<span class="refcommon top">&#x25CF;</span></span><span class="common">c<span class="refcommon top">&#x25CF;</span></span>
+ de<br />
+ <br />
+ </div>
+ </div>
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698