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

Side by Side Diff: LayoutTests/editing/selection/deleteFromDocument-crash.html

Issue 610323003: Editing: Null-check in FrameSelection::updteAppearancea (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a layout test Created 6 years, 2 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 | LayoutTests/editing/selection/deleteFromDocument-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 <script>
2 onload = function() {
3 document.execCommand('selectAll');
4 selection = document.getSelection();
5 selection.deleteFromDocument();
6 }
7 </script>
8 <textarea autofocus >
9 text
10 text2
11 text3</textarea>
12 <iframe srcdoc="foo"></iframe>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/selection/deleteFromDocument-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698