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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element.html

Issue 2730413003: Remove non-standard API SVGStyleElement#disabled (Closed)
Patch Set: Fix webexposed in Layout tests Created 3 years, 9 months 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: third_party/WebKit/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element.html
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element.html b/third_party/WebKit/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element.html
deleted file mode 100644
index 5cb3181a2a62e363943da0ac55b5c65c9ccb1f45..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../../../resources/js-test.js"></script>
-<style>
-svg {
- width: 200px;
- height: 200px;
-}
-rect {
- fill: #ff0000;
-}
-</style>
-</head>
-<body>
-<p id="description"></p>
-<div id="console"></div>
-<script src="script-tests/disable-svg-style-element.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698