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

Unified Diff: LayoutTests/userstyles/user-style-all-frames.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/userstyles/user-style-all-frames.html
diff --git a/LayoutTests/userstyles/user-style-all-frames.html b/LayoutTests/userstyles/user-style-all-frames.html
deleted file mode 100644
index 7e1d714f4f1095f3342e9796c36ae4c64f10cef6..0000000000000000000000000000000000000000
--- a/LayoutTests/userstyles/user-style-all-frames.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script>
-if (window.testRunner) {
- window.testRunner.dumpAsText();
- window.testRunner.dumpChildFramesAsText();
- testRunner.waitUntilDone();
- window.testRunner.addUserStyleSheet("#thinger { display:none; }", true);
-}
-</script>
-</head>
-<body>
-If any thingers appear on this page, the test has failed.
-<Div id="thinger">thinger</div>
-<iframe src="resources/frame1.html"></iframe>
-</body>
-</html>
« no previous file with comments | « LayoutTests/userstyles/simple-stylesheet-expected.txt ('k') | LayoutTests/userstyles/user-style-all-frames-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698