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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-below-left-002-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-below-left-002-expected.xht
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-below-left-002-expected.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-below-left-002-expected.xht
new file mode 100644
index 0000000000000000000000000000000000000000..1102ed667ac78e99382f8d2abf34445b283a3c48
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-decor-3/text-emphasis-position-below-left-002-expected.xht
@@ -0,0 +1,65 @@
+<?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 - below left - 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;
+ }
+ .displayarea
+ {
+ border: solid 1px gray;
+ padding: 10px;
+ width: 10em;
+ }
+ .floatright
+ {
+ float: right;
+ }
+ .parent
+ {
+ background: yellow;
+ border: solid 1px gray;
+ color: blue;
+ font: 20px/1em ahem;
+ height: 6em;
+ width: 2em;
+ }
+ .refcommon
+ {
+ font-size: 0.5em;
+ left: 1.1em;
+ position: absolute;
+ top: 0.1em;
+ }
+ ]]></style>
+ </head>
+ <body>
+ <div>
+ <p>Test passes if a pair of left and right block in the square box is identical.</p>
+ <p>vertical</p>
+ <div class="displayarea">
+ <div class="parent floatright">
+ <span class="common">&nbsp;a<span class="refcommon">&#x25CF;</span></span><br />
+ <span class="common">&nbsp;b<span class="refcommon">&#x25CF;</span></span><br />
+ <span class="common">&nbsp;c<span class="refcommon">&#x25CF;</span></span><br />
+ &nbsp;&nbsp;<br />
+ <span class="common">&nbsp;d</span><br />
+ <span class="common">&nbsp;e</span><br />
+ </div>
+ <div class="parent">
+ <span class="common">&nbsp;a<span class="refcommon">&#x25CF;</span></span><br />
+ <span class="common">&nbsp;b<span class="refcommon">&#x25CF;</span></span><br />
+ <span class="common">&nbsp;c<span class="refcommon">&#x25CF;</span></span><br />
+ &nbsp;&nbsp;<br />
+ <span class="common">&nbsp;d</span><br />
+ <span class="common">&nbsp;e</span><br />
+ </div>
+ </div>
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698