Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/outline-offset-large.html

Issue 2231623002: Prevent integer overflow in ComputedStyle::outlineOutsetExtent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added layout test Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/outline-offset-large-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!-- Test for crbug.com/630524 -->
2 <!-- Ensures large outline-offset doesn't cause outline to be rendered incorrect ly due to an integer overflow -->
3 <style>
4 body {
5 outline-offset: 2147483646px;
6 outline-style: outset;
7 border: 1px solid red;
8 }
9 </style>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/outline-offset-large-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698