Chromium Code Reviews

Unified Diff: LayoutTests/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 years, 8 months 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
Index: LayoutTests/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html
diff --git a/LayoutTests/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html b/LayoutTests/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html
deleted file mode 100644
index 5063c95b75a0e2a3a4fffb0c7e698f01210555a6..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="resources/SVGTestCase.js"></script>
-<script src="../../resources/js-test.js"></script>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
-</head>
-<body onload="runRepaintTest()">
-<h1>SVG 1.1 dynamic update tests</h1>
-<p id="description"></p>
-<div id="console"></div>
-<script src="script-tests/SVGSVGElement-svgdom-requiredFeatures.js"></script>
-</body>
-</html>

Powered by Google App Engine