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

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

Issue 1097933002: Rid ourselves of unnecessary expected files (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 04df21650f74949020d518badbca361dcd7f7f43..85acf5ce77a8814100d5f529beac9c79869ef544 100644
--- a/LayoutTests/svg/custom/zoomed-baseline-shift.html
+++ b/LayoutTests/svg/custom/zoomed-baseline-shift.html
@@ -28,6 +28,7 @@
});
});
html.style.zoom = 1;
+ // Clean up to avoid being classified as a text test; avoids an -expected.txt file.
+ document.querySelector('text').remove();
</script>
</svg>
-<p>This test requires the Ahem font</p>

Powered by Google App Engine
This is Rietveld 408576698