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

Unified Diff: LayoutTests/svg/custom/zoomed-alignment-baseline.html

Issue 1052373007: Limit recent SVG baseline tests to a stable subset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/custom/zoomed-alignment-baseline-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/zoomed-alignment-baseline.html
diff --git a/LayoutTests/svg/custom/zoomed-alignment-baseline.html b/LayoutTests/svg/custom/zoomed-alignment-baseline.html
index cb3c4277d22ff96eeea312b4e1274ba48f0ac974..1686e91c0bff99607cdc79b685d5ef060f2f6c1a 100644
--- a/LayoutTests/svg/custom/zoomed-alignment-baseline.html
+++ b/LayoutTests/svg/custom/zoomed-alignment-baseline.html
@@ -12,9 +12,8 @@
</style>
<text x="15" y="40">before<tspan>inter</tspan>after</text>
<script>
- var alignmentBaselineValues = ["baseline", "before-edge", "text-before-edge", "middle",
- "central", "after-edge", "text-after-edge",
- "ideograpic", "alphabetic", "hanging", "mathematical"];
+ var alignmentBaselineValues = ["baseline", "central", "after-edge", "text-after-edge",
+ "ideograpic", "alphabetic", "mathematical"];
var expectedDeltas = {
"baseline" : 0,
"before-edge": -16,
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/custom/zoomed-alignment-baseline-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698