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

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

Issue 2645473004: Don't clear floats when moving just some of the children in a ruby run (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-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 .CLASS1{display:list-item;}
4 .CLASS13{float:right;}
5 </style>
6 <p>crbug.com/681423: Don't clear floats when moving just some of the children of a ruby run. This test passes if it does not crash.</p>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 function fuzz() {
11 document.designMode = 'on';
12 document.execCommand("selectAll");
13 document.execCommand("Strikethrough");
14 document.execCommand("Strikethrough");
15 }
16 setTimeout(fuzz);
17 </script>
18 <ruby>
19 <rt>
20 <rtc class="CLASS1">
21 <input class="CLASS13">
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698