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

Side by Side Diff: LayoutTests/editing/shadow/select-contenteditable-shadowhost.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="../../fast/dom/resources/event-sender-util.js"></script> 5 <script src="../../fast/dom/resources/event-sender-util.js"></script>
6 6
7 <p>This test confirms that selecting an element having Shadow DOM doesn't cross editing boundaries errornously.</p> 7 <p>This test confirms that selecting an element having Shadow DOM doesn't cross editing boundaries errornously.</p>
8 8
9 <div> 9 <div>
10 <div id="before">BEFORE</div> 10 <div id="before">BEFORE</div>
11 <div id="host" contenteditable>HOST</div> 11 <div id="host" contenteditable>HOST</div>
12 <div id="after">AFTER</div> 12 <div id="after">AFTER</div>
13 </div> 13 </div>
14 14
(...skipping 30 matching lines...) Expand all
45 shouldBeNull('selection.focusNode'); 45 shouldBeNull('selection.focusNode');
46 // Check crash won't happen. 46 // Check crash won't happen.
47 document.execCommand('delete'); 47 document.execCommand('delete');
48 debug('PASS document.execCommand("delete") did not crash.'); 48 debug('PASS document.execCommand("delete") did not crash.');
49 49
50 var successfullyParsed = true; 50 var successfullyParsed = true;
51 </script> 51 </script>
52 </body> 52 </body>
53 53
54 </html> 54 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/shadow/execcommand-indent-in-shadow.html ('k') | LayoutTests/editing/shadow/selection-of-shadowroot.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698