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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html b/third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..9836932def40923950702bf4944e8c63b239547b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<style>
+.CLASS1{display:list-item;}
+.CLASS13{float:right;}
+</style>
+<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>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ function fuzz() {
+ document.designMode = 'on';
+ document.execCommand("selectAll");
+ document.execCommand("Strikethrough");
+ document.execCommand("Strikethrough");
+ }
+ setTimeout(fuzz);
+</script>
+<ruby>
+<rt>
+<rtc class="CLASS1">
+<input class="CLASS13">
« 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