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

Unified Diff: LayoutTests/svg/text/font-size-below-point-five.svg

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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/svg/filters/feMorphology-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/font-size-below-point-five.svg
diff --git a/LayoutTests/svg/text/font-size-below-point-five.svg b/LayoutTests/svg/text/font-size-below-point-five.svg
deleted file mode 100644
index 96e389af3fdf2b498873224c7cd05721b238f4fc..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/font-size-below-point-five.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 100">
-<text fill="green" x="10" y="10">
- <tspan style="font-size:10px">1</tspan>
- <tspan style="font-size:6px">2</tspan>
- <tspan style="font-size:1px">3</tspan>
- <tspan style="font-size:0.50px">4</tspan>
- <tspan style="font-size:0.49px">5</tspan>
- <tspan style="font-size:0.10px">6</tspan>
-</text>
-<text text-anchor="middle" font-size="6pt" x="125" y="50">Font size should decrease monotonic.</text>
-</svg>
« no previous file with comments | « LayoutTests/svg/filters/feMorphology-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698