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

Side by Side 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, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/dom/SVGFESpecularLightingElement-svgdom-kernelUnitLength-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
fs 2015/06/01 09:13:46 Use HTML5 doctype: <!DOCTYPE html>
2 <html>
3 <head>
fs 2015/06/01 09:13:46 Don't need these two. (And corresponding end tags.
4 <script src="../../resources/js-test.js"></script>
5 </head>
6 <body>
fs 2015/06/01 09:13:46 Don't need this.
7 <h1>SVG 1.1 update tests of the 'kernelUnitLength' attribute of the SVGFESpecula rLightingElement object</h1>
8 <p id="description"></p>
9 <div id="console"></div>
10 <script src="script-tests/SVGFESpecularLightingElement-svgdom-kernelUnitLength.j s"></script>
fs 2015/06/01 09:13:46 Use an inline script instead. This also seems like
11 </body>
12 </html>
OLDNEW
« 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