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

Side by Side Diff: LayoutTests/userscripts/script-not-run-for-fragments.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 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
8 testRunner.addUserScript("console.log('injected: ' + document.location.href) ; var div = document.createElement('div'); div.innerHTML = '<p>hi</p>';", true, true);
9 }
10 </script>
11 </head>
12 <body>
13 This test should not infinitely inject user scripts.
14 <iframe src="resources/blank.xhtml"></iframe>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/userscripts/resources/test.wav ('k') | LayoutTests/userscripts/script-not-run-for-fragments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698