Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-outline-2.html
blob44eb9df7e29362528968c1d67abadeace87580a8
1 <!doctype html>
2 <script src="../../resources/ahem.js"></script>
3 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
4 <desc>Test that 'outline' is painted.</desc>
5 <style>
6 * { margin: 0; padding: 0; }
7 text {
8 font: 32px Ahem;
9 outline: 2px solid blue;
11 </style>
12 <text x="8" y="2" dy="1em">ABC</text>
13 </svg>