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/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html

Issue 1155743010: Implement SVGFESpecularLightingElement.kernelUnitLengthX/kernelUnitLengthY. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: PS 3 Created 5 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html
diff --git a/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html b/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html
new file mode 100644
index 0000000000000000000000000000000000000000..5a1f0e5216370203b8ac18b6100f531de2e0299e
--- /dev/null
+++ b/LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
fs 2015/06/01 09:13:46 Use HTML5 doctype: <!DOCTYPE html>
+<html>
+<head>
fs 2015/06/01 09:13:46 Don't need these two. (And corresponding end tags.
+<script src="../../resources/js-test.js"></script>
+</head>
+<body>
fs 2015/06/01 09:13:46 Don't need this.
+<h1>SVG 1.1 update tests of the 'kernelUnitLength' attribute of the SVGFESpecularLightingElement object</h1>
+<p id="description"></p>
+<div id="console"></div>
+<script src="script-tests/SVGFESpecularLightingElement-svgdom-kernelUnitLength.js"></script>
fs 2015/06/01 09:13:46 Use an inline script instead. This also seems like
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698