Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css/outline-offset-large.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css/outline-offset-large.html b/third_party/WebKit/LayoutTests/fast/css/outline-offset-large.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..47b6eb73007f40883581f62243db6f553e7c7ef7 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/css/outline-offset-large.html |
| @@ -0,0 +1,9 @@ |
| +<!-- Test for crbug.com/630524 --> |
| +<!-- Ensures large outline-offset doesn't cause outline to be rendered incorrectly due to an integer overflow --> |
| +<style> |
| +body { |
| + outline-offset: 2147483646px; |
| + outline-style: outset; |
| + border: 1px solid red; |
| +} |
| +</style> |