Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |