| 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 </head> | 3 </head> |
| 4 <body style="margin:0; border:0; padding:0;"> | 4 <body style="margin:0; border:0; padding:0;"> |
| 5 | 5 |
| 6 <div style="width:500px;height:100px;"> | 6 <div style="width:500px;height:100px;"> |
| 7 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" | 7 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" |
| 8 width="100px" height="100px"> | 8 width="100px" height="100px"> |
| 9 <rect id="r1" x="20" y="30" width="40" height="50" fill="blue" /> | 9 <rect id="r1" x="20" y="30" width="40" height="50" fill="blue" /> |
| 10 </svg><svg xmlns="http://www.w3.org/2000/svg" version="1.1" | 10 </svg><svg xmlns="http://www.w3.org/2000/svg" version="1.1" |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 shouldBe('r4.left', '300'); | 61 shouldBe('r4.left', '300'); |
| 62 shouldBe('r4.top', '50'); | 62 shouldBe('r4.top', '50'); |
| 63 shouldBe('r4.width', '210'); | 63 shouldBe('r4.width', '210'); |
| 64 shouldBe('r4.height', '60'); | 64 shouldBe('r4.height', '60'); |
| 65 shouldBe('r4.right', '510'); | 65 shouldBe('r4.right', '510'); |
| 66 shouldBe('r4.bottom', '110'); | 66 shouldBe('r4.bottom', '110'); |
| 67 debug(""); | 67 debug(""); |
| 68 | 68 |
| 69 | 69 |
| 70 </script> | 70 </script> |
| 71 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 72 | 71 |
| 73 </body> | 72 </body> |
| 74 </html> | 73 </html> |
| OLD | NEW |