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

Side by Side Diff: LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml

Issue 1167033002: Remove layout tests that run execCommand on non-HTML documents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix doctype Created 5 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/execCommand/insert-list-xml.xhtml » ('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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 4 <head>
3 <script>//<![CDATA[ 5 <script>//<![CDATA[
4 if (window.testRunner) 6 if (window.testRunner)
5 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
6 8
7 var selection = window.getSelection(); 9 var selection = window.getSelection();
8 function runEditingTest() { 10 function runEditingTest() {
9 var elem = document.getElementById("test2"); 11 var elem = document.getElementById("test2");
10 selection.collapse(elem, 0); 12 selection.collapse(elem, 0);
(...skipping 16 matching lines...) Expand all
27 <html xmlns="http://www.w3.org/1999/xhtml"> 29 <html xmlns="http://www.w3.org/1999/xhtml">
28 <body> 30 <body>
29 </body> 31 </body>
30 </html> 32 </html>
31 </svg> 33 </svg>
32 </span> 34 </span>
33 </div> 35 </div>
34 </body> 36 </body>
35 </html> 37 </html>
36 38
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/insert-list-xml.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698