Index: LayoutTests/fast/css/calc-in-text-shadow-property.html |
diff --git a/LayoutTests/fast/css/calc-in-text-shadow-property.html b/LayoutTests/fast/css/calc-in-text-shadow-property.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..18a694b08d4f044aed580820278f752a096421ef |
--- /dev/null |
+++ b/LayoutTests/fast/css/calc-in-text-shadow-property.html |
@@ -0,0 +1,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> |