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

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

Issue 2099523002: Avoid dereferencing layoutObject during FloatingObject::unsafeClone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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
OLDNEW
(Empty)
1 <!doctype HTML>
2 Passes if it does not crash.
wkorman 2016/06/24 18:10:35 Does this crash without the change, in a non-ASAN
chrishtr 2016/07/01 15:43:39 Just crashes in ASAN. But there are ASAN bots that
3 <ruby>
4 test
5 <rt>
6 <rtc>
7 <a style="display:list-item">
8 <input style="float:right"></input>
9 </rtc>
10 </a>
11 </rt>
12 </ruby>
13 <script>
14 if (window.testRunner)
15 window.testRunner.dumpAsText();
16 onload = function() {
17 var mySelection=window.getSelection();
18 document.execCommand("SelectAll");
19 mySelection.deleteFromDocument();
20 }
21 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698