| OLD | NEW |
| 1 Testing case-sensitivity for the svg:foreignObject tag in html. | 1 Testing case-sensitivity for the svg:foreignObject tag in html. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Node.localName is normalized to camel-case inside <svg>, lower-case otherwise. | 6 Node.localName is normalized to camel-case inside <svg>, lower-case otherwise. |
| 7 | 7 |
| 8 PASS fo1.localName is "foreignobject" | 8 PASS fo1.localName is "foreignobject" |
| 9 PASS fo2.localName is "foreignobject" | 9 PASS fo2.localName is "foreignobject" |
| 10 PASS fo3.localName is "foreignObject" | 10 PASS fo3.localName is "foreignObject" |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 PASS getComputedStyle(fo3).fontWeight is "bold" | 46 PASS getComputedStyle(fo3).fontWeight is "bold" |
| 47 PASS getComputedStyle(fo4).color is "rgb(0, 128, 0)" | 47 PASS getComputedStyle(fo4).color is "rgb(0, 128, 0)" |
| 48 PASS getComputedStyle(fo4).fontWeight is "bold" | 48 PASS getComputedStyle(fo4).fontWeight is "bold" |
| 49 PASS successfullyParsed is true | 49 PASS successfullyParsed is true |
| 50 | 50 |
| 51 TEST COMPLETE | 51 TEST COMPLETE |
| 52 This text should be green and bold | 52 This text should be green and bold |
| 53 This text should be green and bold | 53 This text should be green and bold |
| 54 This text should be green, not bold | 54 This text should be green, not bold |
| 55 This text should be green, not bold | 55 This text should be green, not bold |
| OLD | NEW |