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

Side by Side 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, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/lists/list-inside-columns-crash-expected.txt » ('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 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5
6 function finish() {
7 document.body.offsetTop;
8 document.write("Test passes if no crash.");
9 }
10
11 window.addEventListener("load", finish, false);
12 </script>
13 <style>
14 *{-webkit-column-count:120;display:list-item;}
15 .CLASS3{list-style-position:inside;</style>
16 <i class="CLASS3">
17 <rt>
18 <button>
19 <kbd>
20 <button>
21 >
OLDNEW
« 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