Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / calc-in-text-shadow-property.html
blob18a694b08d4f044aed580820278f752a096421ef
1 <!DOCTYPE html>
2 <html>
3 Test passes if it does not crash.
4 <style>
5 * {
6 text-shadow: calc( 7144pc / 6385 + 7196 * -4366vmax ) calc( 7144pc / 6385 + 7196 * -4366vmax ) calc( 7144pc / 6385 + 7196 * -4366vmax );
7 text-shadow: calc( 7144pc / 6385 + 7196 * 4366vmax ) calc( 7144pc / 6385 + 7196 * 4366vmax ) calc( 7144pc / 6385 + 7196 * 4366vmax );
9 </style>
10 </html>