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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/scrollbar-wider-than-content-box-crash.html

Issue 2716583002: Avoid negative content box sizes. (Closed)
Patch Set: code review Created 3 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
Index: third_party/WebKit/LayoutTests/fast/multicol/scrollbar-wider-than-content-box-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/scrollbar-wider-than-content-box-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/scrollbar-wider-than-content-box-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..a180f4984b5d59d19d11ee5ad1319c5777625a35
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/scrollbar-wider-than-content-box-crash.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<div style="overflow:scroll; width:1px; column-width:1px;">
+ <div style="margin:6px 0; padding-top:10px; padding-bottom:100%;"></div>
+</div>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script>
+ test(() => { }, "No crash!");
+</script>

Powered by Google App Engine
This is Rietveld 408576698