OLD | NEW |
1 <html xmlns="http://www.w3.org/1999/xhtml"> | 1 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <head> | 2 <head> |
3 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../fast/js/resources/js-test-pre.js"></script> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 <div id="description"></div> | 6 <div id="description"></div> |
7 <div id="console"></div> | 7 <div id="console"></div> |
8 | 8 |
9 <script> | 9 <script> |
10 | 10 |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 shouldBe('m.m33', '1'); | 437 shouldBe('m.m33', '1'); |
438 shouldBe('m.m34', '0'); | 438 shouldBe('m.m34', '0'); |
439 shouldBe('m.m41', '0'); | 439 shouldBe('m.m41', '0'); |
440 shouldBe('m.m42', '0'); | 440 shouldBe('m.m42', '0'); |
441 shouldBe('m.m43', '0'); | 441 shouldBe('m.m43', '0'); |
442 shouldBe('m.m44', '1'); | 442 shouldBe('m.m44', '1'); |
443 | 443 |
444 debug(""); | 444 debug(""); |
445 | 445 |
446 </script> | 446 </script> |
447 <script src="../fast/js/resources/js-test-post.js"></script> | |
448 | 447 |
449 <script> | 448 <script> |
450 </script> | 449 </script> |
451 | 450 |
452 </body> | 451 </body> |
453 </html> | 452 </html> |
OLD | NEW |