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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash-2.html

Issue 2653113002: Clear out the float-lists from a ruby base when moving its children (Closed)
Patch Set: Created 3 years, 11 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/LayoutTests/fast/block/float/rubybase-children-moved-crash-2-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 id="style">
3 .float{float:left;}
4 .list-item{display:list-item;}
5 </style>
6 <p>crbug.com/683104: Passes if it does not crash.</p>
7 <ruby id="ruby">
8 <rb>
9 <div class="float list-item"></div>
10 Text
11 <input class="list-item">
12 <rt id="rt" class="list-item">
13 <rtc></rtc>
14 </rt>
15 </rb>
16 </ruby>
17 <script>
18 if (window.testRunner)
19 testRunner.dumpAsText();
20 document.body.offsetTop;
21 var oElement = document.getElementById("style");
22 oElement.insertAdjacentHTML('afterbegin', '<summary><_______ZZ(((P%%%%8</summa ry>');
23 document.execCommand(false);
24 var newElement = document.getElementById("rt");
25 oElement.parentNode.replaceChild(newElement, oElement)
26 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698