Chromium Code Reviews| 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> |