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

Side by Side Diff: LayoutTests/userscripts/user-script-plugin-document.html

Issue 14188004: Remove UserScript support, which is not used by Chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove one more test 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
(Empty)
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 window.testRunner.dumpAsText();
6 window.testRunner.addUserScript("console.log('Start Script: ' + document.loc ation.href)", true, true);
7 window.testRunner.addUserScript("console.log('End Script: ' + document.locat ion.href)", false, true);
8 }
9 </script>
10 </head>
11 <body>
12 <iframe src="data:application/x-webkit-test-netscape,"></iframe>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698