Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-underline-paints-behind-descenders.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-underline-paints-behind-descenders.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-underline-paints-behind-descenders.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..938a05231b72ae28dedfbddc634d0c487a923318 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-underline-paints-behind-descenders.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<style> |
+span { |
+ font-size: 24px; |
+ text-decoration: underline; |
+ text-decoration-color: pink; |
+} |
+</style> |
+Passes if pink underline below paints behind text descenders on 'pyg'.<br> |
+<span>abc pyg def</span> |