1 This tests that double-clicking a word that follows newline and span
3 cases for white-space: pre
5 Note: Here for pre, we change width value to 200 to prevent layout change on contentEditable enabled.
7 cases for white-space: pre-wrap
9 cases for white-space: pre-line
11 cases for white-space: nowrap
13 Note: Although following cases have no line-breaks that had caused problem reported bug28036, we add these for comprehensiveness.
16 Passed totest_minimum (with contentEditable)
17 Passed totest_before_after
18 Passed totest_before_after (with contentEditable)
19 Passed totest_linebreak_out
20 Passed totest_linebreak_out (with contentEditable)
22 Passed totest_tab_out (with contentEditable)
23 Passed totest_multiple_whitespaces_out
24 Passed totest_multiple_whitespaces_out (with contentEditable)
25 Passed totest_linebreak_in
26 Passed totest_linebreak_in (with contentEditable)
28 Passed totest_tab_in (with contentEditable)
29 Passed totest_multiple_whitespaces_in
30 Passed totest_multiple_whitespaces_in (with contentEditable)
31 Passed totest_multiple_word_in_span
32 Passed totest_multiple_word_in_span (with contentEditable)
33 Passed totest_word_before_here_in_line
34 Passed totest_word_before_here_in_line (with contentEditable)
35 Passed totest_span_first_half
36 Passed totest_span_first_half (with contentEditable)
37 Passed totest_span_second_half
38 Passed totest_span_second_half (with contentEditable)
39 Passed totest_linebreak_out_pre
40 Passed totest_linebreak_out_pre (with contentEditable)
41 Passed totest_tab_out_pre
42 Passed totest_tab_out_pre (with contentEditable)
43 Passed totest_multiple_whitespaces_out_pre
44 Passed totest_multiple_whitespaces_out_pre (with contentEditable)
45 Passed totest_linebreak_in_pre
46 Passed totest_linebreak_in_pre (with contentEditable)
47 Passed totest_tab_in_pre
48 Passed totest_tab_in_pre (with contentEditable)
49 Passed totest_multiple_whitespaces_in_pre
50 Passed totest_multiple_whitespaces_in_pre (with contentEditable)
51 Passed totest_linebreak_out_prewrap
52 Passed totest_linebreak_out_prewrap (with contentEditable)
53 Passed totest_tab_out_prewrap
54 Passed totest_tab_out_prewrap (with contentEditable)
55 Passed totest_multiple_whitespaces_out_prewrap
56 Passed totest_multiple_whitespaces_out_prewrap (with contentEditable)
57 Passed totest_linebreak_in_prewrap
58 Passed totest_linebreak_in_prewrap (with contentEditable)
59 Passed totest_tab_in_prewrap
60 Passed totest_tab_in_prewrap (with contentEditable)
61 Passed totest_multiple_whitespaces_in_prewrap
62 Passed totest_multiple_whitespaces_in_prewrap (with contentEditable)
63 Passed totest_linebreak_out_preline
64 Passed totest_linebreak_out_preline (with contentEditable)
65 Passed totest_tab_out_preline
66 Passed totest_tab_out_preline (with contentEditable)
67 Passed totest_multiple_whitespaces_out_preline
68 Passed totest_multiple_whitespaces_out_preline (with contentEditable)
69 Passed totest_linebreak_in_preline
70 Passed totest_linebreak_in_preline (with contentEditable)
71 Passed totest_tab_in_preline
72 Passed totest_tab_in_preline (with contentEditable)
73 Passed totest_multiple_whitespaces_in_preline
74 Passed totest_multiple_whitespaces_in_preline (with contentEditable)
75 Passed totest_linebreak_out_nowrap
76 Passed totest_linebreak_out_nowrap (with contentEditable)
77 Passed totest_tab_out_nowrap
78 Passed totest_tab_out_nowrap (with contentEditable)
79 Passed totest_multiple_whitespaces_out_nowrap
80 Passed totest_multiple_whitespaces_out_nowrap (with contentEditable)
81 Passed totest_linebreak_in_nowrap
82 Passed totest_linebreak_in_nowrap (with contentEditable)
83 Passed totest_tab_in_nowrap
84 Passed totest_tab_in_nowrap (with contentEditable)
85 Passed totest_multiple_whitespaces_in_nowrap
86 Passed totest_multiple_whitespaces_in_nowrap (with contentEditable)