blob: aa6851045e41a0cfc1d58d0f6c392095bf759c6b [file] [log] [blame]
rniwa@webkit.orgcd7fb692010-08-06 01:23:00 +00001This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags.
2
3before 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| "
19dar
20"
21| <br>
22| "
23"
24| <address>
25| id="end"
26| "ya<#selection-focus>r"
27| "
28"
29
30after FormatBlock:
31| "
32"
33| <dl>
34| "Fo<#selection-anchor>o"
rniwa@webkit.orgaeeef962010-10-15 04:09:48 +000035| <br>
36| "bar"
37| <br>
rniwa@webkit.orgcd7fb692010-08-06 01:23:00 +000038| <span>
rniwa@webkit.orgaeeef962010-10-15 04:09:48 +000039| "baz"
40| <br>
41| "raz"
42| <br>
43| "
44dar"
45| <br>
46| "
47"
48| "yar<#selection-focus>"
rniwa@webkit.orgcd7fb692010-08-06 01:23:00 +000049| "
50"
rniwa@webkit.orgaeeef962010-10-15 04:09:48 +000051| "
52"
rniwa@webkit.orgcd7fb692010-08-06 01:23:00 +000053| "
54"