Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/html/insert-selected-option-crash.html

Issue 791533004: Don't updateRenderTree in the middle of a DOM insertion. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/html/insert-selected-option-crash-expected.html » ('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 <p>You should see the word PASS below, and no crash.</p>
3 <p id="p">FAIL</p>
4 <script>
5 p.offsetTop;
6 p.innerHTML = "&nbsp;<form><select multiple><option selected></option></sele ct><input max=1 min=1 type=number></form>";
7 p.innerHTML = "PASS";
8 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/html/insert-selected-option-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine