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

Unified Diff: LayoutTests/userstyles/simple-stylesheet.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
« no previous file with comments | « LayoutTests/userstyles/resources/frame2.html ('k') | LayoutTests/userstyles/simple-stylesheet-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/userstyles/simple-stylesheet.html
diff --git a/LayoutTests/userstyles/simple-stylesheet.html b/LayoutTests/userstyles/simple-stylesheet.html
deleted file mode 100644
index f89b2f2d75d49a3cc6383ce5c2f0654ad42171c8..0000000000000000000000000000000000000000
--- a/LayoutTests/userstyles/simple-stylesheet.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.addUserStyleSheet("div { width:0; }", true);
-}
-</script>
-</head>
-<body>
-<div id="target">FAIL</div>
-<script>
-if (document.getElementById('target').offsetWidth == 0)
- document.getElementById('target').innerHTML = 'PASS';
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/userstyles/resources/frame2.html ('k') | LayoutTests/userstyles/simple-stylesheet-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698