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

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic.html

Issue 57493002: Remove 'alphabetic' value from text-underline-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 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: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic.html
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic.html b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic.html
deleted file mode 100644
index 87643a28996726db4b8d646e95e3d28791c8b416..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <script>
- if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
- </script>
- <link rel="stylesheet" type="text/css" href="style.css">
-</head>
-<body>
- <p>Test 'text-underline-position: alphabetic' with vertical-align. The
- horizontal lines should cross the 'p' letter in word 'ipsum'. None of the
- numbered texts are vertically aligned and the horizontal lines should
- follow the respective baseline of each text, that is, there should be six
- horizontal lines, one for each text, and none of them should be aligned.
- Bugzilla link: http://webkit.org/b/102795.</p>
-
- <div class="alphabetic">
- <p>&nbsp;1 lorem ipsum&nbsp;&nbsp;
- <span style="vertical-align: 3em;">&nbsp;2 lorem ipsum&nbsp;&nbsp;</span><span style="vertical-align: -2em;">&nbsp;3 lorem ipsum&nbsp;&nbsp;</span><br>
- &nbsp;4 lorem ipsum&nbsp;&nbsp;
- <span style="vertical-align: middle">&nbsp;5 lorem ipsum&nbsp;&nbsp;<span style="vertical-align: middle">&nbsp;6 lorem ipsum&nbsp;&nbsp;</span></span>
- </p>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698