Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/event-expected.txt

Issue 2630243004: Manually import wpt/editing and wpt/selection/ (Closed)
Patch Set: Add expectation Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Simple editable div: execCommand() must not throw
3 PASS Simple editable div: input event
4 PASS Editable b: execCommand() must not throw
5 PASS Editable b: input event
6 PASS No editable content: execCommand() must not throw
7 PASS No editable content: input event
8 PASS Partially-selected editable content: execCommand() must not throw
9 FAIL Partially-selected editable content: input event assert_equals: number of i nput events fired expected 0 but got 1
10 PASS Selection spans two editing hosts: execCommand() must not throw
11 FAIL Selection spans two editing hosts: input event assert_equals: number of inp ut events fired expected 0 but got 1
12 PASS Selection includes two editing hosts: execCommand() must not throw
13 PASS Selection includes two editing hosts: input event
14 PASS Changing selection from handler: execCommand() must not throw
15 FAIL Changing selection from handler: input event assert_equals: event.target ex pected Element node <div contenteditable="">bar</div> but got Element node <div contenteditable=""><b>foo</b></div>
16 PASS Command backColor, value "": execCommand() must not throw
17 PASS Command backColor, value "": input event
18 PASS Command backColor, value "quasit": execCommand() must not throw
19 PASS Command backColor, value "quasit": input event
20 PASS Command backColor, value "green": execCommand() must not throw
21 PASS Command backColor, value "green": input event
22 PASS Command createLink, value "": execCommand() must not throw
23 FAIL Command createLink, value "": input event assert_equals: number of input ev ents fired expected 1 but got 0
24 PASS Command createLink, value "quasit": execCommand() must not throw
25 PASS Command createLink, value "quasit": input event
26 PASS Command createLink, value "http://www.w3.org/community/editing/": execComma nd() must not throw
27 PASS Command createLink, value "http://www.w3.org/community/editing/": input eve nt
28 PASS Command fontName, value "": execCommand() must not throw
29 PASS Command fontName, value "": input event
30 PASS Command fontName, value "quasit": execCommand() must not throw
31 PASS Command fontName, value "quasit": input event
32 PASS Command fontName, value "serif": execCommand() must not throw
33 PASS Command fontName, value "serif": input event
34 PASS Command fontName, value "Helvetica": execCommand() must not throw
35 PASS Command fontName, value "Helvetica": input event
36 PASS Command fontSize, value "": execCommand() must not throw
37 FAIL Command fontSize, value "": input event assert_equals: number of input even ts fired expected 1 but got 0
38 PASS Command fontSize, value "quasit": execCommand() must not throw
39 FAIL Command fontSize, value "quasit": input event assert_equals: number of inpu t events fired expected 1 but got 0
40 PASS Command fontSize, value "6": execCommand() must not throw
41 PASS Command fontSize, value "6": input event
42 PASS Command fontSize, value "15px": execCommand() must not throw
43 PASS Command fontSize, value "15px": input event
44 PASS Command foreColor, value "": execCommand() must not throw
45 PASS Command foreColor, value "": input event
46 PASS Command foreColor, value "quasit": execCommand() must not throw
47 PASS Command foreColor, value "quasit": input event
48 PASS Command foreColor, value "green": execCommand() must not throw
49 PASS Command foreColor, value "green": input event
50 PASS Command hiliteColor, value "": execCommand() must not throw
51 PASS Command hiliteColor, value "": input event
52 PASS Command hiliteColor, value "quasit": execCommand() must not throw
53 PASS Command hiliteColor, value "quasit": input event
54 PASS Command hiliteColor, value "green": execCommand() must not throw
55 PASS Command hiliteColor, value "green": input event
56 PASS Command italic, value "": execCommand() must not throw
57 PASS Command italic, value "": input event
58 PASS Command italic, value "quasit": execCommand() must not throw
59 PASS Command italic, value "quasit": input event
60 PASS Command removeFormat, value "": execCommand() must not throw
61 PASS Command removeFormat, value "": input event
62 PASS Command removeFormat, value "quasit": execCommand() must not throw
63 PASS Command removeFormat, value "quasit": input event
64 PASS Command strikeThrough, value "": execCommand() must not throw
65 PASS Command strikeThrough, value "": input event
66 PASS Command strikeThrough, value "quasit": execCommand() must not throw
67 PASS Command strikeThrough, value "quasit": input event
68 PASS Command subscript, value "": execCommand() must not throw
69 PASS Command subscript, value "": input event
70 PASS Command subscript, value "quasit": execCommand() must not throw
71 PASS Command subscript, value "quasit": input event
72 PASS Command superscript, value "": execCommand() must not throw
73 PASS Command superscript, value "": input event
74 PASS Command superscript, value "quasit": execCommand() must not throw
75 PASS Command superscript, value "quasit": input event
76 PASS Command underline, value "": execCommand() must not throw
77 PASS Command underline, value "": input event
78 PASS Command underline, value "quasit": execCommand() must not throw
79 PASS Command underline, value "quasit": input event
80 PASS Command unlink, value "": execCommand() must not throw
81 PASS Command unlink, value "": input event
82 PASS Command unlink, value "quasit": execCommand() must not throw
83 PASS Command unlink, value "quasit": input event
84 PASS Command delete, value "": execCommand() must not throw
85 PASS Command delete, value "": input event
86 PASS Command delete, value "quasit": execCommand() must not throw
87 PASS Command delete, value "quasit": input event
88 PASS Command formatBlock, value "": execCommand() must not throw
89 FAIL Command formatBlock, value "": input event assert_equals: number of input e vents fired expected 1 but got 0
90 PASS Command formatBlock, value "quasit": execCommand() must not throw
91 PASS Command formatBlock, value "quasit": input event
92 PASS Command formatBlock, value "p": execCommand() must not throw
93 PASS Command formatBlock, value "p": input event
94 PASS Command forwardDelete, value "": execCommand() must not throw
95 PASS Command forwardDelete, value "": input event
96 PASS Command forwardDelete, value "quasit": execCommand() must not throw
97 PASS Command forwardDelete, value "quasit": input event
98 PASS Command indent, value "": execCommand() must not throw
99 PASS Command indent, value "": input event
100 PASS Command indent, value "quasit": execCommand() must not throw
101 PASS Command indent, value "quasit": input event
102 PASS Command insertHorizontalRule, value "": execCommand() must not throw
103 PASS Command insertHorizontalRule, value "": input event
104 PASS Command insertHorizontalRule, value "quasit": execCommand() must not throw
105 PASS Command insertHorizontalRule, value "quasit": input event
106 PASS Command insertHorizontalRule, value "id": execCommand() must not throw
107 PASS Command insertHorizontalRule, value "id": input event
108 PASS Command insertHTML, value "": execCommand() must not throw
109 PASS Command insertHTML, value "": input event
110 PASS Command insertHTML, value "quasit": execCommand() must not throw
111 PASS Command insertHTML, value "quasit": input event
112 PASS Command insertHTML, value "<b>hi</b>": execCommand() must not throw
113 PASS Command insertHTML, value "<b>hi</b>": input event
114 PASS Command insertImage, value "": execCommand() must not throw
115 PASS Command insertImage, value "": input event
116 PASS Command insertImage, value "quasit": execCommand() must not throw
117 PASS Command insertImage, value "quasit": input event
118 PASS Command insertImage, value "../images/green.png": execCommand() must not th row
119 PASS Command insertImage, value "../images/green.png": input event
120 PASS Command insertLineBreak, value "": execCommand() must not throw
121 PASS Command insertLineBreak, value "": input event
122 PASS Command insertLineBreak, value "quasit": execCommand() must not throw
123 PASS Command insertLineBreak, value "quasit": input event
124 PASS Command insertOrderedList, value "": execCommand() must not throw
125 PASS Command insertOrderedList, value "": input event
126 PASS Command insertOrderedList, value "quasit": execCommand() must not throw
127 PASS Command insertOrderedList, value "quasit": input event
128 PASS Command insertParagraph, value "": execCommand() must not throw
129 PASS Command insertParagraph, value "": input event
130 PASS Command insertParagraph, value "quasit": execCommand() must not throw
131 PASS Command insertParagraph, value "quasit": input event
132 PASS Command insertText, value "": execCommand() must not throw
133 PASS Command insertText, value "": input event
134 PASS Command insertText, value "quasit": execCommand() must not throw
135 PASS Command insertText, value "quasit": input event
136 PASS Command insertText, value "abc": execCommand() must not throw
137 PASS Command insertText, value "abc": input event
138 PASS Command insertUnorderedList, value "": execCommand() must not throw
139 PASS Command insertUnorderedList, value "": input event
140 PASS Command insertUnorderedList, value "quasit": execCommand() must not throw
141 PASS Command insertUnorderedList, value "quasit": input event
142 PASS Command justifyCenter, value "": execCommand() must not throw
143 PASS Command justifyCenter, value "": input event
144 PASS Command justifyCenter, value "quasit": execCommand() must not throw
145 PASS Command justifyCenter, value "quasit": input event
146 PASS Command justifyFull, value "": execCommand() must not throw
147 PASS Command justifyFull, value "": input event
148 PASS Command justifyFull, value "quasit": execCommand() must not throw
149 PASS Command justifyFull, value "quasit": input event
150 PASS Command justifyLeft, value "": execCommand() must not throw
151 PASS Command justifyLeft, value "": input event
152 PASS Command justifyLeft, value "quasit": execCommand() must not throw
153 PASS Command justifyLeft, value "quasit": input event
154 PASS Command justifyRight, value "": execCommand() must not throw
155 PASS Command justifyRight, value "": input event
156 PASS Command justifyRight, value "quasit": execCommand() must not throw
157 PASS Command justifyRight, value "quasit": input event
158 PASS Command outdent, value "": execCommand() must not throw
159 PASS Command outdent, value "": input event
160 PASS Command outdent, value "quasit": execCommand() must not throw
161 PASS Command outdent, value "quasit": input event
162 PASS Command redo, value "": execCommand() must not throw
163 PASS Command redo, value "": input event
164 PASS Command redo, value "quasit": execCommand() must not throw
165 PASS Command redo, value "quasit": input event
166 PASS Command selectAll, value "": execCommand() must not throw
167 PASS Command selectAll, value "": input event
168 PASS Command selectAll, value "quasit": execCommand() must not throw
169 PASS Command selectAll, value "quasit": input event
170 PASS Command styleWithCSS, value "": execCommand() must not throw
171 PASS Command styleWithCSS, value "": input event
172 PASS Command styleWithCSS, value "quasit": execCommand() must not throw
173 PASS Command styleWithCSS, value "quasit": input event
174 PASS Command undo, value "": execCommand() must not throw
175 PASS Command undo, value "": input event
176 PASS Command undo, value "quasit": execCommand() must not throw
177 PASS Command undo, value "quasit": input event
178 PASS Command useCSS, value "": execCommand() must not throw
179 PASS Command useCSS, value "": input event
180 PASS Command useCSS, value "quasit": execCommand() must not throw
181 PASS Command useCSS, value "quasit": input event
182 Harness: the test ran to completion.
183
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698