upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / justify-expected.txt
1 Tests justifying paragraphs to left, right, and center.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6
7 Center
8 PASS execCommand('JustifyCenter') returned "<div style="text-align: center;"><br></div>" selecting first position of ""
9 PASS execCommand('JustifyCenter') returned "<div style="text-align: center;"><br></div>" selecting first position of "<br>"
10 PASS execCommand('JustifyCenter') returned "<div style="text-align: center;"><br></div><br>" selecting first position of "<br><br>"
11 PASS execCommand('JustifyCenter') returned "<div style="text-align: center;">hello</div>" selecting first position of "hello"
12 PASS execCommand('JustifyCenter') returned "<div style="text-align: center;">hello</div><p>world</p>" selecting first position of "hello<p>world</p>"
13 PASS execCommand('JustifyCenter') returned "<p style="text-align: center;">hello</p>world" selecting first position of "<p>hello</p>world"
14 PASS execCommand('JustifyCenter') returned "<div style="text-align: center;">hello</div><blockquote style="text-align: center;">world</blockquote>" selecting all of "hello<blockquote>world</blockquote>"
15 PASS execCommand('JustifyCenter') returned "<h3 style="text-align: center;">hello</h3><div style="text-align: center;">world</div>" selecting all of "<h3>hello</h3>world"
16 PASS execCommand('JustifyCenter') returned "<div style="text-align: center;">hello<br>world</div>" selecting first position of "<div style="text-align: center;">hello<br>world</div>"
17
18 Full
19 PASS execCommand('JustifyFull') returned "<div style="text-align: justify;"><br></div>" selecting first position of ""
20 PASS execCommand('JustifyFull') returned "<div style="text-align: justify;"><br></div>" selecting first position of "<br>"
21 PASS execCommand('JustifyFull') returned "<div style="text-align: justify;"><br></div><br>" selecting first position of "<br><br>"
22 PASS execCommand('JustifyFull') returned "<div style="text-align: justify;">hello</div>" selecting first position of "hello"
23 PASS execCommand('JustifyFull') returned "<div style="text-align: justify;">hello</div><p>world</p>" selecting first position of "hello<p>world</p>"
24 PASS execCommand('JustifyFull') returned "<p style="text-align: justify;">hello</p>world" selecting first position of "<p>hello</p>world"
25 PASS execCommand('JustifyFull') returned "<div style="text-align: justify;">hello</div><blockquote style="text-align: justify;">world</blockquote>" selecting all of "hello<blockquote>world</blockquote>"
26 PASS execCommand('JustifyFull') returned "<h3 style="text-align: justify;">hello</h3><div style="text-align: justify;">world</div>" selecting all of "<h3>hello</h3>world"
27 PASS execCommand('JustifyFull') returned "<div style="text-align: justify;">hello<br>world</div>" selecting first position of "<div style="text-align: justify;">hello<br>world</div>"
28
29 Left
30 PASS execCommand('JustifyLeft') returned "<div style="text-align: left;"><br></div>" selecting first position of ""
31 PASS execCommand('JustifyLeft') returned "<div style="text-align: left;"><br></div>" selecting first position of "<br>"
32 PASS execCommand('JustifyLeft') returned "<div style="text-align: left;"><br></div><br>" selecting first position of "<br><br>"
33 PASS execCommand('JustifyLeft') returned "<div style="text-align: left;">hello</div>" selecting first position of "hello"
34 PASS execCommand('JustifyLeft') returned "<div style="text-align: left;">hello</div><p>world</p>" selecting first position of "hello<p>world</p>"
35 PASS execCommand('JustifyLeft') returned "<p style="text-align: left;">hello</p>world" selecting first position of "<p>hello</p>world"
36 PASS execCommand('JustifyLeft') returned "<div style="text-align: left;">hello</div><blockquote style="text-align: left;">world</blockquote>" selecting all of "hello<blockquote>world</blockquote>"
37 PASS execCommand('JustifyLeft') returned "<h3 style="text-align: left;">hello</h3><div style="text-align: left;">world</div>" selecting all of "<h3>hello</h3>world"
38 PASS execCommand('JustifyLeft') returned "<div style="text-align: left;">hello<br>world</div>" selecting first position of "<div style="text-align: left;">hello<br>world</div>"
39
40 Right
41 PASS execCommand('JustifyRight') returned "<div style="text-align: right;"><br></div>" selecting first position of ""
42 PASS execCommand('JustifyRight') returned "<div style="text-align: right;"><br></div>" selecting first position of "<br>"
43 PASS execCommand('JustifyRight') returned "<div style="text-align: right;"><br></div><br>" selecting first position of "<br><br>"
44 PASS execCommand('JustifyRight') returned "<div style="text-align: right;">hello</div>" selecting first position of "hello"
45 PASS execCommand('JustifyRight') returned "<div style="text-align: right;">hello</div><p>world</p>" selecting first position of "hello<p>world</p>"
46 PASS execCommand('JustifyRight') returned "<p style="text-align: right;">hello</p>world" selecting first position of "<p>hello</p>world"
47 PASS execCommand('JustifyRight') returned "<div style="text-align: right;">hello</div><blockquote style="text-align: right;">world</blockquote>" selecting all of "hello<blockquote>world</blockquote>"
48 PASS execCommand('JustifyRight') returned "<h3 style="text-align: right;">hello</h3><div style="text-align: right;">world</div>" selecting all of "<h3>hello</h3>world"
49 PASS execCommand('JustifyRight') returned "<div style="text-align: right;">hello<br>world</div>" selecting first position of "<div style="text-align: right;">hello<br>world</div>"
50 PASS successfullyParsed is true
51
52 TEST COMPLETE
53