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

Side by Side Diff: LayoutTests/editing/execCommand/remove-redundant-styles-and-keep-style-span-inline-crashed.html

Issue 212323004: Don't use dangling reference in ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2014-03-27T12:28:22 Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/remove-redundant-styles-and-keep-style-span-inline-crashed-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 <head>
3 <style>
4 * {
5 border-image-source: url(foo);
6 background-position-x: 2147483470%;
7 font-style: normal;
8 }
9 </style>
10 </head>
11 <body>
12 <i>PASS if Blink doesn't crash.</i>
13 <script>
14 if (window.testRunner)
15 testRunner.dumpAsText();
16 document.designMode = 'on';
17 document.execCommand('SelectAll');
18 document.execCommand('Cut');
19 document.execCommand('Paste');
20 </script>
21 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/remove-redundant-styles-and-keep-style-span-inline-crashed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698