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

Unified Diff: LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.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/fast/loader/user-style-sheet-resource-load-callbacks.html
diff --git a/LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.html b/LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.html
deleted file mode 100644
index 81eeb5feb38afbd91a1e5decd13f93245698af8b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/loader/user-style-sheet-resource-load-callbacks.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.dumpResourceLoadCallbacks();
- testRunner.setUserStyleSheetLocation("file:///tmp/LayoutTests/fast/loader/resources/user-style-sheet.css");
- testRunner.setUserStyleSheetEnabled(true);
-} else {
- document.write ('This test must be run through DumpRenderTree.')
-}
-</script>
-<body onload = "if (window.testRunner) testRunner.setUserStyleSheetEnabled(false);">
- This tests that no delegate methods are sent for the user style sheet. No stylesheet load messages should be dumped.
-</div>
-</html>
« no previous file with comments | « LayoutTests/fast/css/user-stylesheet-crash-expected.txt ('k') | LayoutTests/fast/loader/user-stylesheet-fast-path.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698