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

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

Issue 2322703002: Revert of 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 <style> 2 Passes if it does not crash.
3 .list{display:list-item;}
4 .float{float:right;}
5 </style>
6 <ruby> 3 <ruby>
7 crbug.com/619380: Passes if it does not crash. 4 test
8 <rt> 5 <rt>
9 <rtc> 6 <rtc>
10 <a class="list"> 7 <a style="display:list-item">
11 <input class="float"> 8 <input style="float:right"></input>
12 </rtc> 9 </rtc>
13 </rt> 10 </a>
14 </ruby> 11 </rt>
12 </ruby>
15 <script> 13 <script>
16 if (window.testRunner) 14 if (window.testRunner)
17 window.testRunner.dumpAsText(); 15 window.testRunner.dumpAsText();
18 document.execCommand("SelectAll"); 16 onload = function() {
19 window.getSelection().deleteFromDocument(); 17 var mySelection=window.getSelection();
18 document.execCommand("SelectAll");
19 mySelection.deleteFromDocument();
20 }
20 </script> 21 </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