summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/calc-in-text-shadow-property.html
blob: 18a694b08d4f044aed580820278f752a096421ef (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
Test passes if it does not crash.
<style>
* {
    text-shadow: calc( 7144pc / 6385 + 7196 * -4366vmax ) calc( 7144pc / 6385 + 7196 * -4366vmax ) calc( 7144pc / 6385 + 7196 * -4366vmax );
    text-shadow: calc( 7144pc / 6385 + 7196 * 4366vmax ) calc( 7144pc / 6385 + 7196 * 4366vmax ) calc( 7144pc / 6385 + 7196 * 4366vmax );
}
</style>
</html>