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

Unified Diff: LayoutTests/svg/custom/zoomed-baseline-shift.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
Index: LayoutTests/svg/custom/zoomed-baseline-shift.html
diff --git a/LayoutTests/svg/custom/zoomed-baseline-shift.html b/LayoutTests/svg/custom/zoomed-baseline-shift.html
index fc89f1494324a95b2df2de73710a8a0dd617f384..04df21650f74949020d518badbca361dcd7f7f43 100644
--- a/LayoutTests/svg/custom/zoomed-baseline-shift.html
+++ b/LayoutTests/svg/custom/zoomed-baseline-shift.html
@@ -12,7 +12,7 @@
</style>
<text x="15" y="40">before<tspan>inter</tspan>after</text>
<script>
- var baselineShiftValues = ["sub", "super", "10px", "-50%"]; // Shift half a step up or down
+ var baselineShiftValues = ["10px", "-50%"]; // Shift half a step up or down
var zoomLevels = [1, 4, 16];
var html = document.documentElement;

Powered by Google App Engine
This is Rietveld 408576698