Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
| 2 <html> | |
| 3 <head> | |
| 4 <style id="link1">span { margin: 1px; }</style> | |
| 5 <style id="link2"></style> | |
| 6 <script src="../../fast/js/resources/js-test-pre.js"></script> | |
| 7 </head> | |
| 8 <body style="margin: 1px"> | |
| 9 <div id="testElements"> | |
| 10 <form> | |
| 11 <input type="text" id="element0" name="foo"> | |
| 12 <input type="text" id="element1" name="bar"> | |
| 13 </form> | |
| 14 <form> | |
| 15 <select> | |
| 16 <option name="length"> | |
| 17 <option name="some"> | |
| 18 </select> | |
| 19 </form> | |
| 20 <table> | |
| 21 <tbody> | |
| 22 <tr id="another"><td></td></tr> | |
| 23 <tr id="length"><td></td></tr> | |
|
haraken
2013/05/30 10:23:09
This test contains a bunch of unnecessary things.
| |
| 24 </tbody> | |
| 25 </table> | |
| 26 </div> | |
| 27 <script src="script-tests/collection-item-should-be-overridden-by-own-proper ty.js"></script> | |
|
haraken
2013/05/30 10:23:09
You can directly write JavaScript here.
| |
| 28 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 29 </body> | |
| 30 </html> | |
| 31 | |
| 32 | |
| OLD | NEW |