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

Side by Side Diff: LayoutTests/fast/loader/create-view-target-blank.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.dumpCreateView(); 6 testRunner.dumpCreateView();
7 testRunner.setCanOpenWindows(); 7 testRunner.setCanOpenWindows();
8 testRunner.setCloseRemainingWindowsWhenComplete(); 8 testRunner.setCloseRemainingWindowsWhenComplete();
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 } 10 }
(...skipping 13 matching lines...) Expand all
24 This test opens a new window by middle-clicking on a link with 24 This test opens a new window by middle-clicking on a link with
25 target=_blank. It passes, if the WebViewClient::createView method was 25 target=_blank. It passes, if the WebViewClient::createView method was
26 invoked with the parameter "done.html". 26 invoked with the parameter "done.html".
27 </p> 27 </p>
28 <p> 28 <p>
29 <a href="resources/done.html" id="link" target="_blank">link</a> 29 <a href="resources/done.html" id="link" target="_blank">link</a>
30 </p> 30 </p>
31 </div> 31 </div>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698