Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-outline-rgba.html
blob0873952dd5b97265a392528ec07279c6b3132bac
1 <!doctype html>
2 <svg xmlns="http://www.w3.org/2000/svg" width="800" height="200">
3 <style>
4 * { margin: 0; padding: 0; }
5 rect {
6 outline: 50px solid rgba(0,0,255,0.5);
8 </style>
9 <rect x="50" y="50" width="1" height="1" fill="rgba(0,0,255,0.5)"/>
10 </svg>