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

Side by Side Diff: LayoutTests/editing/shadow/breaking-editing-boundary-with-table.html

Issue 48903019: Delete js-test-post.js. (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 2
3 <html> 3 <html>
4 <body> 4 <body>
5 <script src="../../fast/dom/resources/event-sender-util.js"></script> 5 <script src="../../fast/dom/resources/event-sender-util.js"></script>
6 <script src="../../fast/js/resources/js-test-pre.js"></script> 6 <script src="../../fast/js/resources/js-test-pre.js"></script>
7 7
8 <p>On the second time selecting &lt;span&gt;, it should not become non-contented itable. 8 <p>On the second time selecting &lt;span&gt;, it should not become non-contented itable.
9 If it becomes non-contenteditable, the selection from &lt;span&gt; to &lt;table& gt; 9 If it becomes non-contenteditable, the selection from &lt;span&gt; to &lt;table& gt;
10 will break editing boundaries and contain "a". 10 will break editing boundaries and contain "a".
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 function contains(str, key) { 44 function contains(str, key) {
45 return str.indexOf(key) >= 0; 45 return str.indexOf(key) >= 0;
46 } 46 }
47 47
48 var selectedString = shadowRoot.getSelection().toString(); 48 var selectedString = shadowRoot.getSelection().toString();
49 shouldBeFalse('contains(selectedString, "a")'); 49 shouldBeFalse('contains(selectedString, "a")');
50 50
51 var successfullyParsed = true; 51 var successfullyParsed = true;
52 </script> 52 </script>
53 <script src="../../fast/js/resources/js-test-post.js"></script>
54 </body> 53 </body>
55 </html> 54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698