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

Side by Side Diff: LayoutTests/userscripts/resources/blank.xhtml

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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <body>
4 <script>
5 window.onload = function() {
6 if (window.testRunner)
7 testRunner.notifyDone();
8 }
9 </script>
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « LayoutTests/userscripts/resources/abe.png ('k') | LayoutTests/userscripts/resources/frame1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698