Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / box-shadow-horizontal-tb-tile-edge.html
blobbe572dd3bfa137a85d6483b706290f8a5ff6a1a7
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 -webkit-writing-mode: horizontal-tb;
7 margin-top: 231px;
9 p {
10 position: absolute;
11 left: 0;
12 top: 0;
14 span {
15 -webkit-box-shadow: 0 15px;
17 </style>
18 </head>
19 <body>
20 <p>Test passes if the full 15px box-shadow beneath text is visible.</p>
21 <span>Something Fishy</span>
22 </body>
23 </html>