upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / arguments-combinations-expected.txt
1 These are tests for testing the how execCommand() works with different combinations of arguments. The "InsertHorizontalRule" command was chosen arbitrarily because it was what I was working on at the time, but the results should be paralleled in the other commands as well.
2
3 CONSOLE
4
5 PASS <hr> is <hr>
6 PASS <hr> is <hr>
7 PASS <hr id="foo"> is <hr id="foo">
8 PASS <hr id="foo"> is <hr id="foo">
9 PASS <hr> is <hr>
10 PASS <hr> is <hr>
11 PASS <hr> is <hr>
12 PASS <hr id="0"> is <hr id="0">
13 PASS <hr> is <hr>
14