1 2011-03-03 Pavel Feldman <pfeldman@chromium.org>
3 Reviewed by Yury Semikhatsky.
5 Web Inspector: do not push document into front-end, make it request one.
6 https://bugs.webkit.org/show_bug.cgi?id=55664
8 * http/tests/inspector/debugger-test.js:
9 (initialize_DebuggerTest.):
10 (initialize_DebuggerTest):
11 * http/tests/inspector/elements-test.js:
12 (initialize_ElementTest.InspectorTest.nodeWithId.documentRequested):
13 (initialize_ElementTest.InspectorTest.nodeWithId):
14 (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
15 (initialize_ElementTest):
16 * inspector/console/command-line-api-inspect.html:
17 * inspector/elements/dom-agent-query-selector.html:
18 * inspector/elements/mutate-unknown-node.html:
19 * inspector/styles/styles-new-API.html:
21 2011-03-03 Adam Klein <adamk@chromium.org>
23 Reviewed by David Levin.
25 Correct EntrySync.toURI test expectations to get the test passing under Chromium.
26 https://bugs.webkit.org/show_bug.cgi?id=55724
28 * fast/filesystem/workers/file-entry-to-uri-sync-expected.txt:
30 2011-03-02 Ojan Vafai <ojan@chromium.org>
32 Reviewed by Darin Adler.
34 crash in adoptNode with mutation events
35 https://bugs.webkit.org/show_bug.cgi?id=50046
37 * fast/dom/adopt-node-crash.html:
39 2011-03-03 Andy Estes <aestes@apple.com>
41 Reviewed by Adam Barth.
43 Assertion failure in toElement(WebCore::Node*)
44 https://bugs.webkit.org/show_bug.cgi?id=55697
46 * fast/parser/fragment-foreign-content-expected.txt: Added.
47 * fast/parser/fragment-foreign-content.html: Added.
49 2011-03-03 Mahesh Kulkarni <mahesh.kulkarni@nokia.com>
51 Reviewed by Kenneth Rohde Christiansen.
53 [QT] Implement mock client-based geolocation for layout testing
54 https://bugs.webkit.org/show_bug.cgi?id=54334
56 Re-enable geolocation layout testing for qt port. Also enable a long pending
57 failure with geolocation as it works with client-based geolocation.
58 Skipped one last case related to multiple window which needs some code cleanup in qt DRT.
60 * platform/qt/Skipped:
62 2011-03-03 Fumitoshi Ukai <ukai@chromium.org>
64 Unreviewed, update chromium test expectations.
66 Update GPU media/media-document-audio-repaint.html
67 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20GPU%20Mesa%20-%20chromium.org&tests=media%2Fmedia-document-audio-repaint.html
69 * platform/chromium/test_expectations.txt:
71 2011-03-03 Jeremy Moskovich <jeremy@chromium.org>
73 Reviewed by Dimitri Glazkov.
75 Annotate bidi tests which we intentionally fail.
76 https://bugs.webkit.org/show_bug.cgi?id=48522
78 Add a readme file in fast/text/international detailing
79 a bunch of tests that we intentionally fail. This
80 mimics a similar file in fast/block/positioning/.
82 * fast/text/international/readme.txt: Added.
84 2011-03-03 David Levin <levin@chromium.org>
86 Reviewed by Darin Adler.
88 Need web worker referer layout test for xhr requests.
89 https://bugs.webkit.org/show_bug.cgi?id=55590
91 Verify that the referrer is set for sync and async XHR requests
92 from both workers and shared workers.
94 * http/tests/xmlhttprequest/workers/referer-expected.txt: Added.
95 * http/tests/xmlhttprequest/workers/referer.html: Added.
96 * http/tests/xmlhttprequest/workers/resources/referer-test.js: Added.
97 * http/tests/xmlhttprequest/workers/resources/referer.js: Added.
98 * http/tests/xmlhttprequest/workers/shared-worker-referer-expected.txt: Added.
99 * http/tests/xmlhttprequest/workers/shared-worker-referer.html: Added.
101 2011-03-02 Jeremy Orlow <jorlow@chromium.org>
103 Reviewed by Steve Block.
105 Cursor.continue with a key param should test less than, not equal to
106 https://bugs.webkit.org/show_bug.cgi?id=55640
108 * storage/indexeddb/cursor-continue-expected.txt: Added.
109 * storage/indexeddb/cursor-continue.html: Added.
111 2011-03-03 Mihai Parparita <mihaip@chromium.org>
113 Unreviewed Chromium Snow Leopard expectations update.
115 Fix a couple more media/ expectations.
117 * platform/chromium/test_expectations.txt:
119 2011-03-03 Mihai Parparita <mihaip@chromium.org>
121 Unreviewed Chromium Snow Leopard expectations update.
123 Add another media/ crash.
125 * platform/chromium/test_expectations.txt:
127 2011-03-03 Mihai Parparita <mihaip@chromium.org>
129 Unreviewed Chromium Snow Leopard rebaseline.
131 Rebaseline tables/mozilla/bugs/ tests for Snow Leopard. The current
132 expectations were just checksums, I also added their corresponding PNGs.
134 We can't use the mac/ baselines since we scale the images differently
135 (most likely due to CG i386 vs. x86_64 differences, see bug 52335).
137 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum.
138 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png.
139 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum.
140 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.png: Added.
141 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum.
142 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.png: Added.
143 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum.
144 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.png: Added.
145 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12910-2-expected.png: Added.
146 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum.
147 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png.
148 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum.
149 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png.
150 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum.
151 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png.
152 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum.
153 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.png: Added.
154 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum.
155 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.png: Added.
156 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum.
157 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: Added.
158 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum.
159 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.png: Added.
160 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum.
161 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png: Added.
162 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum.
163 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png.
164 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4523-expected.png: Added.
165 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum.
166 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.png: Added.
167 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum.
168 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png.
169 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum.
170 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png.
171 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum.
172 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.png: Added.
173 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum.
174 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png: Added.
175 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum.
176 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png.
177 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum:
178 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png:
179 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum:
180 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.png: Added.
181 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum:
182 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png: Added.
183 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
184 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Added.
185 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum:
186 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.png: Added.
187 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum:
188 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
189 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
190 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: Added.
191 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum:
192 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
193 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum:
194 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png:
195 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum:
196 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png: Added.
197 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum:
198 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.png: Added.
199 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum:
200 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png: Added.
201 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum:
202 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png: Added.
203 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum:
204 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png: Added.
205 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum:
206 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
207 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
208 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Added.
209 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum:
210 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: Added.
211 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum:
212 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png:
213 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum:
214 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
215 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum:
216 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png: Added.
217 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum:
218 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.png: Added.
219 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum:
220 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
221 * platform/chromium/test_expectations.txt:
223 2011-03-03 Dan Bernstein <mitz@apple.com>
225 Reviewed by Sam Weinig.
227 Rename -webkit-hyphenate-locale to -webkit-locale
228 https://bugs.webkit.org/show_bug.cgi?id=55709
230 * fast/text/hyphenate-character.html:
231 * fast/text/hyphenate-first-word.html:
232 * fast/text/hyphenate-locale.html:
233 * fast/text/hyphens.html:
235 2011-03-03 Mihai Parparita <mihaip@chromium.org>
237 Unreviewed Chromium expectations update.
239 Two tests crash on Snow Leopard on the GPU path.
241 * platform/chromium/test_expectations.txt:
243 2011-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
245 Unreviewed, rolling out r80272.
246 http://trac.webkit.org/changeset/80272
247 https://bugs.webkit.org/show_bug.cgi?id=55700
249 the test are flaky (Requested by loislo_ on #webkit).
251 * http/tests/inspector/inspector-test.js:
252 (initialize_InspectorTest.InspectorTest.addObject):
253 * http/tests/inspector/protocol-test.js: Removed.
254 * inspector/protocol/runtime-agent-expected.txt: Removed.
255 * inspector/protocol/runtime-agent.html: Removed.
257 2011-03-03 Ilya Tikhonovsky <loislo@chromium.org>
259 Reviewed by Yury Semikhatsky.
261 Web Inspector: introduce a protocol test for RuntimeAgent API.
262 https://bugs.webkit.org/show_bug.cgi?id=55482
264 * http/tests/inspector/protocol-test.js: Added.
265 (initialize_ProtocolTest.InspectorTest.filterProps):
266 (initialize_ProtocolTest.InspectorTest._dumpStepResult):
267 (initialize_ProtocolTest.InspectorTest._runNextStep):
268 (initialize_ProtocolTest.InspectorTest.runProtocolTestSuite):
269 (initialize_ProtocolTest):
270 * inspector/protocol/runtime-agent-expected.txt: Added.
271 * inspector/protocol/runtime-agent.html: Added.
273 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
275 Reviewed by Mihai Parparita.
277 [Chromium] Snow Leopard rebaseline of media/video-layer-crash
278 http://code.google.com/p/chromium/issues/detail?id=60744
280 * platform/chromium-mac-leopard/media/video-layer-crash-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.checksum.
281 * platform/chromium-mac-leopard/media/video-layer-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.png.
282 * platform/chromium-mac/media/video-layer-crash-expected.checksum:
283 * platform/chromium-mac/media/video-layer-crash-expected.png:
285 2011-03-03 Victoria Kirst <vrk@google.com>
287 Reviewed by Eric Carlson.
289 Enable media tests in chromium-gpu/test_expectations
290 https://bugs.webkit.org/show_bug.cgi?id=53608
292 Suppressing the test failures until baselines are added.
294 * platform/chromium/test_expectations.txt:
296 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
298 Reviewed by Tony Gentilcore.
300 [Chromium] Revert the change in http/tests/media/video-referer.html
303 * platform/chromium/test_expectations.txt:
305 2011-03-03 Mihai Parparita <mihaip@chromium.org>
307 Unreviewed Chromium Snow Leopard rebaseline.
309 Rebaseline tables/mozilla/marvin/ tests for Snow Leopard. The current
310 expectations were just checksums, I also added their corresponding PNGs.
312 We can't use the mac/ baselines since we scale the raptor image
313 differently (most likely due to CG i386 vs. x86_64 differences, see
316 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum.
317 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
318 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum.
319 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
320 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum.
321 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
322 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum.
323 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
324 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum.
325 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
326 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum.
327 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
328 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum.
329 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
330 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum.
331 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.png: Added.
332 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum.
333 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
334 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum.
335 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
336 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum.
337 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
338 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum.
339 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
340 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum.
341 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
342 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum.
343 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
344 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum.
345 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
346 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum.
347 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.png: Added.
348 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum.
349 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
350 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum.
351 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
352 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum.
353 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
354 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum.
355 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
356 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum.
357 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
358 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum.
359 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
360 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum.
361 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
362 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum.
363 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
364 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum:
365 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
366 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum:
367 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
368 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum:
369 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
370 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum:
371 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
372 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum:
373 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
374 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum:
375 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
376 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum:
377 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
378 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum:
379 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png: Added.
380 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum:
381 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
382 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum:
383 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
384 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum:
385 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
386 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum:
387 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
388 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
389 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
390 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
391 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
392 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum:
393 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
394 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum:
395 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png: Added.
396 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum:
397 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
398 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum:
399 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
400 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum:
401 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
402 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum:
403 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
404 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum:
405 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
406 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum:
407 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
408 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum:
409 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
410 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum:
411 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
412 * platform/chromium/test_expectations.txt:
414 2011-03-03 Alexey Proskuryakov <ap@apple.com>
416 Reviewed by Darin Adler.
418 WebCore should check for "Upgrade" and "Connection" header fields in WebSockets handshake
419 https://bugs.webkit.org/show_bug.cgi?id=55498
420 <rdar://problem/8752706>
422 * http/tests/websocket/tests/handshake-fail-by-no-connection-header-expected.txt: Added.
423 * http/tests/websocket/tests/handshake-fail-by-no-connection-header.html: Added.
424 * http/tests/websocket/tests/handshake-fail-by-no-connection-header_wsh.py: Added.
425 * http/tests/websocket/tests/handshake-fail-by-no-upgrade-header-expected.txt: Added.
426 * http/tests/websocket/tests/handshake-fail-by-no-upgrade-header.html: Added.
427 * http/tests/websocket/tests/handshake-fail-by-no-upgrade-header_wsh.py: Added.
429 2011-03-03 Mihai Parparita <mihaip@chromium.org>
431 Unreviewed Chromium Snow Leopard rebaseline.
433 Rebaseline remaining editing/ tests for Snow Leopard. The current
434 expectations were just checksums, I also added their corresponding PNGs.
436 We can't use the mac/ baselines since we render selections differently.
438 * platform/chromium-mac-leopard/editing/selection/4402375-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/4402375-expected.checksum.
439 * platform/chromium-mac-leopard/editing/selection/4402375-expected.png: Added.
440 * platform/chromium-mac-leopard/editing/selection/image-before-linebreak-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/image-before-linebreak-expected.checksum.
441 * platform/chromium-mac-leopard/editing/selection/image-before-linebreak-expected.png: Added.
442 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-1-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.checksum.
443 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-1-expected.png: Added.
444 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-2-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.checksum.
445 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-2-expected.png: Added.
446 * platform/chromium-mac/editing/selection/4402375-expected.checksum:
447 * platform/chromium-mac/editing/selection/4402375-expected.png: Added.
448 * platform/chromium-mac/editing/selection/image-before-linebreak-expected.checksum:
449 * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png: Added.
450 * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.checksum:
451 * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png: Added.
452 * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.checksum:
453 * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png: Added.
454 * platform/chromium/test_expectations.txt:
456 2011-03-03 Helder Correia <helder@sencha.com>
458 Reviewed by Andreas Kling.
460 [Qt] fast/canvas/canvas-strokePath-gradient-shadow.html fails
461 https://bugs.webkit.org/show_bug.cgi?id=55651
463 When relying on ContextShadow and using a gradient stroke for a path,
464 the alpha of the shadow is incorrect.
466 * platform/qt/Skipped: Remove test from skipped list.
468 2011-03-03 Philippe Normand <pnormand@igalia.com>
470 Unreviewed, skip failing test on GTK. See bug 55682.
472 * platform/gtk/Skipped: Skip fast/images/support-broken-image-delegate.html
474 2011-03-03 Philippe Normand <pnormand@igalia.com>
476 Unreviewed, skip svg test failing on 32-bits Release, likely due
477 to a rounding error, see bug 39022.
478 * platform/gtk/Skipped:
480 2011-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
482 Reviewed by Martin Robinson.
484 [GTK] DRT needs implementation of EventSender.scheduleAsynchronousClick
485 https://bugs.webkit.org/show_bug.cgi?id=53960
487 * platform/gtk/Skipped: Unskip
488 fast/events/popup-blocking-click-in-iframe.html that passes now.
490 2011-03-03 Martin Robinson <mrobinson@igalia.com>
492 Unskipped one test that just needs platform-independent results (it
493 does not fail on GTK+) and one failure so that we can get a test diff
494 from it (not failing locally or when run manually on the bots).
496 2011-03-03 Philippe Normand <pnormand@igalia.com>
498 Unreviewed, skip failing test on GTK.
500 * platform/gtk/Skipped: Skip fast/canvas/rgba-parsing.html
502 2011-03-03 Philippe Normand <pnormand@igalia.com>
504 Unreviewed, GTK baselines for new tests.
506 * platform/gtk/fast/block/positioning/differing-writing-modes-expected.checksum: Added.
507 * platform/gtk/fast/block/positioning/differing-writing-modes-expected.png: Added.
508 * platform/gtk/fast/block/positioning/differing-writing-modes-expected.txt: Added.
509 * platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.checksum: Added.
510 * platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
511 * platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Added.
512 * platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.checksum: Added.
513 * platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Added.
514 * platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Added.
515 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
516 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
517 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
518 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
519 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
520 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
521 * platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.checksum: Added.
522 * platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Added.
523 * platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Added.
524 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
525 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
526 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
527 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
528 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
529 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
530 * platform/gtk/fast/ruby/base-shorter-than-text-expected.checksum: Added.
531 * platform/gtk/fast/ruby/base-shorter-than-text-expected.png: Added.
532 * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt: Added.
533 * platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
534 * platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
535 * platform/gtk/fast/table/table-and-parts-outline-expected.checksum: Added.
536 * platform/gtk/fast/table/table-and-parts-outline-expected.png: Added.
537 * platform/gtk/fast/table/table-and-parts-outline-expected.txt: Added.
538 * platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.checksum: Added.
539 * platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
540 * platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.txt: Added.
541 * platform/gtk/fast/viewport/viewport-91-expected.txt: Added.
542 * platform/gtk/fast/viewport/viewport-92-expected.txt: Added.
543 * platform/gtk/fast/viewport/viewport-93-expected.txt: Added.
544 * platform/gtk/fast/viewport/viewport-94-expected.txt: Added.
545 * platform/gtk/fast/viewport/viewport-95-expected.txt: Added.
546 * platform/gtk/fast/viewport/viewport-96-expected.txt: Added.
547 * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.checksum: Added.
548 * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
549 * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
550 * platform/gtk/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
551 * platform/gtk/svg/css/path-gradient-stroke-shadow-expected.png: Added.
552 * platform/gtk/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
553 * platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.checksum: Added.
554 * platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.png: Added.
555 * platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.txt: Added.
556 * platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.checksum: Added.
557 * platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.png: Added.
558 * platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.txt: Added.
560 2011-03-03 Andras Becsi <abecsi@webkit.org>
562 Reviewed by Andreas Kling.
564 CSS RGBA fast-path color parsing should clamp of out-of-range alpha values
565 https://bugs.webkit.org/show_bug.cgi?id=55661
567 Test case originally written by Andreas Kling <andreas.kling@nokia.com>
569 Add a test of rgba() color parsing for the edge cases.
571 * fast/canvas/rgba-parsing-expected.txt: Added.
572 * fast/canvas/rgba-parsing.html: Added.
573 * fast/canvas/script-tests/rgba-parsing.js: Added.
576 2011-03-03 Yury Semikhatsky <yurys@chromium.org>
578 Reviewed by Pavel Feldman.
580 Web Inspector: inspector protocol should allow different domains to have methods with same name
581 https://bugs.webkit.org/show_bug.cgi?id=55558
583 * inspector/report-protocol-errors-expected.txt:
584 * inspector/report-protocol-errors.html:
586 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
588 Reviewed by David Levin.
590 [Chromium] Remove non-flaky tests and update bugs/comments in
591 media related layout tests in test expectation
593 * platform/chromium/test_expectations.txt:
595 2011-03-03 Jia Pu <jpu@apple.com>
597 Reviewed by Darin Adler.
599 On Mac OS X, spelling suggestion panel stops showing up after change set 80121
600 https://bugs.webkit.org/show_bug.cgi?id=55628
602 Rebaselined tests affected by changeset 80121.
604 * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
605 * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
606 * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
607 * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
608 * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
609 * platform/mac/editing/spelling/click-autocorrected-word-expected.txt:
610 * platform/mac/editing/spelling/click-autocorrected-word.html:
611 * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
612 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.checksum:
613 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png:
614 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt:
615 * platform/mac/editing/spelling/delete-into-autocorrected-word.html:
616 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.checksum:
617 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png:
618 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt:
619 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html:
620 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.checksum:
621 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png:
622 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt:
623 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html:
624 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.checksum:
625 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png:
626 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt:
627 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html:
628 * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
630 2011-03-03 Pavel Podivilov <podivilov@chromium.org>
632 Reviewed by Pavel Feldman.
634 Web Inspector: rename "sourceName" to "sourceFileId" in ScriptsPanel.js.
635 https://bugs.webkit.org/show_bug.cgi?id=55569
637 * inspector/debugger/scripts-panel.html:
639 2011-03-03 Jeremy Moskovich <jeremy@chromium.org>
641 Reviewed by Dimitri Glazkov.
643 Convert offsetLeft-offsetTop-borders.html to dumpAsText()
644 https://bugs.webkit.org/show_bug.cgi?id=55612
646 This test outputs the values of offsetLeft/offsetTop for portions
647 of the DOM. It appears it would do just as well as a text-based test.
649 * fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Added.
650 * fast/block/positioning/offsetLeft-offsetTop-borders.html:
651 * platform/chromium-linux/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
652 * platform/chromium-linux/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
653 * platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
654 * platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
655 * platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
656 * platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
657 * platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
658 * platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
659 * platform/mac-leopard/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
660 * platform/mac-leopard/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
661 * platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
662 * platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
663 * platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
664 * platform/qt/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
666 2011-03-03 Peter Kasting <pkasting@google.com>
668 Reviewed by James Robinson.
670 Drop redundant "Windows; " from the Windows-specific User Agent string.
671 https://bugs.webkit.org/show_bug.cgi?id=54567
673 * http/tests/navigation/useragent-expected.txt:
674 * http/tests/navigation/useragent.php:
676 2011-03-03 Peter Varga <pvarga@webkit.org>
678 Reviewed by Oliver Hunt.
680 Begin Characters Optimization Causes YARR Interpreter Errors
681 https://bugs.webkit.org/show_bug.cgi?id=55479
683 The addBeginTerm function is removed because it doesn't correctly handle those
684 cases when an "invalid" term has been
685 collected (e.g. CharacterClass). Move the removed function to the
686 setupAlternativeBeginTerms method's switch-case
687 where the non-allowed cases are correctly handled.
689 Reenable the Beginning Character Optimization in the YARR Interpreter again.
691 * fast/js/regexp-alternatives-expected.txt: Added.
692 * fast/js/regexp-alternatives.html: Added.
693 * fast/js/script-tests/regexp-alternatives.js: Added.
695 2011-03-03 Philippe Normand <pnormand@igalia.com>
697 Unreviewed, unskip tests fixed by r80214 on GTK.
699 * platform/gtk/Skipped:
701 2011-03-03 Mario Sanchez Prada <msanchez@igalia.com>
703 Reviewed by Martin Robinson.
705 [GTK] Combo boxes should emit object:selection-changed even when collapsed
706 https://bugs.webkit.org/show_bug.cgi?id=53146
708 New GTK-specific layout test to check the right signals are emitted.
710 * platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Added.
711 * platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Added.
713 2011-03-02 Mihai Parparita <mihaip@chromium.org>
715 Unreviewed Chromium Snow Leopard baseline update
717 With the exception of fast/repaint/select-option-background-color.html
718 and fast/repaint/slider-thumb-drag-release.html (which didn't have any
719 SL baselines at all), this was updating of baselines after r78846.
721 * platform/chromium-mac-leopard/fast/repaint/select-option-background-color-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum.
722 * platform/chromium-mac-leopard/fast/repaint/select-option-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/repaint/select-option-background-color-expected.png.
723 * platform/chromium-mac-leopard/fast/repaint/slider-thumb-drag-release-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum.
724 * platform/chromium-mac-leopard/fast/repaint/slider-thumb-drag-release-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png.
725 * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.checksum:
726 * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png:
727 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
728 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
729 * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.checksum:
730 * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.png:
731 * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.checksum:
732 * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.png:
733 * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.checksum:
734 * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.png:
735 * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.checksum:
736 * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.png:
737 * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.checksum:
738 * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.png:
739 * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.checksum:
740 * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.png:
741 * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.checksum:
742 * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.png:
743 * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.checksum:
744 * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.png:
745 * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.checksum:
746 * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.png:
747 * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.checksum:
748 * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.png:
749 * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum:
750 * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
751 * platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum:
752 * platform/chromium-mac/fast/repaint/select-option-background-color-expected.png:
753 * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum:
754 * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png:
755 * platform/chromium/test_expectations.txt:
757 2011-03-02 Fumitoshi Ukai <ukai@chromium.org>
759 Unreviewed Chromium expectations update
761 Mark http/tests/cache/subresource-expiration-*.html as SLOW on Win
763 * platform/chromium/test_expectations.txt:
765 2011-03-02 Mihai Parparita <mihaip@chromium.org>
767 Unreviewed Chromium expectations update
769 Clean up svg/ expectations (there were some non-test files with
770 expectations, as well as a couple of tests that have never failed).
772 * platform/chromium/test_expectations.txt:
774 2011-03-02 Yury Semikhatsky <yurys@chromium.org>
776 Reviewed by Pavel Feldman.
778 Web Inspector: break down InspectorFrontend into domain-specific classes
779 https://bugs.webkit.org/show_bug.cgi?id=55584
781 * inspector/elements/elements-panel-search.html:
783 2011-03-02 Mihai Parparita <mihaip@chromium.org>
785 Reviewed by Tony Gentilcore.
787 Split up http/tests/cache/subresource-expiration.html so it stops timing out
788 https://bugs.webkit.org/show_bug.cgi?id=55639
790 http/tests/cache/subresource-expiration.html does a lot of sequential
791 loads, some with delays in between them. This seems unavoidable, so
792 to make the test less likely to time out (especially on debug bots),
793 the test cases are split across two tests.
795 * http/tests/cache/subresource-expiration-1-expected.txt: Added.
796 * http/tests/cache/subresource-expiration-1.html: Added.
797 * http/tests/cache/subresource-expiration-2-expected.txt: Added.
798 * http/tests/cache/subresource-expiration-2.html: Added.
799 * http/tests/cache/subresource-expiration-expected.txt: Removed.
800 * http/tests/cache/subresource-expiration.html: Removed.
801 * platform/chromium/test_expectations.txt:
802 * platform/mac-wk2/Skipped:
803 * platform/mac/test_expectations.txt:
804 * platform/qt-wk2/Skipped:
805 * platform/win/Skipped:
807 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
809 Unreviewed expectations update
811 [chromium] xss-ALLOWED-from-javascript-url-sub-frame-to-javascript-url-sub-frame.html is crashy
812 https://bugs.webkit.org/show_bug.cgi?id=55634
814 * platform/chromium/test_expectations.txt:
816 2011-03-02 Mihai Parparita <mihaip@chromium.org>
818 Unreviewed Chromium expectations update.
820 Mark the other compositing/ directory as expected to fail on Leopard.
822 * platform/chromium/test_expectations.txt:
824 2011-03-02 David Grogan <dgrogan@chromium.org>
826 Reviewed by Jeremy Orlow.
828 IndexedDB: fire versionchange events when calling setVersion
829 https://bugs.webkit.org/show_bug.cgi?id=55095
831 * storage/indexeddb/set_version_queue-expected.txt:
832 * storage/indexeddb/set_version_queue.html:
834 2011-03-02 Sheriff Bot <webkit.review.bot@gmail.com>
836 Unreviewed, rolling out r80139.
837 http://trac.webkit.org/changeset/80139
838 https://bugs.webkit.org/show_bug.cgi?id=55620
840 failing and crashing tests on Snow Leopard bot (Requested by
843 * fast/dom/Geolocation/iframe-reparent-expected.txt: Removed.
844 * fast/dom/Geolocation/iframe-reparent.html: Removed.
845 * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Removed.
846 * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Removed.
847 * fast/dom/Geolocation/resources/iframe-reparent-page-iframe.html: Removed.
848 * fast/dom/Geolocation/resources/iframe-reparent-page.html: Removed.
849 * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Removed.
850 * fast/dom/Geolocation/script-tests/iframe-reparent.js: Removed.
851 * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Removed.
852 * platform/gtk/Skipped:
853 * platform/qt-wk2/Skipped:
854 * platform/qt/Skipped:
856 2011-03-02 Mihai Parparita <mihaip@chromium.org>
858 Unreviewed Chromium expectations update.
860 compositing/geometry/object-clip-rects-assertion.html no longer times
861 out on the Mac (was just a bad bot).
863 * platform/chromium/test_expectations.txt:
865 2011-03-02 Mihai Parparita <mihaip@chromium.org>
867 Unreviewed expectations update.
869 Promote expectations for fast/table/table-and-parts-outline.html and
870 svg/css/path-gradient-stroke-shadow.svg from chromium-mac/ to
871 mac-leopard/ so that 1) the test passes on mac-leopard 2) the test
872 on chromium-mac-snowlopard (which will now use the mac/ baselines).
874 * platform/mac-leopard/fast/table/table-and-parts-outline-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/table/table-and-parts-outline-expected.checksum.
875 * platform/mac-leopard/fast/table/table-and-parts-outline-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/table-and-parts-outline-expected.png.
876 * platform/mac-leopard/svg/css/path-gradient-stroke-shadow-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.checksum.
877 * platform/mac-leopard/svg/css/path-gradient-stroke-shadow-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.png.
879 2011-02-28 Jeremy Orlow <jorlow@chromium.org>
881 Reviewed by James Robinson.
883 Split IDBCursor.value into IDBCursor.primaryKey and IDBCursor.value
884 https://bugs.webkit.org/show_bug.cgi?id=55443
886 * storage/indexeddb/cursor-delete-expected.txt:
887 * storage/indexeddb/cursor-index-delete-expected.txt:
888 * storage/indexeddb/cursor-update-expected.txt:
889 * storage/indexeddb/cursor-update.html:
890 * storage/indexeddb/duplicates-expected.txt:
891 * storage/indexeddb/duplicates.html:
892 * storage/indexeddb/index-basics-expected.txt:
893 * storage/indexeddb/index-basics.html:
894 * storage/indexeddb/index-cursor-expected.txt:
895 * storage/indexeddb/index-cursor.html:
897 2011-03-02 Martin Robinson <mrobinson@igalia.com>
899 Update GTK+ baselines after r80151.
901 * platform/gtk/fast/css-generated-content/005-expected.txt:
902 * platform/gtk/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
903 * platform/gtk/fast/css-generated-content/no-openclose-quote-expected.txt:
904 * platform/gtk/fast/invalid/residual-style-expected.txt:
906 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
908 Unreviewed expectations update
910 [chromium] plugins/embed-attributes-setting.html is crashy
911 https://bugs.webkit.org/show_bug.cgi?id=55616
913 * platform/chromium/test_expectations.txt:
915 2011-03-02 Mihai Parparita <mihaip@chromium.org>
917 Unreviewed Chromium expectations update.
919 Remove chromium-gpu-mac/ text expectations mistakenly added by r80163
920 (tests should pass with mac/ expectations).
922 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.txt: Removed.
923 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.txt: Removed.
924 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.txt: Removed.
925 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.txt: Removed.
926 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
927 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.txt: Removed.
928 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.txt: Removed.
929 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.txt: Removed.
931 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
933 Unreviewed expectations update
935 [chromium] Expectations update
936 https://bugs.webkit.org/show_bug.cgi?id=55615
938 * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
939 * platform/chromium-linux/fast/repaint/control-clip-expected.png:
940 * platform/chromium-win/fast/repaint/control-clip-expected.checksum:
941 * platform/chromium-win/fast/repaint/control-clip-expected.png:
943 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
945 Unreviewed expectations update
947 [chromium] Expectations to match r80157
948 https://bugs.webkit.org/show_bug.cgi?id=55613
950 * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
951 * platform/chromium-win/fast/invalid/residual-style-expected.txt:
953 2011-03-02 Mihai Parparita <mihaip@chromium.org>
955 Unreviewed Chromium expectations update.
957 Rebaseline Chromium GPU results for Snow Leopard.
959 * platform/chromium-gpu-mac/compositing/animation/state-at-end-event-transform-layer-expected.checksum: Added.
960 * platform/chromium-gpu-mac/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
961 * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum:
962 * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
963 * platform/chromium-gpu-mac/compositing/compositing-visible-descendant-expected.checksum: Added.
964 * platform/chromium-gpu-mac/compositing/compositing-visible-descendant-expected.png: Added.
965 * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.checksum: Added.
966 * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.png: Added.
967 * platform/chromium-gpu-mac/compositing/generated-content-expected.checksum: Added.
968 * platform/chromium-gpu-mac/compositing/generated-content-expected.png: Added.
969 * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.checksum:
970 * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
971 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.checksum:
972 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.png:
973 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.txt: Added.
974 * platform/chromium-gpu-mac/compositing/geometry/clipping-foreground-expected.checksum: Added.
975 * platform/chromium-gpu-mac/compositing/geometry/clipping-foreground-expected.png: Added.
976 * platform/chromium-gpu-mac/compositing/geometry/fixed-in-composited-expected.checksum: Added.
977 * platform/chromium-gpu-mac/compositing/geometry/fixed-in-composited-expected.png: Added.
978 * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.checksum: Added.
979 * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png: Added.
980 * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.checksum: Added.
981 * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
982 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
983 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
984 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
985 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
986 * platform/chromium-gpu-mac/compositing/geometry/outline-change-expected.checksum: Added.
987 * platform/chromium-gpu-mac/compositing/geometry/outline-change-expected.png: Added.
988 * platform/chromium-gpu-mac/compositing/geometry/partial-layout-update-expected.checksum: Added.
989 * platform/chromium-gpu-mac/compositing/geometry/partial-layout-update-expected.png: Added.
990 * platform/chromium-gpu-mac/compositing/geometry/root-layer-update-expected.checksum: Added.
991 * platform/chromium-gpu-mac/compositing/geometry/root-layer-update-expected.png: Added.
992 * platform/chromium-gpu-mac/compositing/geometry/tall-page-composited-expected.checksum: Added.
993 * platform/chromium-gpu-mac/compositing/geometry/tall-page-composited-expected.png: Added.
994 * platform/chromium-gpu-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.checksum: Added.
995 * platform/chromium-gpu-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
996 * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.checksum: Added.
997 * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png: Added.
998 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.checksum:
999 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.png:
1000 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
1001 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.checksum:
1002 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.png:
1003 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.txt: Added.
1004 * platform/chromium-gpu-mac/compositing/iframes/composited-iframe-scroll-expected.checksum: Added.
1005 * platform/chromium-gpu-mac/compositing/iframes/composited-iframe-scroll-expected.png: Added.
1006 * platform/chromium-gpu-mac/compositing/iframes/iframe-content-flipping-expected.checksum: Added.
1007 * platform/chromium-gpu-mac/compositing/iframes/iframe-content-flipping-expected.png: Added.
1008 * platform/chromium-gpu-mac/compositing/iframes/iframe-copy-on-scroll-expected.checksum: Added.
1009 * platform/chromium-gpu-mac/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
1010 * platform/chromium-gpu-mac/compositing/iframes/iframe-in-composited-layer-expected.checksum: Added.
1011 * platform/chromium-gpu-mac/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
1012 * platform/chromium-gpu-mac/compositing/images/direct-image-background-color-expected.checksum: Added.
1013 * platform/chromium-gpu-mac/compositing/images/direct-image-background-color-expected.png: Added.
1014 * platform/chromium-gpu-mac/compositing/images/direct-svg-image-expected.checksum: Added.
1015 * platform/chromium-gpu-mac/compositing/images/direct-svg-image-expected.png: Added.
1016 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.checksum:
1017 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.png:
1018 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.txt: Added.
1019 * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.checksum:
1020 * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.png:
1021 * platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.checksum:
1022 * platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.png:
1023 * platform/chromium-gpu-mac/compositing/masks/multiple-masks-expected.checksum: Added.
1024 * platform/chromium-gpu-mac/compositing/masks/multiple-masks-expected.png: Added.
1025 * platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.checksum:
1026 * platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.png:
1027 * platform/chromium-gpu-mac/compositing/overflow/ancestor-overflow-expected.checksum: Added.
1028 * platform/chromium-gpu-mac/compositing/overflow/ancestor-overflow-expected.png: Added.
1029 * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
1030 * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1031 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.checksum:
1032 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
1033 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
1034 * platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.checksum: Added.
1035 * platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.png: Added.
1036 * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.checksum:
1037 * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.png:
1038 * platform/chromium-gpu-mac/compositing/overflow/parent-overflow-expected.checksum: Added.
1039 * platform/chromium-gpu-mac/compositing/overflow/parent-overflow-expected.png: Added.
1040 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.checksum:
1041 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.png:
1042 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
1043 * platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.checksum: Added.
1044 * platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.png: Added.
1045 * platform/chromium-gpu-mac/compositing/overflow/zero-size-overflow-expected.checksum: Added.
1046 * platform/chromium-gpu-mac/compositing/overflow/zero-size-overflow-expected.png: Added.
1047 * platform/chromium-gpu-mac/compositing/reflections/animation-inside-reflection-expected.checksum: Added.
1048 * platform/chromium-gpu-mac/compositing/reflections/animation-inside-reflection-expected.png: Added.
1049 * platform/chromium-gpu-mac/compositing/reflections/backface-hidden-reflection-expected.checksum: Added.
1050 * platform/chromium-gpu-mac/compositing/reflections/backface-hidden-reflection-expected.png: Added.
1051 * platform/chromium-gpu-mac/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added.
1052 * platform/chromium-gpu-mac/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
1053 * platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.checksum:
1054 * platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.png:
1055 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.checksum:
1056 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.png:
1057 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.txt: Added.
1058 * platform/chromium-gpu-mac/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added.
1059 * platform/chromium-gpu-mac/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
1060 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-animated-expected.checksum: Added.
1061 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-animated-expected.png: Added.
1062 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-expected.checksum: Added.
1063 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-expected.png: Added.
1064 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added.
1065 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
1066 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added.
1067 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-on-overflow-expected.png: Added.
1068 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-opacity-expected.checksum: Added.
1069 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-opacity-expected.png: Added.
1070 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-size-change-expected.checksum: Added.
1071 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-size-change-expected.png: Added.
1072 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed-expected.checksum: Added.
1073 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed-expected.png: Added.
1074 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added.
1075 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
1076 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.checksum: Added.
1077 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.png: Added.
1078 * platform/chromium-gpu-mac/compositing/reflections/reflection-in-composited-expected.checksum: Added.
1079 * platform/chromium-gpu-mac/compositing/reflections/reflection-in-composited-expected.png: Added.
1080 * platform/chromium-gpu-mac/compositing/reflections/reflection-on-composited-expected.checksum: Added.
1081 * platform/chromium-gpu-mac/compositing/reflections/reflection-on-composited-expected.png: Added.
1082 * platform/chromium-gpu-mac/compositing/reflections/reflection-ordering-expected.checksum: Added.
1083 * platform/chromium-gpu-mac/compositing/reflections/reflection-ordering-expected.png: Added.
1084 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning-expected.checksum: Added.
1085 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning-expected.png: Added.
1086 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning2-expected.checksum: Added.
1087 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning2-expected.png: Added.
1088 * platform/chromium-gpu-mac/compositing/reflections/remove-add-reflection-expected.checksum: Added.
1089 * platform/chromium-gpu-mac/compositing/reflections/remove-add-reflection-expected.png: Added.
1090 * platform/chromium-gpu-mac/compositing/reflections/simple-composited-reflections-expected.checksum: Added.
1091 * platform/chromium-gpu-mac/compositing/reflections/simple-composited-reflections-expected.png: Added.
1092 * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.checksum: Added.
1093 * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.png: Added.
1094 * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.checksum:
1095 * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.png:
1096 * platform/chromium-gpu-mac/compositing/repaint/content-into-overflow-expected.checksum: Added.
1097 * platform/chromium-gpu-mac/compositing/repaint/content-into-overflow-expected.png: Added.
1098 * platform/chromium-gpu-mac/compositing/repaint/layer-repaint-expected.checksum: Added.
1099 * platform/chromium-gpu-mac/compositing/repaint/layer-repaint-expected.png: Added.
1100 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute-expected.checksum: Added.
1101 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute-expected.png: Added.
1102 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.checksum:
1103 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.png:
1104 * platform/chromium-gpu-mac/compositing/repaint/overflow-into-content-expected.checksum: Added.
1105 * platform/chromium-gpu-mac/compositing/repaint/overflow-into-content-expected.png: Added.
1106 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.checksum:
1107 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.png:
1108 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.txt: Added.
1109 * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.checksum:
1110 * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
1111 * platform/chromium-gpu-mac/compositing/sibling-positioning-expected.checksum: Added.
1112 * platform/chromium-gpu-mac/compositing/sibling-positioning-expected.png: Added.
1113 * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum:
1114 * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png:
1115 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.checksum:
1116 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
1117 * platform/chromium-gpu-mac/compositing/transitions/singular-scale-transition-expected.checksum: Added.
1118 * platform/chromium-gpu-mac/compositing/transitions/singular-scale-transition-expected.png: Added.
1119 * platform/chromium-gpu-mac/compositing/webgl/webgl-reflection-expected.checksum: Added.
1120 * platform/chromium-gpu-mac/compositing/webgl/webgl-reflection-expected.png: Added.
1121 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.checksum:
1122 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
1123 * platform/chromium/test_expectations.txt:
1125 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
1127 Unreviewed expectations update.
1129 [chromium] Update expectations to match those in r80151
1130 https://bugs.webkit.org/show_bug.cgi?id=55610
1132 * platform/chromium-win/fast/css-generated-content/005-expected.txt:
1133 * platform/chromium-win/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
1134 * platform/chromium-win/fast/css-generated-content/no-openclose-quote-expected.txt:
1136 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
1138 Unreviewed expectations
1140 Updating expectations after r80151
1141 https://bugs.webkit.org/show_bug.cgi?id=55601
1143 * platform/mac/fast/invalid/residual-style-expected.txt:
1145 2011-03-02 Mihai Parparita <mihaip@chromium.org>
1147 Unreviewed expectations update.
1149 Add more Snow Leopard-only flakiness.
1151 * platform/chromium/test_expectations.txt:
1153 2011-03-02 Carol Szabo <carol.szabo@nokia.com>
1155 Reviewed by David Hyatt <hyatt@apple.com>
1157 content property doesn't support quotes
1158 https://bugs.webkit.org/show_bug.cgi?id=6503
1160 Added new tests for quotes. Fixed a few afected expected results.
1162 * fast/css/content/content-quotes-01-expected.txt: Added.
1163 * fast/css/content/content-quotes-01.html: Added.
1164 * fast/css/content/content-quotes-02-expected.txt: Added.
1165 * fast/css/content/content-quotes-02.html: Added.
1166 * fast/css/content/content-quotes-03-expected.txt: Added.
1167 * fast/css/content/content-quotes-03.html: Added.
1168 * fast/css/content/content-quotes-04-expected.txt: Added.
1169 * fast/css/content/content-quotes-04.html: Added.
1170 * fast/css/content/content-quotes-05-expected.txt: Added.
1171 * fast/css/content/content-quotes-05.html: Added.
1172 * fast/css/content/content-quotes-06-expected.txt: Added.
1173 * fast/css/content/content-quotes-06.html: Added.
1174 * platform/mac/fast/css-generated-content/005-expected.txt:
1175 * platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
1176 * platform/mac/fast/css-generated-content/no-openclose-quote-expected.txt:
1177 * platform/qt/fast/css-generated-content/005-expected.txt:
1178 * platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
1179 * platform/qt/fast/css-generated-content/no-openclose-quote-expected.txt:
1181 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
1183 Unreviewed expectations update
1185 [chromium] svg/text/font-size-below-point-five.svg doesn't pass on mac release
1186 https://bugs.webkit.org/show_bug.cgi?id=55593
1188 * platform/chromium/test_expectations.txt:
1190 2011-03-02 Sergey Glazunov <serg.glazunov@gmail.com>
1192 Reviewed by Dimitri Glazkov.
1194 A WebKitCSSKeyframesRule object should set itself as the parent for inserted rules
1195 https://bugs.webkit.org/show_bug.cgi?id=55488
1197 * fast/css/css-keyframe-parent-expected.txt: Added.
1198 * fast/css/css-keyframe-parent.html: Added.
1200 2011-03-02 Adam Roben <aroben@apple.com>
1202 Add some new tests to the WebKit2 Skipped file
1204 * platform/mac-wk2/Skipped:
1206 2011-02-16 John Knottenbelt <jknotten@chromium.org>
1208 Reviewed by Dmitry Titov.
1210 Detach Geolocation from Frame when Page destroyed.
1211 https://bugs.webkit.org/show_bug.cgi?id=52877
1213 Ensure that all geolocation permission requests are cancelled
1214 when the page is detached from its frame.
1216 * fast/dom/Geolocation/iframe-reparent-expected.txt: Added.
1217 * fast/dom/Geolocation/iframe-reparent.html: Added.
1218 * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Added.
1219 * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Added.
1220 * fast/dom/Geolocation/resources/iframe-reparent-page-iframe.html: Added.
1221 * fast/dom/Geolocation/resources/iframe-reparent-page.html: Added.
1222 * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Added.
1223 * fast/dom/Geolocation/script-tests/iframe-reparent.js: Added.
1226 (secondWatchUpdate):
1230 * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Added.
1231 * platform/gtk/Skipped:
1232 * platform/qt-wk2/Skipped:
1233 * platform/qt/Skipped:
1235 2011-03-02 Martin Maly <mmaly@chromium.org>
1237 Reviewed by Dimitri Glazkov.
1239 [Chromium] Expectation updates for strict mode V8 features.
1240 https://bugs.webkit.org/show_bug.cgi?id=55538
1242 * platform/chromium/fast/js/mozilla/strict/15.10.7-expected.txt: Added.
1243 * platform/chromium/fast/js/mozilla/strict/15.3.5.1-expected.txt: Added.
1244 * platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt: Added.
1245 * platform/chromium/test_expectations.txt:
1247 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
1249 Yet another unreviewed Chromium rebaselines for r80121.
1251 * platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
1253 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
1255 Another unreviewed Chromium rebaselines for r80121.
1257 * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt: Added.
1258 * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
1259 * platform/chromium/test_expectations.txt:
1261 2011-03-02 Adam Roben <aroben@apple.com>
1263 Skip a crashing test on Windows
1265 <http://webkit.org/b/55069> tracks the failure.
1267 * platform/win/Skipped: Added fast/text/international/text-combine-parser-test.html.
1269 2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
1273 Assertion failure after removing a selection in keydown handler
1274 https://bugs.webkit.org/show_bug.cgi?id=51389
1276 Remove unnecessary Qt specific expected result.
1278 * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Removed.
1280 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
1282 Unreviewed Chromium rebaselines for r80121; Added the failing expectation for
1283 editing/input/setting-input-value-cancel-ime-composition.html due to the bug 55560.
1285 * platform/chromium/test_expectations.txt:
1286 * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.txt: Updated.
1287 * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.txt: Ditto.
1288 * platform/chromium-win/editing/ [...]: Ditto.
1290 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
1292 Unreviewed GTK rebaselines for r80121; Also skip editing/input/setting-input-value-cancel-ime-composition.html
1293 because GTK port doesn't implement textInputController.hasMarkedText().
1295 * platform/gtk/Skipped:
1296 * platform/gtk/editing/ [...]: Updated.
1297 * platform/gtk/fast/dom/delete-contents-expected.txt: Ditto.
1299 2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
1303 Assertion failure after removing a selection in keydown handler
1304 https://bugs.webkit.org/show_bug.cgi?id=51389
1306 Update Qt specific expected results after r80121.
1308 * platform/qt/Skipped: Add editing/input/setting-input-value-cancel-ime-composition.html because of missing feature.
1309 * platform/qt/editing/ [...] : Updated.
1311 2011-03-02 Adam Roben <aroben@apple.com>
1313 Skip new test added in r80121 on Windows
1315 It depends on textInputController, which DRT doesn't have on Windows.
1317 * platform/win/Skipped: Added editing/input/setting-input-value-cancel-ime-composition.html.
1319 2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
1321 Reviewed by Darin Adler.
1323 Assertion failure after removing a selection in keydown handler
1324 https://bugs.webkit.org/show_bug.cgi?id=51389
1326 Added tests to ensure WebKit updates offset properly when deleting date
1327 to editing/selection/character-data-mutation.html.
1329 Added a test to ensure WebKit clears composition marks inside an input
1330 element when the value is set programatically.
1332 Many tests are rebaselined due to selection changed caused by the patch
1333 and additional respondToChangedSelection calls.
1335 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1336 * editing/deleting/delete-by-word-001-expected.txt:
1337 * editing/deleting/delete-by-word-002-expected.txt:
1338 * editing/deleting/delete-ligature-001-expected.txt:
1339 * editing/deleting/delete-ligature-002-expected.txt:
1340 * editing/deleting/delete-ligature-003-expected.txt:
1341 * editing/deleting/pruning-after-merge-1-expected.txt:
1342 * editing/deleting/skip-virama-001-expected.txt:
1343 * editing/execCommand/createLink-expected.txt:
1344 * editing/execCommand/hilitecolor-expected.txt:
1345 * editing/execCommand/outdent-nested-lists-1-expected.txt:
1346 * editing/execCommand/unlink-expected.txt:
1347 * editing/input/setting-input-value-cancel-ime-composition-expected.txt: Added.
1348 * editing/input/setting-input-value-cancel-ime-composition.html: Added.
1349 * editing/inserting/insert-thai-characters-001-expected.txt:
1350 * editing/pasteboard/copy-in-password-field-expected.txt:
1351 * editing/pasteboard/paste-into-anchor-text-expected.txt:
1352 * editing/selection/character-data-mutation-expected.txt:
1353 * editing/selection/character-data-mutation.html:
1354 * editing/style/remove-underline-from-stylesheet-expected.txt:
1355 * editing/style/style-3690704-fix-expected.txt:
1356 * editing/style/typing-style-003-expected.txt:
1357 * editing/undo/redo-style-expected.txt:
1358 * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:
1359 * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1360 * platform/mac/editing/deleting/delete-3608430-fix-expected.txt:
1361 * platform/mac/editing/deleting/delete-3608445-fix-expected.txt:
1362 * platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
1363 * platform/mac/editing/deleting/delete-3775172-fix-expected.txt:
1364 * platform/mac/editing/deleting/delete-3800834-fix-expected.txt:
1365 * platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
1366 * platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
1367 * platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
1368 * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
1369 * platform/mac/editing/deleting/delete-and-undo-expected.txt:
1370 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
1371 * platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
1372 * platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
1373 * platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
1374 * platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
1375 * platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
1376 * platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
1377 * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
1378 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
1379 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
1380 * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
1381 * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
1382 * platform/mac/editing/deleting/delete-block-table-expected.txt:
1383 * platform/mac/editing/deleting/delete-br-007-expected.txt:
1384 * platform/mac/editing/deleting/delete-character-001-expected.txt:
1385 * platform/mac/editing/deleting/delete-hr-expected.txt:
1386 * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
1387 * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
1388 * platform/mac/editing/deleting/delete-listitem-001-expected.txt:
1389 * platform/mac/editing/deleting/delete-listitem-002-expected.txt:
1390 * platform/mac/editing/deleting/delete-selection-001-expected.txt:
1391 * platform/mac/editing/deleting/delete-tab-001-expected.txt:
1392 * platform/mac/editing/deleting/delete-tab-002-expected.txt:
1393 * platform/mac/editing/deleting/delete-tab-003-expected.txt:
1394 * platform/mac/editing/deleting/delete-tab-004-expected.txt:
1395 * platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
1396 * platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
1397 * platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt:
1398 * platform/mac/editing/deleting/delete-ws-fixup-003-expected.txt:
1399 * platform/mac/editing/deleting/delete-ws-fixup-004-expected.txt:
1400 * platform/mac/editing/deleting/forward-delete-expected.txt:
1401 * platform/mac/editing/deleting/list-item-1-expected.txt:
1402 * platform/mac/editing/deleting/paragraph-in-preserveNewline-expected.txt:
1403 * platform/mac/editing/deleting/whitespace-pre-1-expected.txt:
1404 * platform/mac/editing/execCommand/find-after-replace-expected.txt:
1405 * platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
1406 * platform/mac/editing/execCommand/paste-1-expected.txt:
1407 * platform/mac/editing/execCommand/paste-2-expected.txt:
1408 * platform/mac/editing/input/5576619-expected.txt:
1409 * platform/mac/editing/input/emacs-ctrl-o-expected.txt:
1410 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
1411 * platform/mac/editing/input/text-input-controller-expected.txt:
1412 * platform/mac/editing/inserting/4278698-expected.txt:
1413 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
1414 * platform/mac/editing/inserting/insert-3654864-fix-expected.txt:
1415 * platform/mac/editing/inserting/insert-3851164-fix-expected.txt:
1416 * platform/mac/editing/inserting/insert-after-delete-001-expected.txt:
1417 * platform/mac/editing/inserting/insert-br-003-expected.txt:
1418 * platform/mac/editing/inserting/insert-br-006-expected.txt:
1419 * platform/mac/editing/inserting/insert-br-007-expected.txt:
1420 * platform/mac/editing/inserting/insert-br-008-expected.txt:
1421 * platform/mac/editing/inserting/insert-br-009-expected.txt:
1422 * platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt:
1423 * platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1424 * platform/mac/editing/inserting/insert-div-003-expected.txt:
1425 * platform/mac/editing/inserting/insert-div-006-expected.txt:
1426 * platform/mac/editing/inserting/insert-div-007-expected.txt:
1427 * platform/mac/editing/inserting/insert-div-008-expected.txt:
1428 * platform/mac/editing/inserting/insert-div-024-expected.txt:
1429 * platform/mac/editing/inserting/insert-div-025-expected.txt:
1430 * platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt:
1431 * platform/mac/editing/inserting/insert-tab-003-expected.txt:
1432 * platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
1433 * platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt:
1434 * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
1435 * platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
1436 * platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
1437 * platform/mac/editing/inserting/redo-expected.txt:
1438 * platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
1439 * platform/mac/editing/inserting/typing-001-expected.txt:
1440 * platform/mac/editing/inserting/typing-002-expected.txt:
1441 * platform/mac/editing/inserting/typing-003-expected.txt:
1442 * platform/mac/editing/inserting/typing-around-br-001-expected.txt:
1443 * platform/mac/editing/inserting/typing-around-image-001-expected.txt:
1444 * platform/mac/editing/pasteboard/4076267-2-expected.txt:
1445 * platform/mac/editing/pasteboard/4076267-3-expected.txt:
1446 * platform/mac/editing/pasteboard/4076267-expected.txt:
1447 * platform/mac/editing/pasteboard/4700297-expected.txt:
1448 * platform/mac/editing/pasteboard/8145-3-expected.txt:
1449 * platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
1450 * platform/mac/editing/pasteboard/cut-text-001-expected.txt:
1451 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
1452 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
1453 * platform/mac/editing/pasteboard/interchange-newline-1-expected.txt:
1454 * platform/mac/editing/pasteboard/interchange-newline-2-expected.txt:
1455 * platform/mac/editing/pasteboard/merge-end-1-expected.txt:
1456 * platform/mac/editing/pasteboard/merge-end-2-expected.txt:
1457 * platform/mac/editing/pasteboard/merge-end-3-expected.txt:
1458 * platform/mac/editing/pasteboard/merge-end-4-expected.txt:
1459 * platform/mac/editing/pasteboard/merge-end-5-expected.txt:
1460 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
1461 * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
1462 * platform/mac/editing/pasteboard/merge-end-list-expected.txt:
1463 * platform/mac/editing/pasteboard/merge-end-table-expected.txt:
1464 * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
1465 * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
1466 * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
1467 * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
1468 * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
1469 * platform/mac/editing/pasteboard/paste-pre-001-expected.txt:
1470 * platform/mac/editing/pasteboard/paste-pre-002-expected.txt:
1471 * platform/mac/editing/pasteboard/paste-table-003-expected.txt:
1472 * platform/mac/editing/pasteboard/paste-table-cells-expected.txt:
1473 * platform/mac/editing/pasteboard/paste-text-001-expected.txt:
1474 * platform/mac/editing/pasteboard/paste-text-002-expected.txt:
1475 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
1476 * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
1477 * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
1478 * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
1479 * platform/mac/editing/pasteboard/paste-text-009-expected.txt:
1480 * platform/mac/editing/pasteboard/paste-text-019-expected.txt:
1481 * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1482 * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1483 * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1484 * platform/mac/editing/pasteboard/paste-xml-expected.txt:
1485 * platform/mac/editing/pasteboard/pasting-object-expected.txt:
1486 * platform/mac/editing/pasteboard/smart-paste-002-expected.txt:
1487 * platform/mac/editing/pasteboard/smart-paste-003-expected.txt:
1488 * platform/mac/editing/pasteboard/smart-paste-004-expected.txt:
1489 * platform/mac/editing/pasteboard/smart-paste-005-expected.txt:
1490 * platform/mac/editing/pasteboard/smart-paste-006-expected.txt:
1491 * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
1492 * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
1493 * platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
1494 * platform/mac/editing/selection/replace-selection-1-expected.txt:
1495 * platform/mac/editing/selection/select-all-iframe-expected.txt:
1496 * platform/mac/editing/spelling/spelling-expected.txt:
1497 * platform/mac/editing/style/relative-font-size-change-002-expected.txt:
1498 * platform/mac/editing/style/relative-font-size-change-003-expected.txt:
1499 * platform/mac/editing/style/smoosh-styles-001-expected.txt:
1500 * platform/mac/editing/style/style-3681552-fix-001-expected.txt:
1501 * platform/mac/editing/style/style-3681552-fix-002-expected.txt:
1502 * platform/mac/editing/style/style-boundary-002-expected.txt:
1503 * platform/mac/editing/style/style-boundary-003-expected.txt:
1504 * platform/mac/editing/style/style-boundary-005-expected.txt:
1505 * platform/mac/editing/style/typing-style-001-expected.txt:
1506 * platform/mac/editing/style/typing-style-002-expected.txt:
1507 * platform/mac/editing/style/unbold-in-bold-expected.txt:
1508 * platform/mac/editing/undo/4063751-expected.txt:
1509 * platform/mac/editing/undo/redo-typing-001-expected.txt:
1510 * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
1511 * platform/mac/editing/undo/undo-combined-delete-expected.txt:
1512 * platform/mac/editing/undo/undo-delete-boundary-expected.txt:
1513 * platform/mac/editing/undo/undo-delete-expected.txt:
1514 * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
1515 * platform/mac/editing/undo/undo-forward-delete-expected.txt:
1516 * platform/mac/editing/undo/undo-misspellings-expected.txt:
1517 * platform/mac/editing/undo/undo-typing-001-expected.txt:
1518 * platform/mac/editing/unsupported-content/list-type-after-expected.txt:
1519 * platform/mac/editing/unsupported-content/list-type-before-expected.txt:
1520 * platform/mac/editing/unsupported-content/table-type-after-expected.txt:
1521 * platform/mac/editing/unsupported-content/table-type-before-expected.txt:
1522 * platform/mac/fast/dom/delete-contents-expected.txt:
1524 2011-03-02 Sergio Villar Senin <svillar@igalia.com>
1528 Replaced 2 tests in GTK Skipped list that were skipped by mistake
1529 by the ones that are actually failing.
1531 * platform/gtk/Skipped:
1533 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
1535 Unreviewed; added the missing blank line at the end.
1537 * platform/qt/http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
1539 2011-03-02 Sergio Villar Senin <svillar@igalia.com>
1543 Adding 3 new tests to the skipped list waiting for better viewport
1544 error/warning messages.
1546 * platform/gtk/Skipped:
1548 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
1550 Unreviewed Qt rebaselines for r80061.
1552 * platform/qt/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
1554 2011-03-02 Sergio Villar Senin <svillar@igalia.com>
1558 Rebaseline after r80061 and r80107.
1560 * platform/gtk/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
1561 * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
1563 2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
1567 REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
1568 https://bugs.webkit.org/show_bug.cgi?id=55323
1570 Add Qt specific expected result for test introduced in r79934.
1572 * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.checksum: Added.
1573 * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
1574 * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
1576 2011-03-02 Joseph Pecoraro <joepeck@webkit.org>
1578 Unreviewed expectations update. This is a follow-up to r80061.
1580 Viewport tests were expected to produce new error, warning,
1581 and tip console messages. The current output is correct,
1582 but many of the warnings are wrong. Fixing the incorrect
1583 warnings will be handled by:
1584 https://bugs.webkit.org/show_bug.cgi?id=53707
1586 There are also a number of xsl tests that have extra warnings
1587 in qt when "Running an XSL-T 1.0 stylesheet with a 2.0 processor".
1588 These tests now have qt platform specific results.
1590 * fast/viewport/viewport-100-expected.txt:
1591 * fast/viewport/viewport-101-expected.txt:
1592 * fast/viewport/viewport-102-expected.txt:
1593 * fast/viewport/viewport-103-expected.txt:
1594 * fast/viewport/viewport-112-expected.txt:
1595 * fast/viewport/viewport-115-expected.txt:
1596 * fast/viewport/viewport-116-expected.txt:
1597 * fast/viewport/viewport-117-expected.txt:
1598 * fast/viewport/viewport-121-expected.txt:
1599 * fast/viewport/viewport-122-expected.txt:
1600 * fast/viewport/viewport-125-expected.txt:
1601 * fast/viewport/viewport-129-expected.txt:
1602 * fast/viewport/viewport-29-expected.txt:
1603 * fast/viewport/viewport-30-expected.txt:
1604 * fast/viewport/viewport-31-expected.txt:
1605 * fast/viewport/viewport-32-expected.txt:
1606 * fast/viewport/viewport-35-expected.txt:
1607 * fast/viewport/viewport-36-expected.txt:
1608 * fast/viewport/viewport-38-expected.txt:
1609 * fast/viewport/viewport-39-expected.txt:
1610 * fast/viewport/viewport-40-expected.txt:
1611 * fast/viewport/viewport-41-expected.txt:
1612 * fast/viewport/viewport-42-expected.txt:
1613 * fast/viewport/viewport-43-expected.txt:
1614 * fast/viewport/viewport-44-expected.txt:
1615 * fast/viewport/viewport-46-expected.txt:
1616 * fast/viewport/viewport-47-expected.txt:
1617 * fast/viewport/viewport-48-expected.txt:
1618 * fast/viewport/viewport-49-expected.txt:
1619 * fast/viewport/viewport-52-expected.txt:
1620 * fast/viewport/viewport-53-expected.txt:
1621 * fast/viewport/viewport-54-expected.txt:
1622 * fast/viewport/viewport-55-expected.txt:
1623 * fast/viewport/viewport-61-expected.txt:
1624 * fast/viewport/viewport-62-expected.txt:
1625 * fast/viewport/viewport-63-expected.txt:
1626 * fast/viewport/viewport-64-expected.txt:
1627 * fast/viewport/viewport-66-expected.txt:
1628 * fast/viewport/viewport-67-expected.txt:
1629 * fast/viewport/viewport-68-expected.txt:
1630 * fast/viewport/viewport-69-expected.txt:
1631 * fast/viewport/viewport-70-expected.txt:
1632 * fast/viewport/viewport-71-expected.txt:
1633 * fast/viewport/viewport-72-expected.txt:
1634 * fast/viewport/viewport-73-expected.txt:
1635 * fast/viewport/viewport-74-expected.txt:
1636 * fast/viewport/viewport-75-expected.txt:
1637 * fast/viewport/viewport-76-expected.txt:
1638 * fast/viewport/viewport-77-expected.txt:
1639 * fast/viewport/viewport-78-expected.txt:
1640 * fast/viewport/viewport-79-expected.txt:
1641 * fast/viewport/viewport-80-expected.txt:
1642 * fast/viewport/viewport-81-expected.txt:
1643 * fast/viewport/viewport-83-expected.txt:
1644 * fast/viewport/viewport-85-expected.txt:
1645 * fast/viewport/viewport-90-expected.txt:
1646 * platform/qt/fast/events/xsl-onload-expected.txt: Added.
1647 * platform/qt/fast/parser/xslt-with-html-expected.txt: Added.
1648 * platform/qt/fast/xsl/document-function-expected.txt:
1649 * platform/qt/fast/xsl/subframe-location-expected.txt: Added.
1650 * platform/qt/fast/xsl/transform-to-html-expected.txt: Added.
1651 * platform/qt/fast/xsl/utf8-chunks-expected.txt: Added.
1652 * platform/qt/fast/xsl/xslt-bad-import-uri-expected.txt: Added.
1653 * platform/qt/fast/xsl/xslt-doc-noenc-expected.txt: Added.
1654 * platform/qt/fast/xsl/xslt-entity-enc-expected.txt: Added.
1655 * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
1656 * platform/qt/fast/xsl/xslt-recursion-expected.txt: Added.
1657 * platform/qt/http/tests/misc/location-test-xsl-style-sheet-expected.txt: Added.
1658 * platform/qt/http/tests/security/xss-DENIED-xsl-document-expected.txt:
1659 * platform/qt/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt:
1660 * platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
1661 * platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Added.
1663 2011-03-02 Kent Tamura <tkent@chromium.org>
1665 Unreviewed, a trivial fix for r80096.
1667 REGRESSION (r80096): [Chromium] fast/forms/input-number-unacceptable-style.html failure
1668 https://bugs.webkit.org/show_bug.cgi?id=55562
1670 * platform/chromium/test_expectations.txt:
1672 2011-03-02 Kent Tamura <tkent@chromium.org>
1674 Unreviewed, test expectation update.
1676 * platform/chromium/test_expectations.txt:
1677 Mark fast/forms/input-number-unacceptable-style.html as TEXT.
1679 2011-03-02 Kent Tamura <tkent@chromium.org>
1683 Update a test and test expectation for r80096.
1685 * fast/forms/input-number-unacceptable-style-expected.txt:
1686 * fast/forms/input-number-unacceptable-style.html:
1687 ICU seems to accept "-1+" as a number. So change it to "-1a".
1688 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.checksum:
1689 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
1690 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
1691 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum:
1692 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
1693 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
1694 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.checksum:
1695 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
1696 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
1698 2011-03-01 Anna Cavender <annacc@chromium.org>
1700 Reviewed by Eric Carlson.
1702 Remove playing of video in media/video-replaces-poster.html and update text results.
1703 https://bugs.webkit.org/show_bug.cgi?id=54910
1705 * media/video-replaces-poster-expected.txt: Added.
1706 * media/video-replaces-poster.html:
1707 * platform/chromium-win/media/video-replaces-poster-expected.txt: Removed.
1708 * platform/gtk/media/video-replaces-poster-expected.txt: Removed.
1709 * platform/mac/media/video-replaces-poster-expected.txt: Removed.
1711 2011-03-01 Kent Tamura <tkent@chromium.org>
1713 Reviewed by Dimitri Glazkov.
1715 Assertion fails when a form validation bubble appears
1716 https://bugs.webkit.org/show_bug.cgi?id=55550
1718 * fast/forms/interactive-validation-attach-assertion-expected.txt: Added.
1719 * fast/forms/interactive-validation-attach-assertion.html: Added.
1720 * platform/gtk/Skipped:
1721 * platform/mac/Skipped:
1722 * platform/qt/Skipped:
1723 * platform/win/Skipped:
1725 2011-03-01 Kent Tamura <tkent@chromium.org>
1727 Reviewed by Dimitri Glazkov.
1729 Support localized numbers in <input type=number>
1730 https://bugs.webkit.org/show_bug.cgi?id=42484
1732 Update an existing test because of removing the keyboard input
1733 restriction feature.
1735 * fast/forms/input-number-keyoperation-expected.txt:
1736 * fast/forms/script-tests/input-number-keyoperation.js:
1738 2011-03-01 Victoria Kirst <vrk@chromium.org>
1740 Reviewed by Kenneth Russell.
1742 [Chromium] videos are not painted for compositing/ tests
1743 https://bugs.webkit.org/show_bug.cgi?id=54694
1745 Videos are now painted for compositing tests. This patch uploads the
1746 expected layout results and enables the tests again.
1748 * platform/chromium-gpu-linux/compositing/geometry/clipped-video-controller-expected.checksum: Added.
1749 * platform/chromium-gpu-linux/compositing/geometry/clipped-video-controller-expected.png: Added.
1750 * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.checksum: Added.
1751 * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png: Added.
1752 * platform/chromium-gpu-linux/compositing/geometry/video-opacity-overlay-expected.checksum: Added.
1753 * platform/chromium-gpu-linux/compositing/geometry/video-opacity-overlay-expected.png: Added.
1754 * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
1755 * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.png: Added.
1756 * platform/chromium-gpu-linux/compositing/overflow/overflow-compositing-descendant-expected.checksum: Added.
1757 * platform/chromium-gpu-linux/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
1758 * platform/chromium-gpu-linux/compositing/overflow/scroll-ancestor-update-expected.checksum: Added.
1759 * platform/chromium-gpu-linux/compositing/overflow/scroll-ancestor-update-expected.png: Added.
1760 * platform/chromium-gpu-linux/compositing/reflections/load-video-in-reflection-expected.checksum: Added.
1761 * platform/chromium-gpu-linux/compositing/reflections/load-video-in-reflection-expected.png: Added.
1762 * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.checksum: Added.
1763 * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.png: Added.
1764 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.checksum: Added.
1765 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.png: Added.
1766 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.checksum: Added.
1767 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.png: Added.
1768 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.checksum: Added.
1769 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.png: Added.
1770 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
1771 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.png: Added.
1772 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.checksum: Added.
1773 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
1774 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.checksum: Added.
1775 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.png: Added.
1776 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.checksum: Added.
1777 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.png: Added.
1778 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.checksum: Added.
1779 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.png: Added.
1780 * platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.checksum: Added.
1781 * platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.png: Added.
1782 * platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.txt: Added.
1783 * platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.checksum: Added.
1784 * platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.png: Added.
1785 * platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
1786 * platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.checksum: Added.
1787 * platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.png: Added.
1788 * platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.txt: Added.
1789 * platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
1790 * platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.png: Added.
1791 * platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.txt: Added.
1792 * platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.checksum: Added.
1793 * platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
1794 * platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
1795 * platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.checksum: Added.
1796 * platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.png: Added.
1797 * platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
1798 * platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.checksum: Added.
1799 * platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.png: Added.
1800 * platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.txt: Added.
1801 * platform/chromium-gpu-win/compositing/self-painting-layers-expected.checksum: Added.
1802 * platform/chromium-gpu-win/compositing/self-painting-layers-expected.png: Added.
1803 * platform/chromium-gpu-win/compositing/self-painting-layers-expected.txt: Added.
1804 * platform/chromium/test_expectations.txt:
1806 2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
1808 Unreviewed expectations update. This is a follow-up to r80061.
1810 Leopard has a slightly different error message, so
1811 platform/mac-leopard needs its own expected results for the
1812 websocket test. Added platform specific expected results for
1813 the other tests which are consistently failing with an extra
1814 console message on the bots.
1816 * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
1817 * platform/mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
1818 * platform/mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
1820 2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
1822 Unreviewed expectations update. This is expected
1823 behavior after r80061, which enabled printing
1824 of more console messages.
1826 * http/tests/xmlviewer/dumpAsText/wml-expected.txt:
1828 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
1830 Unreviewed, rolling out r80078.
1831 http://trac.webkit.org/changeset/80078
1832 https://bugs.webkit.org/show_bug.cgi?id=55545
1834 underlying change was rolled out (Requested by tonyg-cr on
1837 * platform/chromium/test_expectations.txt:
1839 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
1841 Unreviewed new baselines
1843 [chromium] Add expectations for new tests in r80049
1844 https://bugs.webkit.org/show_bug.cgi?id=55543
1846 * platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
1847 * platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.png: Added.
1848 * platform/chromium-win/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
1849 * platform/chromium-win/svg/css/path-gradient-stroke-shadow-expected.png: Added.
1851 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
1853 Unreviewed expectations
1855 [chromium] Skip new viewport tests added by r80068
1856 https://bugs.webkit.org/show_bug.cgi?id=55539
1858 LayoutTestController doesn't implement dumpConfigurationForViewport() which is needed for this test.
1860 * platform/chromium/test_expectations.txt:
1862 2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
1864 Unreviewed. Roll out r80068 and r80073 due to breaking WebKit2 Qt port.
1866 * fast/viewport/viewport-warnings-1.html: Removed.
1867 * fast/viewport/viewport-warnings-2.html: Removed.
1868 * fast/viewport/viewport-warnings-3.html: Removed.
1869 * fast/viewport/viewport-warnings-4.html: Removed.
1870 * fast/viewport/viewport-warnings-5.html: Removed.
1871 * fast/viewport/viewport-warnings-6.html: Removed.
1872 * fast/viewport/viewport-warnings-7.html: Removed.
1874 2011-03-01 Jeremy Orlow <jorlow@chromium.org>
1876 Reviewed by James Robinson.
1878 IDBKeyRange.bound() should not use the optional options object
1879 https://bugs.webkit.org/show_bug.cgi?id=55419
1881 * storage/indexeddb/index-cursor.html:
1882 * storage/indexeddb/keyrange-expected.txt:
1883 * storage/indexeddb/keyrange.html:
1884 * storage/indexeddb/objectstore-cursor.html:
1886 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
1888 Unreviewed expectations update
1890 [chromium] Expectations updates from r80061
1891 https://bugs.webkit.org/show_bug.cgi?id=55533
1893 * platform/chromium-linux/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Added.
1894 * platform/chromium-linux/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
1895 * platform/chromium-linux/http/tests/xmlviewer/dumpAsText/wml-expected.txt: Added.
1897 2011-03-01 Helder Correia <helder@sencha.com>
1899 Unreviewed Qt skipped tests update.
1901 The manually committed patch didn't include the update to
1902 fast/canvas/canvas-strokePath-gradient-shadow.html by mistake:
1903 No shadow when stroking a path with a gradient
1904 https://bugs.webkit.org/show_bug.cgi?id=55436
1906 * platform/qt/Skipped: Skip new test since it fails.
1908 2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
1910 Reviewed by Kenneth Rohde Christiansen.
1912 Viewport Warning/Error Messages Are Now Inaccurate
1913 https://bugs.webkit.org/show_bug.cgi?id=53707
1915 Added tests specifically to test Console warnings.
1917 * fast/viewport/viewport-warnings-1.html: Added.
1918 * fast/viewport/viewport-warnings-2.html: Added.
1919 * fast/viewport/viewport-warnings-3.html: Added.
1920 * fast/viewport/viewport-warnings-4.html: Added.
1921 * fast/viewport/viewport-warnings-5.html: Added.
1922 * fast/viewport/viewport-warnings-6.html: Added.
1923 * fast/viewport/viewport-warnings-7.html: Added.
1925 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
1929 [chromium] Add baseline for test added by r80040
1930 https://bugs.webkit.org/show_bug.cgi?id=55529
1932 * platform/chromium-mac/fast/table/table-and-parts-outline-expected.checksum: Added.
1933 * platform/chromium-mac/fast/table/table-and-parts-outline-expected.png: Added.
1935 2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
1937 Reviewed by Alexey Proskuryakov.
1939 Fix a bug in platform/mac/editing/input/selection-change-closes-typing.html
1940 https://bugs.webkit.org/show_bug.cgi?id=55523
1942 The marked text is at offset 0 with length 1, not at offset 1 with length 0.
1944 * platform/mac/editing/input/selection-change-closes-typing.html:
1946 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
1948 Unreviewed expectations
1950 [chromium] Add expectations for new tests in r80049
1951 https://bugs.webkit.org/show_bug.cgi?id=55526
1953 * platform/chromium-linux/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
1954 * platform/chromium-linux/svg/css/path-gradient-stroke-shadow-expected.png: Added.
1955 * platform/chromium/test_expectations.txt:
1957 2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
1959 Reviewed by Kenneth Rohde Christiansen.
1961 Viewport parsing no longer accepts "1.0;" value as valid.
1962 https://bugs.webkit.org/show_bug.cgi?id=53705
1964 Adding expected results generated from the build-bot. They look
1965 correct, as the viewport "123x135" has the expected width of "123".
1967 * fast/viewport/viewport-129-expected.txt: Added.
1969 2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
1971 Reviewed by Darin Adler.
1973 WebKit does not merge text decorations in the typing style and the selected element properly
1974 https://bugs.webkit.org/show_bug.cgi?id=55349
1976 Added a test to ensure WebKit merges text decorations in the typing style and the inline style
1977 of the element around the caret when computing the style at the selection start.
1979 * editing/execCommand/merge-text-decoration-with-typing-style-expected.txt: Added.
1980 * editing/execCommand/merge-text-decoration-with-typing-style.html: Added.
1981 * editing/style/push-down-inline-styles-expected.txt: Rebaselined due to the change in which text decoration
1983 * editing/style/script-tests/push-down-inline-styles.js: Ditto.
1985 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
1987 Unreviewed expectations update
1989 [chromium] Rebaseline fast/ruby/base-shorter-than-text.html
1990 https://bugs.webkit.org/show_bug.cgi?id=55522
1992 This changed as a result of r80015.
1994 * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.checksum: Added.
1995 * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png: Added.
1997 2011-03-01 Jeremy Orlow <jorlow@chromium.org>
1999 Reviewed by Steve Block.
2001 When an IDBTransaction is aborted, all requests that have not yet fired should fire an ABORT_ERR
2002 https://bugs.webkit.org/show_bug.cgi?id=54785
2004 * storage/indexeddb/transaction-abort.html: Added
2005 * storage/indexeddb/transaction-abort-expected.txt: Added
2007 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
2009 Unreviewed new baseline
2011 [chromium] Add win baseline for fast/table/table-and-parts-outline.html
2012 https://bugs.webkit.org/show_bug.cgi?id=55517
2014 Test was added by r80040
2016 * platform/chromium-win/fast/table/table-and-parts-outline-expected.checksum: Added.
2017 * platform/chromium-win/fast/table/table-and-parts-outline-expected.png: Added.
2018 * platform/chromium-win/fast/table/table-and-parts-outline-expected.txt: Added.
2020 2011-03-01 Helder Correia <helder@sencha.com>
2022 Reviewed by Simon Fraser.
2024 No shadow when stroking a path with a gradient
2025 https://bugs.webkit.org/show_bug.cgi?id=55436
2027 This happens in CG and is related to bug 52509, this time to be fixed
2028 in GraphicsContext::strokePath(). The gradient needs to be drawn
2029 clipped to the stroke on a CGLayer first, then the layer drawn on the
2032 * fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
2033 * fast/canvas/canvas-strokePath-gradient-shadow.html: Added.
2034 * fast/canvas/script-tests/canvas-strokePath-gradient-shadow.js: Added.
2035 * platform/chromium/test_expectations.txt: Skip new test since it fails.
2036 * platform/mac/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
2037 * platform/mac/svg/css/path-gradient-stroke-shadow-expected.png: Added.
2038 * platform/mac/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
2039 * platform/qt/Skipped: Skip new test since it fails.
2040 * platform/qt/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
2041 * platform/qt/svg/css/path-gradient-stroke-shadow-expected.png: Added.
2042 * platform/qt/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
2043 * svg/css/path-gradient-stroke-shadow.svg: Added.
2045 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
2047 Unreviewed new baseline
2049 [chromium] Add linux baseline for fast/table/table-and-parts-outline.html
2050 https://bugs.webkit.org/show_bug.cgi?id=55511
2052 Test was added by r80040
2054 * platform/chromium-linux/fast/table/table-and-parts-outline-expected.checksum: Added.
2055 * platform/chromium-linux/fast/table/table-and-parts-outline-expected.png: Added.
2056 * platform/chromium-linux/fast/table/table-and-parts-outline-expected.txt: Added.
2058 2011-03-01 James Simonsen <simonjam@chromium.org>
2060 Reviewed by Tony Gentilcore.
2062 [Web Timing] Handle the case where no responseEnd time is available.
2063 https://bugs.webkit.org/show_bug.cgi?id=55444
2065 * platform/chromium/test_expectations.txt: Remove CRASH from fast/dom/prototype-inheritance-2.html
2067 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
2069 Unreviewed, rolling out r80037.
2070 http://trac.webkit.org/changeset/80037
2071 https://bugs.webkit.org/show_bug.cgi?id=55508
2073 broke compile on SL (Requested by tonyg-cr on #webkit).
2075 * fast/css/content/content-quotes-01-expected.txt: Removed.
2076 * fast/css/content/content-quotes-01.html: Removed.
2077 * fast/css/content/content-quotes-02-expected.txt: Removed.
2078 * fast/css/content/content-quotes-02.html: Removed.
2079 * fast/css/content/content-quotes-03-expected.txt: Removed.
2080 * fast/css/content/content-quotes-03.html: Removed.
2081 * fast/css/content/content-quotes-04-expected.txt: Removed.
2082 * fast/css/content/content-quotes-04.html: Removed.
2083 * fast/css/content/content-quotes-05-expected.txt: Removed.
2084 * fast/css/content/content-quotes-05.html: Removed.
2085 * fast/css/content/content-quotes-06-expected.txt: Removed.
2086 * fast/css/content/content-quotes-06.html: Removed.
2088 2011-03-01 Abhishek Arya <inferno@chromium.org>
2090 Reviewed by Dave Hyatt.
2092 Tests that we draw outlines for table and table cells.
2093 https://bugs.webkit.org/show_bug.cgi?id=55474
2095 * fast/table/table-and-parts-outline.html: Added.
2096 * platform/mac/fast/table/table-and-parts-outline-expected.checksum: Added.
2097 * platform/mac/fast/table/table-and-parts-outline-expected.png: Added.
2098 * platform/mac/fast/table/table-and-parts-outline-expected.txt: Added.
2100 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
2102 Unreviewed, rolling out r80028.
2103 http://trac.webkit.org/changeset/80028
2104 https://bugs.webkit.org/show_bug.cgi?id=55502
2106 'caused crashes; rolling out while investigating' (Requested
2107 by jorlow on #webkit).
2109 * storage/indexeddb/transaction-abort-expected.txt: Removed.
2110 * storage/indexeddb/transaction-abort.html: Removed.
2112 2011-03-01 Carol Szabo <carol.szabo@nokia.com>
2114 Reviewed by David Hyatt <hyatt@apple.com>
2116 content property doesn't support quotes
2117 https://bugs.webkit.org/show_bug.cgi?id=6503
2119 Added new tests for quotes.
2121 * fast/css/content/content-quotes-01-expected.txt: Added.
2122 * fast/css/content/content-quotes-01.html: Added.
2123 * fast/css/content/content-quotes-02-expected.txt: Added.
2124 * fast/css/content/content-quotes-02.html: Added.
2125 * fast/css/content/content-quotes-03-expected.txt: Added.
2126 * fast/css/content/content-quotes-03.html: Added.
2127 * fast/css/content/content-quotes-04-expected.txt: Added.
2128 * fast/css/content/content-quotes-04.html: Added.
2129 * fast/css/content/content-quotes-05-expected.txt: Added.
2130 * fast/css/content/content-quotes-05.html: Added.
2132 2011-03-01 Michael Nordman <michaeln@google.com>
2134 Reviewed by Alexey Proskuryakov.
2136 Tests for the correct relative priorities of network vs fallback namespaces in the appcache.
2137 If a resource url is in an appcache's network namespace and fallback namespace, the network
2138 namespace wins (with the exception of the special '*' network namespace which does not take
2139 priority over the fallback namespace.
2140 https://bugs.webkit.org/show_bug.cgi?id=49292
2142 * http/tests/appcache/online-fallback-layering-expected.txt: Added.
2143 * http/tests/appcache/online-fallback-layering.html: Added.
2144 * http/tests/appcache/resources/fallbacknamespace-fallback-resource.txt: Added.
2145 * http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html: Added.
2146 * http/tests/appcache/resources/online-fallback-layering.manifest: Added.
2148 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
2150 Unreviewed expectations update.
2152 [chromium] fast/text/font-size-zero.html
2153 https://bugs.webkit.org/show_bug.cgi?id=55497
2155 Appears to have been fixed by r79694.
2157 * platform/chromium/test_expectations.txt:
2159 2011-03-01 Joseph Pecoraro <joepeck@webkit.org>
2161 Unreviewed, fix GTK DumpRenderTree crash.
2163 Viewport parsing no longer accepts "1.0;" value as valid.
2164 https://bugs.webkit.org/show_bug.cgi?id=53705
2166 Follow-up fix. Pass the correct number of arguments
2167 into layoutTestController.dumpConfigurationForViewport.
2169 * fast/viewport/viewport-129.html:
2171 2011-02-18 Jeremy Orlow <jorlow@chromium.org>
2173 Reviewed by Steve Block.
2175 When an IDBTransaction is aborted, all requests that have not yet fired should fire an ABORT_ERR
2176 https://bugs.webkit.org/show_bug.cgi?id=54785
2178 * storage/indexeddb/transaction-abort.html: Added
2179 * storage/indexeddb/transaction-abort-expected.txt: Added
2181 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
2183 Unreviewed build fix.
2185 [chromium] Skip test added w/o expectations
2186 https://bugs.webkit.org/show_bug.cgi?id=55496
2188 Added by r80012 without expectations
2190 * platform/chromium/test_expectations.txt:
2192 2011-03-01 Mihai Parparita <mihaip@chromium.org>
2194 Unreviewed Chromium expectations change. Remove failing expectations for
2195 editing/ tests that pass after r79961.
2197 * platform/chromium/test_expectations.txt:
2199 2011-02-28 Jeremy Orlow <jorlow@chromium.org>
2201 Reviewed by Steve Block.
2203 Only IndexedDB's error event should be cancelable
2204 https://bugs.webkit.org/show_bug.cgi?id=55413
2206 Add checks to existing tests.
2208 * storage/indexeddb/objectstore-basics.html:
2209 * storage/indexeddb/transaction-basics.html:
2211 2011-03-01 Jia Pu <jpu@apple.com>
2213 Reviewed by Darin Adler.
2215 Remove CorrectionIndicator markers sooner.
2216 https://bugs.webkit.org/show_bug.cgi?id=54893
2217 <rdar://problem/8997524>
2219 See WebCore/ChangeLog for detail.
2221 * platform/mac-leopard/Skipped:
2222 * platform/mac-snowleopard/Skipped:
2223 * platform/mac-tiger/Skipped:
2224 * platform/mac-wk2/Skipped:
2225 * platform/mac/editing/spelling/autocorrection-simple-expected.checksum:
2226 * platform/mac/editing/spelling/autocorrection-simple-expected.png:
2227 * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
2228 * platform/mac/editing/spelling/autocorrection-simple.html:
2229 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.checksum:
2230 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png:
2231 * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.checksum: Added.
2232 * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.png: Added.
2233 * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Copied from LayoutTests/platform/mac/editing/spelling/autocorrection-simple-expected.txt.
2234 * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html: Copied from LayoutTests/platform/mac/editing/spelling/autocorrection-simple.html.
2236 2011-03-01 Tony Gentilcore <tonyg@chromium.org>
2238 Unreviewed build fix.
2240 [chromium] pass fast/table/fixed-with-auto-with-colspan-vertical.html
2241 https://bugs.webkit.org/show_bug.cgi?id=55491
2245 * platform/chromium/test_expectations.txt:
2247 2011-03-01 Steve Lacey <sjl@chromium.org>
2249 Reviewed by Eric Carlson.
2251 Create layout test for progress event and remove test for suspend event.
2253 LayoutTests/http/tests/media/video-play-suspend is now hanging on chromium
2254 https://bugs.webkit.org/show_bug.cgi?id=55198
2256 * http/tests/media/video-play-progress-expected.txt: Added.
2257 * http/tests/media/video-play-progress.html: Added.
2258 * http/tests/media/video-play-suspend-expected.txt: Removed.
2259 * http/tests/media/video-play-suspend.html: Removed.
2260 * platform/gtk/Skipped:
2261 * platform/mac/Skipped:
2262 * platform/win/Skipped:
2264 2011-03-01 Martin Robinson <mrobinson@igalia.com>
2266 REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
2267 https://bugs.webkit.org/show_bug.cgi?id=55323
2269 Add new GTK+ test results.
2271 * platform/gtk/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
2272 * platform/gtk/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
2273 * platform/gtk/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
2274 * platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.checksum: Added.
2275 * platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
2277 2011-03-01 Dan Bernstein <mitz@apple.com>
2279 Reviewed by Darin Adler.
2281 <rdar://problem/8902714> Expand ruby text when it is shorter than the ruby base
2282 https://bugs.webkit.org/show_bug.cgi?id=55487
2284 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
2285 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
2286 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
2287 * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum:
2288 * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png:
2289 * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
2290 * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
2291 * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
2292 * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
2293 * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
2294 * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
2295 * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
2297 2011-03-01 Sergio Villar Senin <svillar@igalia.com>
2301 Added new GTK test expectations.
2303 * platform/gtk/fast/block/positioning/auto/vertical-lr/: 7 tests.
2304 * platform/gtk/fast/block/positioning/auto/vertical-rl/: 7 tests.
2306 2011-02-23 Joseph Pecoraro <joepeck@webkit.org>
2308 Reviewed by Timothy Hatcher.
2310 All Console Messages should be passed to ChromeClients.
2311 https://bugs.webkit.org/show_bug.cgi?id=54926
2313 Passing more message types to the ChromeClient allows
2314 some more messages to get output during tests. Specifically
2315 HTML, XML, and Other message types.
2317 * inspector/audits/audits-panel-functional.html: correct a legitimate HTML parse error.
2318 * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
2319 * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
2320 * http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
2321 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
2322 * http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
2323 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
2324 * http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
2325 * http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
2326 * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
2327 * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
2328 * http/tests/security/xss-DENIED-xsl-document-expected.txt:
2329 * http/tests/security/xss-DENIED-xsl-external-entity-expected.txt:
2330 * platform/mac/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
2331 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
2332 * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
2334 2011-02-23 Joseph Pecoraro <joepeck@webkit.org>
2336 Reviewed by Kenneth Rohde Christiansen.
2338 Viewport parsing no longer accepts "1.0;" value as valid.
2339 https://bugs.webkit.org/show_bug.cgi?id=53705
2341 Add a new test to check viewport argument parsing of
2342 value "123x456", which although not completely a number
2343 should return the numeric prefix "123" as the value.
2344 Note that this affects "semicolons as separators" even
2345 though semicolons are not valid separators.
2347 * fast/viewport/viewport-129.html: Added.
2349 2011-03-01 Sergio Villar Senin <svillar@igalia.com>
2353 Removed accessibility/canvas-fallback-content.html from Skipped
2354 list as it was removed in 79920
2356 * platform/gtk/Skipped:
2358 2011-03-01 Pavel Feldman <pfeldman@chromium.org>
2360 Reviewed by Yury Semikhatsky.
2362 Web Inspector: remove manual watchdog from the inspector tests.
2363 https://bugs.webkit.org/show_bug.cgi?id=55447
2365 * http/tests/inspector/inspector-test.js:
2367 2011-03-01 Adam Roben <aroben@apple.com>
2369 Skip another timing-out test on Windows XP
2371 <http://webkit.org/b/51596> tracks the failure.
2373 * platform/win-xp/Skipped: Added http/tests/xmlhttprequest/basic-auth-nouser.html.
2375 2011-03-01 Adam Roben <aroben@apple.com>
2377 Skip fast/events/pageshow-pagehide-on-back-cached.html on Windows
2379 It is flaky. The failure is tracked by <http://webkit.org/b/55329>.
2381 * platform/win/Skipped:
2382 * platform/win/fast/events/pageshow-pagehide-on-back-cached-expected.txt: Removed.
2384 2011-03-01 Adam Roben <aroben@apple.com>
2386 Check in Windows pixel results to match text results added in r79979
2388 Fixes <http://webkit.org/b/55451> [Win] select-listbox-multiple-no-focusring.html needs
2391 * platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
2392 * platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
2394 2011-03-01 Philippe Normand <pnormand@igalia.com>
2396 Unreviewed, skip one crashing tests on GTK. See also
2397 https://bugs.webkit.org/show_bug.cgi?id=53146
2399 * platform/gtk/Skipped:
2401 2011-03-01 Philippe Normand <pnormand@igalia.com>
2403 Unreviewed, skip 2 crashing tests on GTK. See also
2404 https://bugs.webkit.org/show_bug.cgi?id=53146
2406 * platform/gtk/Skipped:
2408 2011-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
2410 Reviewed by Antti Koivisto.
2412 SVG 1.1 2nd Edition color-prop-05-t.svg exposes bug in 'currentColor' handling
2413 https://bugs.webkit.org/show_bug.cgi?id=54800
2415 Add new layout test from the SVG 1.1 2nd Edition test suite, covering currentColor handling.
2416 Add tests ensuring that mutating a previously shared SVGPaint object makes it unique, so that
2417 mutations take affect, but don't affect other renderers which shared the SVGPaint object before.
2419 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.checksum: Added.
2420 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
2421 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
2422 * platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.checksum: Added.
2423 * platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.png: Added.
2424 * platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.txt: Added.
2425 * platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.checksum: Added.
2426 * platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.png: Added.
2427 * platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.txt: Added.
2428 * svg/W3C-SVG-1.1-SE/color-prop-05-t.svg: Added.
2429 * svg/animations/animate-color-fill-currentColor-expected.txt: Added.
2430 * svg/animations/animate-color-fill-currentColor.html: Added.
2431 * svg/animations/script-tests/animate-color-fill-currentColor.js: Added.
2432 * svg/custom/SVGPaint-mutate-attribute.svg: Added.
2433 * svg/custom/SVGPaint-mutate-inline-style.svg: Added.
2434 * svg/dom/SVGColor-expected.txt: SVGColor mutations now reflected in style/computed style.
2435 * svg/dom/SVGPaint-expected.txt: Same for SVGPaint.
2437 2011-03-01 Pavel Feldman <pfeldman@chromium.org>
2439 Not reviewed: fixing flaky snow XMLViewer test on snow leopard.
2441 * http/tests/xmlviewer/dumpAsText/frames.html:
2443 2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
2445 Unreviewed Windows rebaseline. The bug 55451 tracks this rebaseline.
2447 * platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
2449 2011-02-28 Tony Gentilcore <tonyg@chromium.org>
2451 Reviewed by Darin Adler.
2453 Fix a race condition in editing/selection/4975120
2454 https://bugs.webkit.org/show_bug.cgi?id=55429
2456 If the parser yields between the iframe and the script, it would have been
2457 possible for step2() to be called before runTest() and the test would hang.
2459 * editing/selection/4975120.html:
2461 2011-02-28 Benjamin Kalman <kalman@chromium.org>
2463 Reviewed by Ryosuke Niwa.
2465 Make editing/selection/extend-selection-home-end test match other extend-selection with granularity tests
2466 https://bugs.webkit.org/show_bug.cgi?id=55422
2468 The other extend-selection tests which test a granularity just call into resources/extend-selection.js with the
2469 granularity they're testing. The lineboundary test didn't due to RTL bugs in lineboundary, but these have now
2472 * editing/selection/extend-selection-home-end-expected.txt:
2473 * editing/selection/extend-selection-home-end.html:
2474 * platform/mac/editing/selection/extend-selection-home-end-expected.txt:
2475 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
2477 2011-02-28 James Robinson <jamesr@chromium.org>
2479 Chromium baseline updates.
2481 * platform/chromium-linux/svg/text/font-size-below-point-five-expected.txt:
2482 * platform/chromium/test_expectations.txt:
2483 * platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt:
2485 2011-02-28 Mihai Parparita <mihaip@chromium.org>
2487 Unreviewed Chromium expectations change.
2489 Rebaseline editing/ tests for Snow Leopard (mac/ baselines can't be used
2490 due to spell checking differences).
2492 * platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-002-expected.checksum: Added.
2493 * platform/chromium-mac-leopard/editing/deleting/delete-ws-fixup-002-expected.png: Added.
2494 * platform/chromium-mac-leopard/editing/inserting/typing-around-br-001-expected.checksum: Added.
2495 * platform/chromium-mac-leopard/editing/inserting/typing-around-br-001-expected.png: Added.
2496 * platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-3-expected.checksum: Added.
2497 * platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-3-expected.png: Added.
2498 * platform/chromium-mac-leopard/editing/selection/4932260-3-expected.checksum: Added.
2499 * platform/chromium-mac-leopard/editing/selection/4932260-3-expected.png: Added.
2500 * platform/chromium-mac-leopard/editing/selection/5234383-1-expected.checksum: Added.
2501 * platform/chromium-mac-leopard/editing/selection/5234383-1-expected.png: Added.
2502 * platform/chromium-mac-leopard/editing/selection/5234383-2-expected.checksum: Added.
2503 * platform/chromium-mac-leopard/editing/selection/5234383-2-expected.png: Added.
2504 * platform/chromium-mac-leopard/editing/selection/drag-in-iframe-expected.checksum: Added.
2505 * platform/chromium-mac-leopard/editing/selection/drag-in-iframe-expected.png: Added.
2506 * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.checksum: Added.
2507 * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png: Added.
2508 * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.checksum: Added.
2509 * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png: Added.
2510 * platform/chromium-mac/editing/pasteboard/paste-blockquote-3-expected.checksum: Added.
2511 * platform/chromium-mac/editing/pasteboard/paste-blockquote-3-expected.png: Added.
2512 * platform/chromium-mac/editing/selection/4932260-3-expected.checksum: Added.
2513 * platform/chromium-mac/editing/selection/4932260-3-expected.png: Added.
2514 * platform/chromium-mac/editing/selection/5234383-1-expected.checksum: Added.
2515 * platform/chromium-mac/editing/selection/5234383-1-expected.png: Added.
2516 * platform/chromium-mac/editing/selection/5234383-2-expected.checksum: Added.
2517 * platform/chromium-mac/editing/selection/5234383-2-expected.png: Added.
2518 * platform/chromium-mac/editing/selection/drag-in-iframe-expected.checksum: Added.
2519 * platform/chromium-mac/editing/selection/drag-in-iframe-expected.png: Added.
2521 2011-02-28 Mihai Parparita <mihaip@chromium.org>
2523 Unreviewed Chromium expectations change.
2525 Update Snow Leopard expectations.
2527 * platform/chromium/test_expectations.txt:
2529 2011-02-28 Chang Shu <cshu@webkit.org>
2531 Reviewed by Ryosuke Niwa.
2533 Remove the support of Frame::isContentEditable and its dependencies.
2534 https://bugs.webkit.org/show_bug.cgi?id=54292
2536 Updated expected results after the change that syncs the WebKit isEditable
2537 and WebCore isContentEditable.
2539 * platform/mac/editing/selection/designmode-no-caret-expected.txt:
2541 2011-02-28 Kent Tamura <tkent@chromium.org>
2543 Reviewed by Darin Adler.
2545 Number type input cannot be set to empty string if it has an initial value
2546 https://bugs.webkit.org/show_bug.cgi?id=53744
2548 * fast/forms/input-value-sanitization-expected.txt:
2549 * fast/forms/script-tests/input-value-sanitization.js: Add some tests.
2551 2011-02-28 Kent Tamura <tkent@chromium.org>
2553 Reviewed by Darin Adler.
2555 Number type input should not handle mouse wheel events if it has no focus.
2556 https://bugs.webkit.org/show_bug.cgi?id=53638
2560 * fast/forms/input-number-wheel-expected.txt:
2561 * fast/forms/script-tests/input-number-wheel.js:
2563 2011-02-28 Tony Gentilcore <tonyg@chromium.org>
2565 Reviewed by Darin Adler.
2567 Fix race condition in 4 media tests
2568 https://bugs.webkit.org/show_bug.cgi?id=55414
2570 The parser may yield and give events a chance to dispatch between any two tokens. So
2571 it is possible that the loadstart event fires immediately after the video tag is
2572 inserted into the document but before the subsequent script is parsed. This is very
2573 rare in the layout test environment since these small files are loaded from disk.
2575 This patch eliminates that race condition by allowing waitForEvent to register for
2576 events that bubble up to the document from any element. Then the registration can
2577 happen before before the element is inserted into the document.
2579 * media/video-source-media.html:
2580 * media/video-source-none-supported.html:
2581 * media/video-source-type-params.html:
2582 * media/video-source-type.html:
2583 * media/video-test.js:
2585 (waitForEventAndTest):
2587 2011-02-28 Tony Gentilcore <tonyg@chromium.org>
2589 Reviewed by Adam Barth.
2591 Follow HTML5 spec for document.open() a little more closely
2592 https://bugs.webkit.org/show_bug.cgi?id=55392
2594 * fast/parser/double-write-from-closed-iframe-expected.txt: Added.
2595 * fast/parser/double-write-from-closed-iframe.html: Added. Prior to this patch, the second write of 'PASS' could fail indeterminately.
2596 * fast/parser/script-tests/double-write-from-closed-iframe.js: Added.
2597 * fast/regex/script-tests/cross-frame-callable.js: Necessary to close late writes.
2599 2011-02-28 James Robinson <jamesr@chromium.org>
2601 Update chromium expectations and baselines.
2603 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/001-expected.checksum: Added.
2604 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
2605 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/002-expected.checksum: Added.
2606 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
2607 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/003-expected.checksum: Added.
2608 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
2609 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/004-expected.checksum: Added.
2610 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
2611 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/005-expected.checksum: Added.
2612 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/005-expected.png: Added.
2613 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/006-expected.checksum: Added.
2614 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
2615 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/007-expected.checksum: Added.
2616 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
2617 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/001-expected.checksum: Added.
2618 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
2619 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/002-expected.checksum: Added.
2620 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
2621 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/003-expected.checksum: Added.
2622 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
2623 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/004-expected.checksum: Added.
2624 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
2625 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/005-expected.checksum: Added.
2626 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/005-expected.png: Added.
2627 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/006-expected.checksum: Added.
2628 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
2629 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/007-expected.checksum: Added.
2630 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
2631 * platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
2632 * platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
2633 * platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
2634 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/001-expected.checksum: Added.
2635 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
2636 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/001-expected.txt: Added.
2637 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/002-expected.checksum: Added.
2638 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
2639 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/002-expected.txt: Added.
2640 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/003-expected.checksum: Added.
2641 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
2642 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/003-expected.txt: Added.
2643 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/004-expected.checksum: Added.
2644 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
2645 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/004-expected.txt: Added.
2646 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/005-expected.checksum: Added.
2647 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/005-expected.png: Added.
2648 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/005-expected.txt: Added.
2649 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/006-expected.checksum: Added.
2650 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
2651 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/006-expected.txt: Added.
2652 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.checksum: Added.
2653 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
2654 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.txt: Added.
2655 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/001-expected.checksum: Added.
2656 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
2657 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/001-expected.txt: Added.
2658 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/002-expected.checksum: Added.
2659 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
2660 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/002-expected.txt: Added.
2661 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/003-expected.checksum: Added.
2662 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
2663 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/003-expected.txt: Added.
2664 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/004-expected.checksum: Added.
2665 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
2666 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/004-expected.txt: Added.
2667 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/005-expected.checksum: Added.
2668 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/005-expected.png: Added.
2669 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/005-expected.txt: Added.
2670 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/006-expected.checksum: Added.
2671 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
2672 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/006-expected.txt: Added.
2673 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.checksum: Added.
2674 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
2675 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.txt: Added.
2676 * platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
2677 * platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
2678 * platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
2679 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
2680 * platform/chromium/test_expectations.txt:
2682 2011-02-28 Chang Shu <cshu@webkit.org>
2684 Reviewed by Antonio Gomes.
2686 REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
2687 https://bugs.webkit.org/show_bug.cgi?id=55323
2689 Added test case that draws focus rings on selected items when spatial navigation is enabled.
2691 * fast/spatial-navigation/snav-multiple-select-focusring.html: Added.
2692 * platform/mac/fast/spatial-navigation: Added.
2693 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.checksum: Added.
2694 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
2695 * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
2697 2011-02-28 David Hyatt <hyatt@apple.com>
2699 Reviewed by Dan Bernstein.
2701 https://bugs.webkit.org/show_bug.cgi?id=46500, make positioned elements work with vertical text. Change staticX and staticY
2702 to be staticInlinePosition and staticBlockPosition. Patch all of the computations involving these variables to be writing
2703 mode aware. Mixed writing modes are not yet supported.
2705 Added new tests in fast/block/positioning/auto.
2707 * fast/block/positioning/auto/vertical-lr: Added.
2708 * fast/block/positioning/auto/vertical-lr/001.html: Added.
2709 * fast/block/positioning/auto/vertical-lr/002.html: Added.
2710 * fast/block/positioning/auto/vertical-lr/003.html: Added.
2711 * fast/block/positioning/auto/vertical-lr/004.html: Added.
2712 * fast/block/positioning/auto/vertical-lr/005.html: Added.
2713 * fast/block/positioning/auto/vertical-lr/006.html: Added.
2714 * fast/block/positioning/auto/vertical-lr/007.html: Added.
2715 * fast/block/positioning/auto/vertical-rl: Added.
2716 * fast/block/positioning/auto/vertical-rl/001.html: Added.
2717 * fast/block/positioning/auto/vertical-rl/002.html: Added.
2718 * fast/block/positioning/auto/vertical-rl/003.html: Added.
2719 * fast/block/positioning/auto/vertical-rl/004.html: Added.
2720 * fast/block/positioning/auto/vertical-rl/005.html: Added.
2721 * fast/block/positioning/auto/vertical-rl/006.html: Added.
2722 * fast/block/positioning/auto/vertical-rl/007.html: Added.
2723 * platform/mac/fast/block/positioning/auto/vertical-lr: Added.
2724 * platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.checksum: Added.
2725 * platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
2726 * platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.txt: Added.
2727 * platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.checksum: Added.
2728 * platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
2729 * platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.txt: Added.
2730 * platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.checksum: Added.
2731 * platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
2732 * platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.txt: Added.
2733 * platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.checksum: Added.
2734 * platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
2735 * platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.txt: Added.
2736 * platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.checksum: Added.
2737 * platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.png: Added.
2738 * platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.txt: Added.
2739 * platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.checksum: Added.
2740 * platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
2741 * platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.txt: Added.
2742 * platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.checksum: Added.
2743 * platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
2744 * platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.txt: Added.
2745 * platform/mac/fast/block/positioning/auto/vertical-rl: Added.
2746 * platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.checksum: Added.
2747 * platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.png: Added.
2748 * platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.txt: Added.
2749 * platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.checksum: Added.
2750 * platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
2751 * platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.txt: Added.
2752 * platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.checksum: Added.
2753 * platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
2754 * platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.txt: Added.
2755 * platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.checksum: Added.
2756 * platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
2757 * platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.txt: Added.
2758 * platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.checksum: Added.
2759 * platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.png: Added.
2760 * platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.txt: Added.
2761 * platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.checksum: Added.
2762 * platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
2763 * platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.txt: Added.
2764 * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.checksum: Added.
2765 * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
2766 * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.txt: Added.
2768 2011-02-28 Jungshik Shin <jshin@chromium.org>
2770 https://bugs.webkit.org/show_bug.cgi?id=55121
2772 [chromium] Unreviewed change of test_expectations.txt
2773 With the platform-specific expectation file landed in r79912,
2774 fast/xsl/sort-locale-expected.txt should pass now on chromium.
2775 So, remove it from the failure list.
2777 * platform/chromium/test_expectations.txt:
2779 2011-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
2781 Unreviewed, rolling out r78789.
2782 http://trac.webkit.org/changeset/78789
2783 https://bugs.webkit.org/show_bug.cgi?id=55409
2785 Incorrect canvas fallback implementation (Requested by
2786 inferno-sec on #webkit).
2788 * accessibility/canvas-fallback-content-expected.txt: Removed.
2789 * accessibility/canvas-fallback-content.html: Removed.
2790 * accessibility/canvas.html:
2792 2011-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
2794 Unreviewed, rolling out r79425.
2795 http://trac.webkit.org/changeset/79425
2796 https://bugs.webkit.org/show_bug.cgi?id=55406
2798 Incorrect canvas fallback implementation. (Requested by
2799 inferno-sec on #webkit).
2801 * canvas/canvas-mouse-events-expected.txt: Removed.
2802 * canvas/canvas-mouse-events.html: Removed.
2803 * platform/mac-wk2/Skipped:
2804 * platform/qt-wk2/Skipped:
2805 * platform/win-wk2/Skipped:
2807 2011-02-28 Adam Klein <adamk@chromium.org>
2809 Reviewed by Adam Barth.
2811 [fileapi] Implement LocalFileSystem.resolveLocalFileSystemURI
2812 https://bugs.webkit.org/show_bug.cgi?id=54774
2814 Tests for resolveLocalFileSystemURI.
2816 * fast/filesystem/resolve-uri-expected.txt: Added.
2817 * fast/filesystem/resolve-uri.html: Added.
2818 * fast/filesystem/script-tests/resolve-uri.js: Added.
2820 2011-02-28 Mihai Parparita <mihaip@chromium.org>
2822 Unreviewed Chromium rebaseline.
2824 Fix 3 tests for Snow Leopard by removing out of date chromium-mac
2825 baselines (there are already chromium-mac-leopard results).
2827 Revert rebaseline done by r79881 since the behavior was reverted by
2830 * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Removed.
2831 * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
2832 * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Removed.
2833 * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
2834 * platform/chromium-mac/fast/forms/placeholder-position-expected.checksum: Removed.
2835 * platform/chromium-mac/fast/forms/placeholder-position-expected.png: Removed.
2836 * platform/chromium/test_expectations.txt:
2837 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
2838 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2840 2011-02-28 Jungshik Shin <jshin@chromium.org>
2842 Reviewed by Tony Chang
2844 https://bugs.webkit.org/show_bug.cgi?id=55121
2846 [chromium] Recently, French Academy changed the sorting
2847 rules for French in such a way that accents are not weighted
2848 from the end of a word any more. ICU 4.6 / CLDR 1.9
2849 incorporated the change. Canadian French hasn't adopted the
2852 Chrome is the only port that uses new rules with ICU 4.6. So,
2853 for now, I'm changing the expectation file for Chrome only.
2855 * platform/chromium/fast/xsl: Added.
2856 * platform/chromium/fast/xsl/sort-locale-expected.txt: Copied from LayoutTests/fast/xsl/sort-locale-expected.txt.
2858 2011-02-28 Chang Shu <cshu@webkit.org>
2860 Reviewed by Adele Peterson.
2862 REGRESSION (r79762): Items in <select multiple> have focus rings, but shouldn't
2863 https://bugs.webkit.org/show_bug.cgi?id=55323
2865 Added test case to make sure no focus ring is drawn on selected items.
2867 * fast/forms/select-listbox-multiple-no-focusring.html: Added.
2868 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.checksum: Added.
2869 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png: Added.
2870 * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Added.
2872 2011-02-28 Abhishek Arya <inferno@chromium.org>
2874 Reviewed by Anders Carlsson.
2876 Unskip crashing test fast/frames/iframe-plugin-load-remove-document-crash.html.
2877 https://bugs.webkit.org/show_bug.cgi?id=55307
2879 * platform/gtk/Skipped:
2880 * platform/qt/Skipped:
2881 * platform/win/Skipped:
2883 2011-02-28 Adam Klein <adamk@chromium.org>
2885 Reviewed by James Robinson.
2887 [chromium] Remove "PASS TEXT" expectation for fast/filesystem/op-get-entry.html
2888 https://bugs.webkit.org/show_bug.cgi?id=55262
2890 Test now passes as Chromium has rolled past r76098.
2892 * platform/chromium/test_expectations.txt:
2894 2011-02-28 Sergio Villar Senin <svillar@igalia.com>
2896 Reviewed by Martin Robinson.
2898 [Gtk] Resource size is incorrectly reported to WebCore
2899 https://bugs.webkit.org/show_bug.cgi?id=53228
2901 * platform/gtk/Skipped: unskipped http/tests/inspector/network-size.html
2903 2011-02-28 Csaba Osztrogonác <ossy@webkit.org>
2907 [Qt] Add Qt specific expected results for passing fast tests.
2909 * platform/qt/Skipped: Unskip passing tests.
2910 * platform/qt/fast/transforms [...] : Added.
2911 * platform/qt/fast/tokenizer [...] : Added.
2912 * platform/qt/fast/replaced [...] : Added.
2913 * platform/qt/fast/runin [...] : Added.
2914 * platform/qt/fast/selectors [...] : Added.
2915 * platform/qt/fast/table [...] : Added.
2916 * ChangeLog : Remove duplicated ChangeLog entry.
2918 2011-02-28 Mihai Parparita <mihaip@chromium.org>
2920 Unreviewed Chromium expectations change.
2922 Skip over fast/overflow/horizontal-scroll-after-back.html added by
2923 r79844, since it's page cache-specific.
2925 * platform/chromium/test_expectations.txt:
2927 2011-02-28 Mihai Parparita <mihaip@chromium.org>
2929 Unreviewed Chromium expectations change.
2931 Rebaseline fast/forms/listbox-hit-test-zoomed.html after r79762.
2932 Also make a new other expectations more specific.
2934 * platform/chromium/test_expectations.txt:
2935 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
2936 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2938 2011-02-28 Pavel Podivilov <podivilov@chromium.org>
2940 Reviewed by Pavel Feldman.
2942 Web Inspector: add live edit test.
2943 https://bugs.webkit.org/show_bug.cgi?id=55360
2945 * http/tests/inspector/debugger-test.js:
2946 (initialize_DebuggerTest):
2947 * inspector/debugger/debug-inlined-scripts.html:
2948 * inspector/debugger/live-edit-expected.txt: Added.
2949 * inspector/debugger/live-edit.html: Added.
2950 * inspector/debugger/resources/edit-me.js: Added.
2951 * platform/gtk/Skipped:
2952 * platform/mac/Skipped:
2953 * platform/qt/Skipped:
2954 * platform/win/Skipped:
2956 2011-02-28 Pavel Feldman <pfeldman@chromium.org>
2958 Not reviewed. More follow ups to XML Viewer tests commit.
2960 * http/tests/xmlviewer/dumpAsText/frames.html:
2961 * platform/qt/Skipped:
2963 2011-02-28 Sheriff Bot <webkit.review.bot@gmail.com>
2965 Unreviewed, rolling out r79784.
2966 http://trac.webkit.org/changeset/79784
2967 https://bugs.webkit.org/show_bug.cgi?id=55386
2969 This change causes lots of assertion failures in Debug builds
2970 (Requested by aroben on #webkit).
2972 * transitions/matched-transform-functions.html:
2973 * transitions/retargetted-transition.html:
2975 2011-02-28 Pavel Feldman <pfeldman@chromium.org>
2977 Not reviewed: follow up to r79861, moved utf-16-no-bom to its new home, fixed flaky frames.html.
2979 * fast/encoding/dumpAsText/utf-16-no-bom.xml: Renamed from LayoutTests/fast/encoding/utf-16-no-bom.xml.
2980 * http/tests/xmlviewer/dumpAsText/frames.html:
2982 2011-02-28 Pavel Podivilov <podivilov@chromium.org>
2984 Reviewed by Pavel Feldman.
2986 Web Inspector: [REGRESSION] source frame is recreated for each inlined script in document.
2987 https://bugs.webkit.org/show_bug.cgi?id=55377
2989 * inspector/debugger/scripts-panel-expected.txt:
2990 * inspector/debugger/scripts-panel.html:
2992 2011-02-28 Csaba Osztrogonác <ossy@webkit.org>
2996 [Qt] Remove non-existent tests from Skipped list after r79861.
2998 * platform/qt/Skipped:
3000 2011-02-28 Csaba Osztrogonác <ossy@webkit.org>
3004 [Qt] Add Qt specific expected results for passing fast/css tests.
3006 * platform/qt/Skipped:
3007 * platform/qt/fast/css [...] : Added.
3010 2011-02-28 Adam Roben <aroben@apple.com>
3012 Skip a sometimes-crashing test on Windows
3014 The failure is tracked by <http://webkit.org/b/55375>.
3016 * platform/win/Skipped: Added http/tests/websocket/tests/reload-crash.html.
3018 2011-02-28 Adam Roben <aroben@apple.com>
3020 Add a test for the paint rect passed via WM_PAINT to windowless plugins
3022 Test for <http://webkit.org/b/55365> <rdar://problem/9031089> REGRESSION (r79040): WebKit2:
3023 Large portions of pages with plugins paint black
3025 Reviewed by Anders Carlsson.
3027 * platform/win-wk2/platform/win/plugins/windowless-paint-rect-coordinates-expected.txt: Added.
3028 * platform/win/plugins/windowless-paint-rect-coordinates-expected.txt: Added. WebKit1
3029 doesn't pass a paint rect via WM_PAINT, so we have different results there.
3030 * platform/win/plugins/windowless-paint-rect-coordinates.html: Added.
3032 2011-02-28 Vsevolod Vlasov <vsevik@chromium.org>
3034 Reviewed by Pavel Feldman.
3036 XML without style should render as syntax-highlighted source.
3037 https://bugs.webkit.org/show_bug.cgi?id=13807
3039 Added tests for XML tree view mode. Testing both logic for entering
3040 XML tree view mode and rendering itself.
3041 Tests are disabled for QT since this logic is not yet implemented, see
3042 https://bugs.webkit.org/show_bug.cgi?id=55302
3044 * fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt: Copied from LayoutTests/fast/css/xml-stylesheet-pi-not-in-prolog.xml.
3045 * fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog.xml: Renamed from LayoutTests/fast/css/xml-stylesheet-pi-not-in-prolog.xml.
3046 * fast/encoding/dumpAsText/utf-16-no-bom-expected.txt: Added.
3047 * fast/encoding/dumpAsText/utf-16-no-bom.xml: Renamed from LayoutTests/fast/encoding/utf-16-no-bom.xml.
3048 * http/tests/xmlviewer/dumpAsText/css-stylesheet-expected.txt: Added.
3049 * http/tests/xmlviewer/dumpAsText/css-stylesheet.xml: Added.
3050 * http/tests/xmlviewer/dumpAsText/frames-expected.txt: Added.
3051 * http/tests/xmlviewer/dumpAsText/frames.html: Added.
3052 * http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
3053 * http/tests/xmlviewer/dumpAsText/mathml.xml: Added.
3054 * http/tests/xmlviewer/dumpAsText/resources/css-stylesheet.css: Added.
3056 * http/tests/xmlviewer/dumpAsText/resources/frames-helper.xml: Added.
3057 * http/tests/xmlviewer/dumpAsText/resources/xsl.xml: Added.
3058 * http/tests/xmlviewer/dumpAsText/svg-expected.txt: Added.
3059 * http/tests/xmlviewer/dumpAsText/svg.xml: Added.
3060 * http/tests/xmlviewer/dumpAsText/wml-expected.txt: Added.
3061 * http/tests/xmlviewer/dumpAsText/wml.xml: Added.
3062 * http/tests/xmlviewer/dumpAsText/xhtml-tag-expected.txt: Added.
3063 * http/tests/xmlviewer/dumpAsText/xhtml-tag.xml: Added.
3064 * http/tests/xmlviewer/dumpAsText/xlink-expected.txt: Added.
3065 * http/tests/xmlviewer/dumpAsText/xlink.xml: Added.
3066 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251-expected.txt: Added.
3067 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml: Added.
3068 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8-expected.txt: Added.
3069 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml: Added.
3070 * http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt: Added.
3071 * http/tests/xmlviewer/dumpAsText/xmlviewer.xml: Added.
3072 * http/tests/xmlviewer/dumpAsText/xsl-stylesheet-expected.txt: Added.
3073 * http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml: Added.
3074 * http/tests/xmlviewer/dumpAsText/xul-expected.txt: Added.
3075 * http/tests/xmlviewer/dumpAsText/xul.xml: Added.
3076 * platform/chromium-linux/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
3077 * platform/chromium-linux/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
3078 * platform/chromium-linux/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
3079 * platform/chromium-linux/fast/encoding/utf-16-no-bom-expected.png: Removed.
3080 * platform/chromium-linux/svg/hixie/error/004-expected.checksum: Removed.
3081 * platform/chromium-linux/svg/hixie/error/004-expected.png: Removed.
3082 * platform/chromium-linux/svg/hixie/error/005-expected.checksum: Removed.
3083 * platform/chromium-linux/svg/hixie/error/005-expected.png: Removed.
3084 * platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
3085 * platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
3086 * platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
3087 * platform/chromium-win/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
3088 * platform/chromium-win/fast/encoding/utf-16-no-bom-expected.png: Removed.
3089 * platform/chromium-win/fast/encoding/utf-16-no-bom-expected.txt: Removed.
3090 * platform/chromium-win/svg/hixie/error/004-expected.checksum: Removed.
3091 * platform/chromium-win/svg/hixie/error/004-expected.png: Removed.
3092 * platform/chromium-win/svg/hixie/error/004-expected.txt: Removed.
3093 * platform/chromium-win/svg/hixie/error/005-expected.checksum: Removed.
3094 * platform/chromium-win/svg/hixie/error/005-expected.png: Removed.
3095 * platform/chromium-win/svg/hixie/error/005-expected.txt: Removed.
3096 * platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
3097 * platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
3098 * platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
3099 * platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
3100 * platform/gtk/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
3101 * platform/gtk/fast/encoding/utf-16-no-bom-expected.png: Removed.
3102 * platform/gtk/fast/encoding/utf-16-no-bom-expected.txt: Removed.
3103 * platform/gtk/svg/hixie/error/004-expected.checksum: Removed.
3104 * platform/gtk/svg/hixie/error/004-expected.png: Removed.
3105 * platform/gtk/svg/hixie/error/004-expected.txt: Removed.
3106 * platform/gtk/svg/hixie/error/005-expected.checksum: Removed.
3107 * platform/gtk/svg/hixie/error/005-expected.png: Removed.
3108 * platform/gtk/svg/hixie/error/005-expected.txt: Removed.
3109 * platform/mac-leopard/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
3110 * platform/mac-leopard/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
3111 * platform/mac-leopard/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
3112 * platform/mac-leopard/fast/encoding/utf-16-no-bom-expected.png: Removed.
3113 * platform/mac-leopard/svg/hixie/error/004-expected.checksum: Removed.
3114 * platform/mac-leopard/svg/hixie/error/004-expected.png: Removed.
3115 * platform/mac-leopard/svg/hixie/error/005-expected.checksum: Removed.
3116 * platform/mac-leopard/svg/hixie/error/005-expected.png: Removed.
3117 * platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Removed.
3118 * platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
3119 * platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
3120 * platform/mac/fast/encoding/utf-16-no-bom-expected.checksum: Removed.
3121 * platform/mac/fast/encoding/utf-16-no-bom-expected.png: Removed.
3122 * platform/mac/fast/encoding/utf-16-no-bom-expected.txt: Removed.
3123 * platform/mac/svg/hixie/error/004-expected.checksum: Removed.
3124 * platform/mac/svg/hixie/error/004-expected.png: Removed.
3125 * platform/mac/svg/hixie/error/004-expected.txt: Removed.
3126 * platform/mac/svg/hixie/error/005-expected.checksum: Removed.
3127 * platform/mac/svg/hixie/error/005-expected.png: Removed.
3128 * platform/mac/svg/hixie/error/005-expected.txt: Removed.
3129 * platform/qt/Skipped:
3130 * platform/qt/fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
3131 * platform/qt/fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
3132 * platform/qt/fast/encoding/dumpAsText/utf-16-no-bom-expected.txt: Added.
3133 * platform/qt/fast/encoding/utf-16-no-bom-expected.txt: Removed.
3134 * platform/qt/svg/hixie/error/004-expected.txt: Removed.
3135 * platform/qt/svg/hixie/error/005-expected.txt: Removed.
3136 * platform/qt/svg/hixie/error/dumpAsText/004-expected.txt: Added.
3137 * platform/qt/svg/hixie/error/dumpAsText/005-expected.txt: Added.
3138 * svg/hixie/error/dumpAsText/004-expected.txt: Added.
3139 * svg/hixie/error/dumpAsText/004.xml: Renamed from LayoutTests/svg/hixie/error/004.xml.
3140 * svg/hixie/error/dumpAsText/005-expected.txt: Added.
3141 * svg/hixie/error/dumpAsText/005.xml: Renamed from LayoutTests/svg/hixie/error/005.xml.
3143 2011-02-28 Pavel Feldman <pfeldman@chromium.org>
3145 Not reviewed: skipping new inspector network tests on win.
3147 * platform/win/Skipped:
3149 2011-02-28 Yury Semikhatsky <yurys@chromium.org>
3151 Reviewed by Pavel Feldman.
3153 Web Inspector: debugger agents should have same livetime as InspectorAgent
3154 https://bugs.webkit.org/show_bug.cgi?id=55369
3156 * inspector/report-protocol-errors-expected.txt:
3157 * inspector/report-protocol-errors.html:
3159 2011-02-28 Pavel Feldman <pfeldman@chromium.org>
3161 Not reviewed: updated inspector test harness and chromium expectations.
3163 * http/tests/inspector/network/network-size-expected.txt:
3164 * http/tests/inspector/network/network-timing.html:
3165 * http/tests/inspector/network/resources/resource.php:
3166 * platform/chromium/http/tests/inspector/network/network-size-expected.txt: Copied from LayoutTests/http/tests/inspector/network/network-size-expected.txt.
3167 * platform/gtk/Skipped:
3168 * platform/qt/Skipped:
3170 2011-02-28 Pavel Feldman <pfeldman@chromium.org>
3172 Reviewed by Yury Semikhatsky.
3174 Web Inspector: add first network test, improve harness.
3175 https://bugs.webkit.org/show_bug.cgi?id=55306
3177 * http/tests/inspector/inspector-test.js:
3178 (initialize_InspectorTest.InspectorTest.assertGreaterOrEqual):
3179 * http/tests/inspector/network/network-size-expected.txt: Added.
3180 * http/tests/inspector/network/network-size.html: Added.
3181 * http/tests/inspector/network/network-timing-expected.txt: Added.
3182 * http/tests/inspector/network/network-timing.html: Added.
3183 * http/tests/inspector/network/resources/resource.php: Added.
3185 2011-02-27 Aparna Nandyal <aparna.nand@wipro.com>
3187 Reviewed by Antonio Gomes.
3189 [Qt] QtTestBrowser - Horizontal scrollbar disappears on navigating pages using Back/Forward
3190 https://bugs.webkit.org/show_bug.cgi?id=53917
3192 The bug got fixed by other changes. Adding test case to avoid
3193 regressions in the future.
3195 * fast/overflow/horizontal-scroll-after-back-expected.txt: Added.
3196 * fast/overflow/horizontal-scroll-after-back.html: Added.
3198 2011-02-27 Adam Roben <aroben@apple.com>
3200 Add Windows expected failure results for fast/events/pageshow-pagehide-on-back-cached.html
3202 <http://webkit.org/b/55329> tracks the failure.
3204 * platform/win/fast/events/pageshow-pagehide-on-back-cached-expected.txt: Added.
3206 2011-02-27 Adam Roben <aroben@apple.com>
3208 Add Windows expected failure results for fast/images/support-broken-image-delegate.html
3210 <http://webkit.org/b/55324> tracks the failure.
3212 * platform/win/fast/images/support-broken-image-delegate-expected.txt: Added.
3214 2011-02-27 Adam Roben <aroben@apple.com>
3216 Remove Windows-specific html5lib results
3218 I suspect these haven't been needed since r77781.
3220 * platform/win/html5lib/runner-expected.txt: Removed.
3222 2011-02-27 Adam Roben <aroben@apple.com>
3224 Skip fast/frames/iframe-plugin-load-remove-document-crash.html on Windows
3226 It's been crashing since it was added in r79808. <http://webkit.org/b/55307> tracks the
3229 * platform/win/Skipped:
3231 2011-02-27 Patrick Gansterer <paroga@webkit.org>
3233 Reviewed by Andreas Kling.
3235 [Qt] fast/loader/user-stylesheet-fast-path.html fails
3236 https://bugs.webkit.org/show_bug.cgi?id=50911
3238 * platform/qt/Skipped: Unskip test which is now passing.
3240 2011-02-26 Abhishek Arya <inferno@chromium.org>
3244 Skip the test on QT, GTK until we can figure out the plugin load problem.
3245 https://bugs.webkit.org/show_bug.cgi?id=55307
3247 * platform/gtk/Skipped:
3248 * platform/qt/Skipped:
3250 2011-02-26 Justin Schuh <jschuh@chromium.org>
3252 Reviewed by Darin Adler.
3254 Delay firing of mutation events while setting attribute values
3255 https://bugs.webkit.org/show_bug.cgi?id=55199
3257 * fast/dom/attribute-change-on-mutate-expected.txt: Added.
3258 * fast/dom/attribute-change-on-mutate.html: Added.
3260 2011-02-25 Abhishek Arya <inferno@chromium.org>
3262 Reviewed by Adam Barth.
3264 Tests that removing a document during a plugin load does not result
3266 https://bugs.webkit.org/show_bug.cgi?id=55289
3268 * fast/frames/iframe-plugin-load-remove-document-crash-expected.txt: Added.
3269 * fast/frames/iframe-plugin-load-remove-document-crash.html: Added.
3271 2011-02-26 Pavel Feldman <pfeldman@chromium.org>
3273 Not reviewed: rolling out 79799 and 79804 for breaking xml tests on mac.
3275 2011-02-26 Pavel Feldman <pfeldman@chromium.org>
3277 Not reviewed: follow up to r79799. Fixing WinCE+Efl, mute new tests on Qt.
3278 https://bugs.webkit.org/show_bug.cgi?id=55302
3280 * platform/qt/Skipped:
3282 2011-02-26 Mihai Parparita <mihaip@chromium.org>
3284 Unreviewed Chromium expectations update.
3286 Add failing expectation for fast/images/support-broken-image-delegate.html
3288 * platform/chromium/test_expectations.txt:
3290 2011-02-26 Mihai Parparita <mihaip@chromium.org>
3292 Unreviewed update of the Chromium html5lib expectations after r79765
3293 (diff matches the base expectations change).
3295 * platform/chromium/html5lib/runner-expected.txt:
3297 2011-02-25 Vsevolod Vlasov <vsevik@chromium.org>
3299 Reviewed by Pavel Feldman.
3301 XML without style should render as syntax-highlighted source.
3302 https://bugs.webkit.org/show_bug.cgi?id=13807
3304 Added tests for XML tree view mode. Testing both logic for entering
3305 XML tree view mode and rendering itself.
3307 * http/tests/xmlviewer/dumpAsText/css-stylesheet-expected.txt: Added.
3308 * http/tests/xmlviewer/dumpAsText/css-stylesheet.xml: Added.
3309 * http/tests/xmlviewer/dumpAsText/frames-expected.txt: Added.
3310 * http/tests/xmlviewer/dumpAsText/frames.html: Added.
3311 * http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
3312 * http/tests/xmlviewer/dumpAsText/mathml.xml: Added.
3313 * http/tests/xmlviewer/dumpAsText/resources/css-stylesheet.css: Added.
3315 * http/tests/xmlviewer/dumpAsText/resources/frames-helper.xml: Added.
3316 * http/tests/xmlviewer/dumpAsText/resources/xsl.xml: Added.
3317 * http/tests/xmlviewer/dumpAsText/svg-expected.txt: Added.
3318 * http/tests/xmlviewer/dumpAsText/svg.xml: Added.
3319 * http/tests/xmlviewer/dumpAsText/wml-expected.txt: Added.
3320 * http/tests/xmlviewer/dumpAsText/wml.xml: Added.
3321 * http/tests/xmlviewer/dumpAsText/xhtml-tag-expected.txt: Added.
3322 * http/tests/xmlviewer/dumpAsText/xhtml-tag.xml: Added.
3323 * http/tests/xmlviewer/dumpAsText/xlink-expected.txt: Added.
3324 * http/tests/xmlviewer/dumpAsText/xlink.xml: Added.
3325 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251-expected.txt: Added.
3326 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml: Added.
3327 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8-expected.txt: Added.
3328 * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml: Added.
3329 * http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt: Added.
3330 * http/tests/xmlviewer/dumpAsText/xmlviewer.xml: Added.
3331 * http/tests/xmlviewer/dumpAsText/xsl-stylesheet-expected.txt: Added.
3332 * http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml: Added.
3333 * http/tests/xmlviewer/dumpAsText/xul-expected.txt: Added.
3334 * http/tests/xmlviewer/dumpAsText/xul.xml: Added.
3335 * platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt: Added.
3337 2011-02-26 Adam Klein <adamk@chromium.org>
3339 Reviewed by James Robinson.
3341 [chromium] Update op-get-entry filesystem test to match spec
3342 https://bugs.webkit.org/show_bug.cgi?id=55263
3344 Chromium behavior changed in r76098. This patch updates WebKit test
3345 to match. Both now match the spec, which says of TYPE_MISMATCH_ERR:
3347 user agent MUST use this code when the user has attempted to look up
3348 a file or directory, but the Entry found is of the wrong type
3350 Reference: http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#error-code-descriptions
3352 * fast/filesystem/op-get-entry-expected.txt:
3353 * fast/filesystem/resources/op-get-entry.js:
3354 GetFile/GetDirectory now expected to return TYPE_MISMATCH_ERR
3355 if requesting a non-file/non-directory.
3356 * platform/chromium/test_expectations.txt:
3357 Allow op-get-entry to pass while waiting for Chromium roll.
3359 2011-02-26 Mihai Parparita <mihaip@chromium.org>
3361 Unreviewed Chromium expectations change.
3363 Remove failing Snow Leopard expectations for tests that were fixed by
3366 Skip more viewport tests added by r79783.
3368 * platform/chromium/test_expectations.txt:
3370 2011-02-26 Ryosuke Niwa <rniwa@webkit.org>
3372 Reviewed by Kent Tamura.
3374 REGRESSION(r79398): Webkit crash on dojo theme tester page
3375 https://bugs.webkit.org/show_bug.cgi?id=55290
3377 Added a test to ensure WebKit does not crash when querying style value without selection.
3379 * editing/execCommand/value-without-selection-crash-expected.txt: Added.
3380 * editing/execCommand/value-without-selection-crash.html: Added.
3382 2011-02-26 Rik Cabanier <cabanier@adobe.com>
3384 Reviewed by David Hyatt.
3386 Fix that allows fixed length values to be floating point
3387 https://bugs.webkit.org/show_bug.cgi?id=52699
3389 Transitions now return matrices in floating point. 2 of the transition tests were failing