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

Side by Side Diff: LayoutTests/editing/selection/rtl-delete-within-line-crash.html

Issue 16677006: Merge 150896 "Dirty the first RootInlineBox, always" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1500/
Patch Set: Created 7 years, 6 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/selection/rtl-delete-within-line-crash-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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 7
8 var aoScriptElements = document.getElementsByTagName("script"); 8 var aoScriptElements = document.getElementsByTagName("script");
9 for(var i = 0; i < aoScriptElements.length; i++) { 9 for(var i = 0; i < aoScriptElements.length; i++) {
10 aoScriptElements[i].parentNode.removeChild(aoScriptElements[i]); 10 aoScriptElements[i].parentNode.removeChild(aoScriptElements[i]);
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 </table> 84 </table>
85 A 85 A
86 </div> 86 </div>
87 </button> 87 </button>
88 </rb> 88 </rb>
89 </tt> 89 </tt>
90 </pre> 90 </pre>
91 </meta> 91 </meta>
92 </body> 92 </body>
93 </html> 93 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/selection/rtl-delete-within-line-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698