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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/svg/filters/feMorphology-crash-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 100">
3 <text fill="green" x="10" y="10">
4 <tspan style="font-size:10px">1</tspan>
5 <tspan style="font-size:6px">2</tspan>
6 <tspan style="font-size:1px">3</tspan>
7 <tspan style="font-size:0.50px">4</tspan>
8 <tspan style="font-size:0.49px">5</tspan>
9 <tspan style="font-size:0.10px">6</tspan>
10 </text>
11 <text text-anchor="middle" font-size="6pt" x="125" y="50">Font size should decre ase monotonic.</text>
12 </svg>
OLDNEW
« 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