OLD | NEW |
| (Empty) |
1 <html> | |
2 <head> | |
3 <title>test_shell home</title> | |
4 <link rel="stylesheet" href="test.css" type="text/css"/> | |
5 </head> | |
6 | |
7 <body> | |
8 | |
9 <div id="title"> | |
10 <img src="http://www.google.com/intl/en/images/logo.gif" alt="Face"> | |
11 <div style="font-size: 24px; text-align: center; border: solid blue" contentedit
able="true">Chrome Tests</div> | |
12 </div> | |
13 | |
14 <div id="rightcol"> | |
15 <div class="group"> | |
16 <h1 style="background: blue;">Plugin Tests</h1> | |
17 <li><a href="plugins/embed.htm">Basic Flash Plugin test</a> | |
18 <li><a href="plugins/embed2.htm">Nested Frame Plugin Test</a> | |
19 <li><a href="plugins/embed3.htm">Many Windowed Plugins test</a> | |
20 <li><a href="plugins/embed4.htm">One Flash Plugin test</a> | |
21 <li><a href="plugins/embed5.htm">Flash using 100% CPU</a> | |
22 <li><a href="plugins/embedwindowless.htm">Windowless Plugin Test</a> | |
23 <li><a href="plugins/embedwindowless2.htm">Windowless Plugin Test 2</a> | |
24 <li><a href="plugins/embedwindowless3.htm">Many Windowless Plugins Test</a> | |
25 <li><a href="plugins/jsflash.htm">Javascript object</a> | |
26 <li><a href="plugins/js_call.html">Plugin calling Javascript functions</a> | |
27 <li><a href="plugins/wmp.html">Windows Media Player</a> | |
28 <li><a href="plugins/diamondx/index.htm">DiamondX (Linux-specific)</a> | |
29 </div> | |
30 <div class="group"> | |
31 <h1 style="background: red;">Scrolling Tests</h1> | |
32 <li><a href="scrollbar/test.html">Overflow Div scrolling</a> | |
33 <li><a href="frames/nested_test.html">Nested frames</a> | |
34 </div> | |
35 <div class="group"> | |
36 <h1 style="background: #cccc00;">WebKit Tests</h1> | |
37 <li><a href="../../../third_party/WebKit/LayoutTests">Layout Tests</a> | |
38 </div> | |
39 </div> | |
40 | |
41 <div id="leftcol"> | |
42 <div class="group"> | |
43 <h1 style="background: green;">External Links</h1> | |
44 <li><a href="http://www.google.com/">Google</a> | |
45 </div> | |
46 | |
47 <div class="group"> | |
48 <h1>Form Tests</h1> | |
49 <li><a href="formsubmit/target_test.html">Posting to a target</a> | |
50 </div> | |
51 | |
52 <div class="group"> | |
53 <h1 style="background: purple;">JS Tests</h1> | |
54 <li><a href="js/timers.html">JS Timer speed</a> | |
55 <li><a href="sort/sort.html">Sorting in Action</a> | |
56 </div> | |
57 | |
58 <div class="group"> | |
59 <h1 style="background: #cccc00;">IFrame Tests</h1> | |
60 <li><a href="iframes/test1.html">IFrame containing w3c page</a> | |
61 <li><a href="iframes/test2.html">IFrame contining bugzilla</a> | |
62 </div> | |
63 | |
64 <div id="footer"> | |
65 <hr> | |
66 <b>What is this page?</b> This is just a collection of links to test cases. | |
67 If you ever find yourself creating a test webpage, add a test | |
68 here. It isn't an automated test, but may be useful later. Try to | |
69 keep the order logical. | |
70 </div> | |
71 | |
72 | |
73 </body> | |
74 </html> | |
OLD | NEW |