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

Unified Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-set-overflow-line-box-crash.html

Issue 1415493008: ASSERTION FAILED: !m_overflow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nittified! Created 5 years, 1 month 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 | third_party/WebKit/LayoutTests/fast/lists/list-marker-set-overflow-line-box-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/lists/list-marker-set-overflow-line-box-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/lists/list-marker-set-overflow-line-box-crash.html b/third_party/WebKit/LayoutTests/fast/lists/list-marker-set-overflow-line-box-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..1e410438b1b715569828625cb937c7f840542eb2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/lists/list-marker-set-overflow-line-box-crash.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML>
+<style>
+.container {
+ display: inline-block;
+ width: 1280px;
+ position: relative
+}
+.outerspan {
+ position: absolute;
+ left: 0;
+ right: 0;
+}
+</style>
+<div class="container">
+ <span class="outerspan">
+ <span>This test checks that list item don't make non-overflowable box overflowing</span>
+ </span>
+</div>
+This test has passed if it doesn't crash.
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ document.designMode = 'on';
+ document.execCommand('SelectAll');
+ document.execCommand('Strikethrough');
+ document.execCommand('InsertOrderedList');
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/lists/list-marker-set-overflow-line-box-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698