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

Side by Side Diff: LayoutTests/editing/shadow/selection-of-shadowroot.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 <head> 3 <head>
4 <title>selection-of-shadowroot</title> 4 <title>selection-of-shadowroot</title>
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../resources/js-test.js"></script>
6 <script src="../../fast/dom/resources/event-sender-util.js"></script> 6 <script src="../../fast/dom/resources/event-sender-util.js"></script>
7 <script src="../../fast/dom/resources/shadow-test-driver.js"></script> 7 <script src="../../fast/dom/resources/shadow-test-driver.js"></script>
8 <script src="../../fast/dom/shadow/resources/shadow-dom-util.js"></script> 8 <script src="../../fast/dom/shadow/resources/shadow-dom-util.js"></script>
9 </head> 9 </head>
10 <body> 10 <body>
11 11
12 <div id="container"></div> 12 <div id="container"></div>
13 <pre id="console"></pre> 13 <pre id="console"></pre>
14 14
15 <script> 15 <script>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 window.getSelection().removeAllRanges(); 123 window.getSelection().removeAllRanges();
124 124
125 while (container.firstChild) 125 while (container.firstChild)
126 container.removeChild(container.firstChild); 126 container.removeChild(container.firstChild);
127 127
128 var successfullyParsed = true; 128 var successfullyParsed = true;
129 </script> 129 </script>
130 </body> 130 </body>
131 131
132 </html> 132 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698