Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-outline-rgba-expected.html
blob7f2346d44c7dc9f46294492f4599c1e1817339bc
1 <!doctype html>
2 <style>
3 * { margin: 8; padding: 0; }
4 div {
5 position: absolute;
6 top: 50px;
7 left: 50px;
8 outline: 50px solid rgba(0,0,255,0.5);
9 background: rgba(0,0,255,0.5);
10 width: 1px;
11 height: 1px;
13 </style>
14 <div></div>