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

Side by Side Diff: LayoutTests/userstyles/user-style-top-frame-only.html

Issue 66383005: Remove the concept of user stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix WebFrameCSSCallbackTest tests Created 7 years, 1 month 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.dumpChildFramesAsText();
7 testRunner.waitUntilDone();
8 window.testRunner.addUserStyleSheet("#thinger { display:none; }", false);
9 }
10 </script>
11 </head>
12 <body>
13 2 thingers should appear on this page. Otherwise the test has failed.
14 <Div id="thinger">thinger</div>
15 <iframe src="resources/frame1.html"></iframe>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698