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

Side by Side Diff: LayoutTests/userstyles/user-style-top-frame-only.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
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 window.testRunner.dumpAsText(); 5 window.testRunner.dumpAsText();
6 window.testRunner.dumpChildFramesAsText(); 6 window.testRunner.dumpChildFramesAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 window.testRunner.addUserStyleSheet("#thinger { display:none; }", false); 8 window.testRunner.addUserStyleSheet("#thinger { display:none; }", false);
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 <body> 12 <body>
13 2 thingers should appear on this page. Otherwise the test has failed. 13 2 thingers should appear on this page. Otherwise the test has failed.
14 <Div id="thinger">thinger</div> 14 <Div id="thinger">thinger</div>
15 <iframe src="resources/frame1.html"></iframe> 15 <iframe src="resources/frame1.html"></iframe>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698