jinlin
2024-09-06 3ecb68c427a627ad8e90d8c555655e7724be2d96
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <link rel="icon" type="image/png" href="../editor/images/logo.png"/>
  <title>All SVG-edit Tests</title>
  <style>
  iframe {width: 100%; height: 70px;}
  </style>
  <script defer="defer" src="all_tests.js"></script>
</head>
<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.attr_test.html" scrolling="no"></iframe>
  -->
  <iframe src="svgtransformlist_test.html" scrolling="no"></iframe>
  <iframe src="contextmenu_test.html" scrolling="no"></iframe>
  <iframe src="math_test.html" scrolling="no"></iframe>
  <iframe src="utilities_test.html" scrolling="no"></iframe>
  <iframe src="utilities_bbox_test.html" scrolling="no"></iframe>
  <iframe src="history_test.html" scrolling="no"></iframe>
  <iframe src="select_test.html" scrolling="no"></iframe>
  <iframe src="draw_test.html" scrolling="no"></iframe>
  <iframe src="units_test.html" scrolling="no"></iframe>
  <iframe src="path_test.html" scrolling="no"></iframe>
  <iframe src="sanitize_test.html" scrolling="no"></iframe>
  <iframe src="coords_test.html" scrolling="no"></iframe>
  <iframe src="recalculate_test.html" scrolling="no"></iframe>
 
  <iframe src="test1.html" scrolling="no"></iframe>
  <iframe src="utilities_performance_test.html" scrolling="no"></iframe>
</body>
</html>