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

Unified Diff: LayoutTests/fast/lists/list-inside-columns-crash.html

Issue 18496005: Dirty line boxes when moving list marker from another block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Renaming markerPar Created 7 years, 6 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/lists/list-inside-columns-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/lists/list-inside-columns-crash.html
diff --git a/LayoutTests/fast/lists/list-inside-columns-crash.html b/LayoutTests/fast/lists/list-inside-columns-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..71223152faa437e4563816f354b460cea497863d
--- /dev/null
+++ b/LayoutTests/fast/lists/list-inside-columns-crash.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+function finish() {
+ document.body.offsetTop;
+ document.write("Test passes if no crash.");
+}
+
+window.addEventListener("load", finish, false);
+</script>
+<style>
+*{-webkit-column-count:120;display:list-item;}
+.CLASS3{list-style-position:inside;</style>
+<i class="CLASS3">
+<rt>
+<button>
+<kbd>
+<button>
+>
« no previous file with comments | « no previous file | LayoutTests/fast/lists/list-inside-columns-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698