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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/float/float-reparent-during-detach-crash.html

Issue 2283413003: Copy float list of ruby base when merging it with a sibling (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/FloatingObjects.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype HTML> 1 <!DOCTYPE html>
2 Passes if it does not crash. 2 <style>
3 .list{display:list-item;}
4 .float{float:right;}
5 </style>
3 <ruby> 6 <ruby>
4 test 7 crbug.com/619380: Passes if it does not crash.
5 <rt> 8 <rt>
6 <rtc> 9 <rtc>
7 <a style="display:list-item"> 10 <a class="list">
8 <input style="float:right"></input> 11 <input class="float">
9 </rtc> 12 </rtc>
10 </a> 13 </rt>
11 </rt> 14 </ruby>
12 </ruby>
13 <script> 15 <script>
14 if (window.testRunner) 16 if (window.testRunner)
15 window.testRunner.dumpAsText(); 17 window.testRunner.dumpAsText();
16 onload = function() { 18 document.execCommand("SelectAll");
17 var mySelection=window.getSelection(); 19 window.getSelection().deleteFromDocument();
18 document.execCommand("SelectAll");
19 mySelection.deleteFromDocument();
20 }
21 </script> 20 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/FloatingObjects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698