Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/borders/degenerate-radius-assert.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/borders/degenerate-radius-assert.html b/third_party/WebKit/LayoutTests/fast/borders/degenerate-radius-assert.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e3c1e875bab116ca098c569b6fe355f9b9139595 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/borders/degenerate-radius-assert.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE html> |
| + |
| +<style> |
| + |
| +div { |
| + background-image: url("data:image/svg+xml,"); |
|
chrishtr
2016/12/29 16:49:04
Put this test in paint/roundedrects/ instead, we'r
f(malita)
2016/12/29 18:51:57
Done.
|
| + border: rgba(72, 28, 175, 0.237000) double 106px; border-bottom-left-radius: 16em 18446744073709551426em; |
| +} |
| + |
| +</style> |
| + |
| +<script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +</script> |
| + |
| +<div>PASS: did not crash</div> |