Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This testcase is to test crash scenario when designMode is set on document and R emoveFormat is called. Expected result is that crash should not happen and under line should be removed from all the selected text | |
| 2 | "<#selection-anchor>This Test should not crash. | |
| 3 " | |
| 4 | <iframe> | |
| 5 | onload="selectAndRemoveFormat()" | |
| 6 | " | |
| 7 " | |
| 8 | <p> | |
| 9 | "PASS" | |
| 10 | " | |
| 11 " | |
| 12 | |
| 13 FRAME 0: | |
| 14 | <head> | |
| 15 | <body> | |
| OLD | NEW |