rniwa@webkit.org | cd7fb69 | 2010-08-06 01:23:00 +0000 | [diff] [blame] | 1 | This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags. |
| 2 | |
| 3 | before FormatBlock: |
| 4 | | " |
| 5 | " |
| 6 | | <pre> |
| 7 | | id="start" |
| 8 | | "Fo<#selection-anchor>o" |
| 9 | | " |
| 10 | " |
| 11 | | <div> |
| 12 | | "bar" |
| 13 | | <br> |
| 14 | | <span> |
| 15 | | "baz" |
| 16 | | <br> |
| 17 | | "raz" |
| 18 | | " |
| 19 | dar |
| 20 | " |
| 21 | | <br> |
| 22 | | " |
| 23 | " |
| 24 | | <address> |
| 25 | | id="end" |
| 26 | | "ya<#selection-focus>r" |
| 27 | | " |
| 28 | " |
| 29 | |
| 30 | after FormatBlock: |
| 31 | | " |
| 32 | " |
| 33 | | <dl> |
| 34 | | "Fo<#selection-anchor>o" |
rniwa@webkit.org | aeeef96 | 2010-10-15 04:09:48 +0000 | [diff] [blame] | 35 | | <br> |
| 36 | | "bar" |
| 37 | | <br> |
rniwa@webkit.org | cd7fb69 | 2010-08-06 01:23:00 +0000 | [diff] [blame] | 38 | | <span> |
rniwa@webkit.org | aeeef96 | 2010-10-15 04:09:48 +0000 | [diff] [blame] | 39 | | "baz" |
| 40 | | <br> |
| 41 | | "raz" |
| 42 | | <br> |
| 43 | | " |
| 44 | dar" |
| 45 | | <br> |
| 46 | | " |
| 47 | " |
| 48 | | "yar<#selection-focus>" |
rniwa@webkit.org | cd7fb69 | 2010-08-06 01:23:00 +0000 | [diff] [blame] | 49 | | " |
| 50 | " |
rniwa@webkit.org | aeeef96 | 2010-10-15 04:09:48 +0000 | [diff] [blame] | 51 | | " |
| 52 | " |
rniwa@webkit.org | cd7fb69 | 2010-08-06 01:23:00 +0000 | [diff] [blame] | 53 | | " |
| 54 | " |