Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / multiple-text-shadow-alpha.html
blobb9dd0081193d368b0c6cb16273807631ff7fa704
1 <html>
2 <head>
3 <script type="text/javascript">
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <style type="text/css">
8 p {
9 text-shadow: 0 -10px 10px rgba(0, 0, 0, 0.5), 0 10px 10px rgba(0, 128, 0, 0.5);
10 text-decoration: underline;
11 color: rgba(0, 0, 0, 0.8);
13 </style>
14 </head>
15 <body>
16 <p>This test should not assert.</p>
17 </body>
18 </html>