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

Unified Diff: LayoutTests/fast/borders/extreme-outline-offset-crash.html

Issue 958543004: Remove some unnecessary and precision-losing pixel snapping code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/borders/extreme-outline-offset-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/borders/extreme-outline-offset-crash.html
diff --git a/LayoutTests/fast/borders/extreme-outline-offset-crash.html b/LayoutTests/fast/borders/extreme-outline-offset-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..91d1e95029698690b7eb61b30a75cdfbca8a9017
--- /dev/null
+++ b/LayoutTests/fast/borders/extreme-outline-offset-crash.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+* {
+ outline-offset: 522cm;
+ outline-style: ridge;
+}
+</style>
+<canvas width="589508176"></canvas>
+This test passes if it does not crash.
+<script>
+if (window.testRunner)
+ window.testRunner.dumpAsText();
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/borders/extreme-outline-offset-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698