summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html')
-rw-r--r--testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html b/testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html
new file mode 100644
index 0000000000..5ae6104a79
--- /dev/null
+++ b/testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html
@@ -0,0 +1,4 @@
+<!doctype html>
+<title>CSS Backgrounds and Borders Test: Chrome linear-gradient crash test with large percentage calc()</title>
+<link rel="help" href="https://crbug.com/1174046">
+<div style="background-image: linear-gradient(to left, black, red calc(1e39% + 0px), green);">Should not crash</div>