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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/userstyles/user-style-top-frame-only.html
diff --git a/LayoutTests/userstyles/user-style-top-frame-only.html b/LayoutTests/userstyles/user-style-top-frame-only.html
deleted file mode 100644
index d3134f4445c412b9989319c5739b7d5bf74d6c2a..0000000000000000000000000000000000000000
--- a/LayoutTests/userstyles/user-style-top-frame-only.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; }", false);
-}
-</script>
-</head>
-<body>
-2 thingers should appear on this page. Otherwise the test has failed.
-<Div id="thinger">thinger</div>
-<iframe src="resources/frame1.html"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698