Chromium Code Reviews

Unified Diff: LayoutTests/userstyles/resources/frame2.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/userstyles/resources/frame1.html ('k') | LayoutTests/userstyles/simple-stylesheet.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/userstyles/resources/frame2.html
diff --git a/LayoutTests/userstyles/resources/frame2.html b/LayoutTests/userstyles/resources/frame2.html
deleted file mode 100644
index 04c8eca5fc635305407fd03c7a962de2ab1c5b5a..0000000000000000000000000000000000000000
--- a/LayoutTests/userstyles/resources/frame2.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body>
-<script>
-window.onload = function() {
- if (window.testRunner)
- testRunner.notifyDone();
-}
-</script>
-<div id="thinger">thinger</div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/userstyles/resources/frame1.html ('k') | LayoutTests/userstyles/simple-stylesheet.html » ('j') | no next file with comments »

Powered by Google App Engine