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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 .container {
4 display: inline-block;
5 width: 1280px;
6 position: relative
7 }
8 .outerspan {
9 position: absolute;
10 left: 0;
11 right: 0;
12 }
13 </style>
14 <div class="container">
15 <span class="outerspan">
16 <span>This test checks that list item don't make non-overflowable box overfl owing</span>
17 </span>
18 </div>
19 This test has passed if it doesn't crash.
20 <script>
21 if (window.testRunner)
22 testRunner.dumpAsText();
23 document.designMode = 'on';
24 document.execCommand('SelectAll');
25 document.execCommand('Strikethrough');
26 document.execCommand('InsertOrderedList');
27 </script>
OLDNEW
« 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