| Index: third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html b/third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e3c1e875bab116ca098c569b6fe355f9b9139595
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +
|
| +<style>
|
| +
|
| +div {
|
| + background-image: url("data:image/svg+xml,");
|
| + 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>
|
|
|