- Linting (HTML): Use double-quotes for attributes, remove redundant type=text/css,
indent/lbs, consistent non-use of HTML namespace, consistent indents, consistent charset
casing
- Linting (Markdown): Add `.remarkrc`, use proper hierarchical headings, use consistent
heading format, trailing spaces
- `composer.json`: consistent property spacing
- License: Add `.txt` extension, update copyright date, and reflect type (MIT) in file name
- Credits: Add self
- npm: Add `package.json` (version 3.0.0-alpha.1 for npm release only; just reserving name)
This commit is contained in:
@@ -7,20 +7,20 @@
|
||||
<body>
|
||||
<h1>All SVG-edit Tests</h1>
|
||||
<p>This file frames all SVG-edit test pages. This should only include tests known to work. These tests are known to pass 100% in the following: Firefox 3.6, Chrome 7, IE9 Preview 6 (1.9.8006.6000), Opera 10.63. If a test is broken in this page, it is possible that <em>YOU</em> broke it. Please do not submit code that breaks any of these tests.</p>
|
||||
<iframe src='jquery-svg_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='svgtransformlist_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='contextmenu_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='math_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='svgutils_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='svgutils_bbox_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='history_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='select_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='draw_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='units_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='path_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='sanitize_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='coords_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src='recalculate_test.html' width='100%' height='70' scrolling='no'></iframe>
|
||||
<iframe src="jquery-svg_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="svgtransformlist_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="contextmenu_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="math_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="svgutils_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="svgutils_bbox_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="history_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="select_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="draw_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="units_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="path_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="sanitize_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="coords_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
<iframe src="recalculate_test.html" width="100%" height="70" scrolling="no"></iframe>
|
||||
</body>
|
||||
<script>
|
||||
window.setTimeout(function() {
|
||||
@@ -31,4 +31,4 @@ window.setTimeout(function() {
|
||||
}
|
||||
}, 5000);
|
||||
</script>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user