1 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
3 Not reviewed. Now that the Qt slave has been rebuilt, reenable all tests that failed
4 because of the build problems (Qt slave didn't rebuild all files with ENABLE_FILTERS set).
6 Update some Qt specfic filter test results.
9 * platform/qt/svg/filters/feComposite-expected.txt:
10 * platform/qt/svg/filters/feMerge-expected.txt:
11 * platform/qt/svg/filters/feTile-expected.txt:
12 * platform/qt/svg/filters/shadow-on-filter-expected.txt:
13 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
14 * platform/qt/svg/filters/sourceAlpha-expected.txt:
15 * platform/qt/svg/filters/subRegion-in-userSpace-expected.txt:
16 * platform/qt/svg/filters/subRegion-one-effect-expected.txt:
17 * platform/qt/svg/filters/subRegion-two-effects-expected.txt:
19 2009-12-08 Fumitoshi Ukai <ukai@chromium.org>
21 Reviewed by Darin Adler.
23 Add tests that WebSocket protocol argument works.
24 https://bugs.webkit.org/show_bug.cgi?id=3178
26 * websocket/tests/bad-sub-protocol-expected.txt: Added.
27 * websocket/tests/bad-sub-protocol.html: Added.
28 * websocket/tests/handshake-fail-by-sub-protocol-mismatch-expected.txt: Added.
29 * websocket/tests/handshake-fail-by-sub-protocol-mismatch.html: Added.
30 * websocket/tests/protocol-test_wsh.py: Added.
31 * websocket/tests/script-tests/bad-sub-protocol.js: Added.
32 * websocket/tests/script-tests/handshake-fail-by-sub-protocol-mismatch.js: Added.
33 * websocket/tests/script-tests/sub-protocol.js: Added.
34 * websocket/tests/sub-protocol-expected.txt: Added.
35 * websocket/tests/sub-protocol.html: Added.
37 2009-12-07 Csaba Osztrogonác <ossy@webkit.org>
39 [Qt] Unreviewed fix to make QtBuildBot green.
40 Skip failing tests caused by r51828 (Turn on (SVG) Filters for Qt.)
41 https://bugs.webkit.org/show_bug.cgi?id=32224
42 http://build.webkit.org/results/Qt%20Linux%20Release/r51828%20(4620)/results.html
44 * platform/qt/Skipped:
46 2009-12-07 Shinichiro Hamaji <hamaji@chromium.org>
48 Reviewed by Darin Adler.
50 editing/selection/last-empty-inline is failing in Windows
51 https://bugs.webkit.org/show_bug.cgi?id=31985
53 * editing/selection/last-empty-inline-expected.txt:
54 * editing/selection/last-empty-inline.html:
55 * platform/qt/Skipped:
56 * platform/win/Skipped:
58 2009-12-07 Fumitoshi Ukai <ukai@chromium.org>
60 Reviewed by Alexey Proskuryakov.
62 Fragments now make WebSocket URL parsing fail.
63 https://bugs.webkit.org/show_bug.cgi?id=32144
65 * websocket/tests/script-tests/url-parsing.js:
66 * websocket/tests/script-tests/url-with-fragment.js: Removed.
67 * websocket/tests/url-parsing-expected.txt:
68 * websocket/tests/url-with-fragment-expected.txt: Removed.
69 * websocket/tests/url-with-fragment.html: Removed.
71 2009-12-07 Fumitoshi Ukai <ukai@chromium.org>
73 Reviewed by Darin Adler.
75 Fix wrong length parsing in WebSocket.
76 https://bugs.webkit.org/show_bug.cgi?id=32203
78 These two tests assumed wrong length encoding in frame: it parsed
79 length from bytes with 8th bit on. But spec says length is encoded
80 as a series of 7-bit bytes stored in octests with the 8th bit on
82 These tests encodes a frame that has 129 length, so it must be
83 \x81\0x01 instead of \x81\0x81.
85 * websocket/tests/frame-length-longer-than-buffer_wsh.py:
86 * websocket/tests/frame-length-skip_wsh.py:
88 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
90 Rubber-stamped by Maciej Stachowiak.
92 Turn on (SVG) Filters for Qt.
93 https://bugs.webkit.org/show_bug.cgi?id=32224
95 * platform/qt/Skipped:
97 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
99 Not reviewed. Reverting problematic patch, causing errors.
101 Revert r51789 (Avoid zero division during SVGPaintServerPattern::setup()). Crashes on all Windows slaves.
102 Reopen bug https://bugs.webkit.org/show_bug.cgi?id=29912.
104 * svg/custom/script-tests/small-pattern.js: Removed.
105 * svg/custom/small-pattern-expected.txt: Removed.
106 * svg/custom/small-pattern.html: Removed.
108 2009-12-07 Kent Tamura <tkent@chromium.org>
110 Reviewed by Darin Adler.
112 Add tests for HTMLInputElement::stepUp() and stepDown().
113 https://bugs.webkit.org/show_bug.cgi?id=27451
115 * fast/forms/input-step-number-expected.txt: Added.
116 * fast/forms/input-step-number.html: Added.
117 * fast/forms/input-step-range-expected.txt: Added.
118 * fast/forms/input-step-range.html: Added.
119 * fast/forms/input-step-unsupported-expected.txt: Added.
120 * fast/forms/input-step-unsupported.html: Added.
121 * fast/forms/script-tests/input-step-number.js: Added.
122 * fast/forms/script-tests/input-step-range.js: Added.
123 * fast/forms/script-tests/input-step-unsupported.js: Added.
125 2009-12-07 Enrica Casucci <enrica@apple.com>
127 Reviewed by Darin Adler.
129 REGRESSION(4.0.4-42a12): Indent does not work for twice modified with background text in gmail.
130 <rdar://problem/7442387>
131 https://bugs.webkit.org/show_bug.cgi?id=32233
133 * editing/execCommand/indent-with-style2-expected.txt: Added.
134 * editing/execCommand/indent-with-style2.html: Added.
136 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
138 Not reviewed. Add some missing files that depend on SVG Filters support, only mac supports it for now.
140 * platform/win/Skipped:
142 2009-12-07 Csaba Osztrogonác <ossy@webkit.org>
144 [Qt] Unreviewed. Skip a timeouter flakey test.
146 * platform/qt/Skipped: fast/frames/sandboxed-iframe-plugins.html added.
148 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
150 Not reviewed. Skip yet another test, what a journey...
152 * platform/gtk/Skipped:
154 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
156 Not reviewed. Adjust one layout test to the results of the Leopard Intel slave.
158 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
160 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
162 Not reviewed. Turn Qt slave green again, after landing filters.
164 * platform/qt/Skipped:
166 2009-12-07 Dan Bernstein <mitz@apple.com>
168 Corrected expected results
170 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.checksum:
171 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
172 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.checksum:
173 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.png:
175 2009-12-07 Dan Bernstein <mitz@apple.com>
177 Rubber-stamped by Simon Fraser.
179 Re-enabled this test now that <rdar://problem/7450481> is fixed
181 * fast/repaint/block-selection-gap-in-composited-layer.html: Copied from LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html.disabled.
182 * fast/repaint/block-selection-gap-in-composited-layer.html.disabled: Removed.
184 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
186 Reviewed by Holger Hans Peter Freyther.
188 Turn on (SVG) Filters support, by default.
189 https://bugs.webkit.org/show_bug.cgi?id=32224
191 Recreate SVG test baseline, after enabling filters support on mac.
192 Add affected tests, that are not yet skipped, to the Skipped list of every other
193 platform, until building with filters support is enabled on those platforms as well.
195 * fast/dom/Window/window-properties-expected.txt:
196 * fast/dom/prototype-inheritance-2-expected.txt:
197 * fast/dom/prototype-inheritance-expected.txt:
198 * fast/js/global-constructors-expected.txt:
199 * platform/gtk/Skipped:
200 * platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum:
201 * platform/mac-leopard/svg/text/text-intro-05-t-expected.png:
202 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
203 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
204 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
205 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
206 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
207 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
208 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
209 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
210 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
211 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
212 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
213 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
214 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
215 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
216 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
217 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
218 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
219 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
220 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
221 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
222 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
223 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
224 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
225 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
226 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
227 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
228 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
229 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
230 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
231 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
232 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
233 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
234 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
235 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
236 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
237 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
238 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
239 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
240 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
241 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
242 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
243 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
244 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
245 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
246 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
247 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
248 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
249 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
250 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
251 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
252 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
253 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
254 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
255 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
256 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
257 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
258 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
259 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
260 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
261 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
262 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
263 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
264 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
265 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
266 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
267 * platform/mac/svg/batik/filters/feTile-expected.checksum:
268 * platform/mac/svg/batik/filters/feTile-expected.png:
269 * platform/mac/svg/batik/filters/feTile-expected.txt:
270 * platform/mac/svg/batik/filters/filterRegions-expected.checksum:
271 * platform/mac/svg/batik/filters/filterRegions-expected.png:
272 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
273 * platform/mac/svg/batik/paints/patternRegions-expected.checksum:
274 * platform/mac/svg/batik/paints/patternRegions-expected.png:
275 * platform/mac/svg/batik/text/textEffect-expected.checksum:
276 * platform/mac/svg/batik/text/textEffect-expected.png:
277 * platform/mac/svg/batik/text/textEffect-expected.txt:
278 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
279 * platform/mac/svg/batik/text/textEffect3-expected.png:
280 * platform/mac/svg/batik/text/textEffect3-expected.txt:
281 * platform/mac/svg/batik/text/textFeatures-expected.checksum:
282 * platform/mac/svg/batik/text/textFeatures-expected.png:
283 * platform/mac/svg/batik/text/textFeatures-expected.txt:
284 * platform/mac/svg/batik/text/textOnPath-expected.checksum:
285 * platform/mac/svg/batik/text/textOnPath-expected.png:
286 * platform/mac/svg/batik/text/textPosition-expected.checksum:
287 * platform/mac/svg/batik/text/textPosition-expected.png:
288 * platform/mac/svg/batik/text/textProperties-expected.checksum:
289 * platform/mac/svg/batik/text/textProperties-expected.png:
290 * platform/mac/svg/batik/text/textProperties-expected.txt:
291 * platform/mac/svg/batik/text/verticalText-expected.checksum:
292 * platform/mac/svg/batik/text/verticalText-expected.png:
293 * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum:
294 * platform/mac/svg/batik/text/verticalTextOnPath-expected.png:
295 * platform/mac/svg/batik/text/xmlSpace-expected.checksum:
296 * platform/mac/svg/batik/text/xmlSpace-expected.png:
297 * platform/mac/svg/carto.net/window-expected.checksum:
298 * platform/mac/svg/carto.net/window-expected.png:
299 * platform/mac/svg/css/arrow-with-shadow-expected.png:
300 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.checksum:
301 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.png:
302 * platform/mac/svg/css/clippath-with-shadow-expected.png:
303 * platform/mac/svg/css/group-with-shadow-expected.checksum:
304 * platform/mac/svg/css/group-with-shadow-expected.png:
305 * platform/mac/svg/css/mask-with-shadow-expected.checksum:
306 * platform/mac/svg/css/mask-with-shadow-expected.png:
307 * platform/mac/svg/css/path-with-shadow-expected.png:
308 * platform/mac/svg/css/stars-with-shadow-expected.checksum:
309 * platform/mac/svg/css/stars-with-shadow-expected.png:
310 * platform/mac/svg/custom/circular-marker-reference-2-expected.checksum:
311 * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
312 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
313 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
314 * platform/mac/svg/custom/empty-merge-expected.checksum:
315 * platform/mac/svg/custom/empty-merge-expected.png:
316 * platform/mac/svg/custom/empty-merge-expected.txt:
317 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
318 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
319 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
320 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
321 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
322 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
323 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
324 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
325 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
326 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
327 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
328 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
329 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
330 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
331 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
332 * platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum:
333 * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
334 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
335 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
336 * platform/mac/svg/custom/gradient-stroke-width-expected.checksum:
337 * platform/mac/svg/custom/gradient-stroke-width-expected.png:
338 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
339 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
340 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
341 * platform/mac/svg/custom/invalid-css-expected.txt:
342 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
343 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
344 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
345 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
346 * platform/mac/svg/custom/linking-a-03-b-all-expected.checksum:
347 * platform/mac/svg/custom/linking-a-03-b-all-expected.png:
348 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
349 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
350 * platform/mac/svg/custom/marker-changes-expected.checksum:
351 * platform/mac/svg/custom/marker-changes-expected.png:
352 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
353 * platform/mac/svg/custom/marker-child-changes-expected.png:
354 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
355 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
356 * platform/mac/svg/custom/non-circular-marker-reference-expected.checksum:
357 * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
358 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
359 * platform/mac/svg/custom/non-opaque-filters-expected.png:
360 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
361 * platform/mac/svg/custom/path-bad-data-expected.checksum:
362 * platform/mac/svg/custom/path-bad-data-expected.png:
363 * platform/mac/svg/custom/pattern-rotate-expected.checksum:
364 * platform/mac/svg/custom/pattern-rotate-expected.png:
365 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
366 * platform/mac/svg/custom/pointer-events-path-expected.png:
367 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
368 * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
369 * platform/mac/svg/custom/text-filter-expected.checksum:
370 * platform/mac/svg/custom/text-filter-expected.png:
371 * platform/mac/svg/custom/text-filter-expected.txt:
372 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum:
373 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
374 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
375 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
376 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
377 * platform/mac/svg/custom/visibility-override-filter-expected.png:
378 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
379 * platform/mac/svg/filters/big-sized-filter-2-expected.checksum: Added.
380 * platform/mac/svg/filters/big-sized-filter-2-expected.png: Added.
381 * platform/mac/svg/filters/big-sized-filter-2-expected.txt:
382 * platform/mac/svg/filters/big-sized-filter-expected.checksum:
383 * platform/mac/svg/filters/big-sized-filter-expected.png:
384 * platform/mac/svg/filters/big-sized-filter-expected.txt:
385 * platform/mac/svg/filters/feComposite-expected.checksum:
386 * platform/mac/svg/filters/feComposite-expected.png:
387 * platform/mac/svg/filters/feComposite-expected.txt:
388 * platform/mac/svg/filters/feDisplacementMap-expected.checksum:
389 * platform/mac/svg/filters/feDisplacementMap-expected.png:
390 * platform/mac/svg/filters/feDisplacementMap-expected.txt:
391 * platform/mac/svg/filters/feGaussianBlur-expected.checksum:
392 * platform/mac/svg/filters/feGaussianBlur-expected.png:
393 * platform/mac/svg/filters/feGaussianBlur-expected.txt:
394 * platform/mac/svg/filters/feMerge-expected.checksum:
395 * platform/mac/svg/filters/feMerge-expected.png:
396 * platform/mac/svg/filters/feMerge-expected.txt:
397 * platform/mac/svg/filters/feMerge-wrong-input-expected.txt:
398 * platform/mac/svg/filters/feOffset-expected.checksum:
399 * platform/mac/svg/filters/feOffset-expected.png:
400 * platform/mac/svg/filters/feOffset-expected.txt:
401 * platform/mac/svg/filters/feTile-expected.checksum:
402 * platform/mac/svg/filters/feTile-expected.png:
403 * platform/mac/svg/filters/feTile-expected.txt:
404 * platform/mac/svg/filters/filterRes-expected.checksum:
405 * platform/mac/svg/filters/filterRes-expected.png:
406 * platform/mac/svg/filters/filterRes-expected.txt:
407 * platform/mac/svg/filters/shadow-on-filter-expected.checksum:
408 * platform/mac/svg/filters/shadow-on-filter-expected.png:
409 * platform/mac/svg/filters/shadow-on-filter-expected.txt:
410 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.checksum:
411 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
412 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.txt:
413 * platform/mac/svg/filters/sourceAlpha-expected.txt:
414 * platform/mac/svg/filters/subRegion-in-userSpace-expected.checksum:
415 * platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
416 * platform/mac/svg/filters/subRegion-in-userSpace-expected.txt:
417 * platform/mac/svg/filters/subRegion-one-effect-expected.checksum:
418 * platform/mac/svg/filters/subRegion-one-effect-expected.png:
419 * platform/mac/svg/filters/subRegion-one-effect-expected.txt:
420 * platform/mac/svg/filters/subRegion-two-effects-expected.checksum:
421 * platform/mac/svg/filters/subRegion-two-effects-expected.png:
422 * platform/mac/svg/filters/subRegion-two-effects-expected.txt:
423 * platform/mac/svg/text/text-path-01-b-expected.checksum:
424 * platform/mac/svg/text/text-path-01-b-expected.png:
425 * platform/mac/svg/text/text-text-05-t-expected.png:
426 * platform/mac/svg/text/text-text-07-t-expected.checksum:
427 * platform/mac/svg/text/text-text-07-t-expected.png:
428 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
429 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum:
430 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png:
431 * platform/qt/Skipped:
432 * platform/win/Skipped:
433 * svg/custom/js-svg-constructors-expected.txt:
434 * svg/custom/svg-features-expected.txt:
435 * svg/dom/operatorAttribute-expected.txt:
436 * svg/webarchive/svg-feimage-subresources-expected.webarchive:
438 2009-12-07 Kent Tamura <tkent@chromium.org>
440 Reviewed by Darin Adler.
442 Some changes to ValidityState-typeMismatch-url.html.
443 https://bugs.webkit.org/show_bug.cgi?id=29913
445 - Add more test cases
446 Username, IPv6 address, mailto:, file:, tel:, fragment, and IDN.
447 - Handle difference between KURL and KURLGoogle
449 * fast/forms/ValidityState-typeMismatch-url-expected.txt:
450 * fast/forms/script-tests/ValidityState-typeMismatch-url.js:
452 2009-12-07 Darin Fisher <darin@chromium.org>
454 Reviewed by Darin Adler.
456 http/tests/cache/subresource-failover-to-network.html is flaky
457 https://bugs.webkit.org/show_bug.cgi?id=32038
459 Rewrite test to avoid dumpResourceLoadCallbacks, which do not
460 interleave predictably with the output of dumpFrameLoadCallbacks.
461 Other things besides resource loading can delay onload.
463 The newly written test uses a cookie to determine if the test has
466 Unskip this test for platform/win.
468 * http/tests/cache/resources/subresource-failover-to-network.cgi:
469 * http/tests/cache/subresource-failover-to-network-expected.txt:
470 * http/tests/cache/subresource-failover-to-network.html:
471 * platform/win/Skipped:
473 2009-12-07 Alexey Proskuryakov <ap@apple.com>
475 Reviewed by Darin Adler.
477 https://bugs.webkit.org/show_bug.cgi?id=32244
478 Test sending and receiving small WebSocket messages of different lengths
480 * websocket/tests/frame-lengths-expected.txt: Added.
481 * websocket/tests/frame-lengths.html: Added.
483 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
485 Not reviewed. Add two tests generating new results to gtks collection of tests doing so.
487 * platform/gtk/Skipped:
489 2009-12-07 Dirk Schulze <krit@webkit.org>
491 Reviewed by Adam Barth.
493 If the tile of a pattern is bigger than the pattern and the
494 pattern size is < 0.5, the SVGPaintServer produced a division
495 by zero. This also only happens, if the attribute overflow is
497 This is a test with a pattern size of 0.1 and a tile size of 1.
499 * svg/custom/script-tests/small-pattern.js: Added.
500 * svg/custom/small-pattern-expected.txt: Added.
501 * svg/custom/small-pattern.html: Added.
503 2009-12-07 Kenneth Russell <kbr@google.com>
505 Reviewed by Dimitri Glazkov.
507 [v8] WebCore::WebGLArrayBufferInternal::byteLengthAttrGetter NULL pointer
508 https://bugs.webkit.org/show_bug.cgi?id=31889
510 Fixed bug in handling of zero-argument constructor call.
512 Test: fast/canvas/webgl/bug-31889.html
514 * fast/canvas/webgl/bug-31889-expected.txt: Added.
515 * fast/canvas/webgl/bug-31889.html: Added.
517 2009-12-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
519 Unreviewed. Landing files I forgot to add to my working copy
520 before committing r51734.
522 * media/media-can-play-ogg-expected.txt: Added.
523 * media/media-can-play-ogg.html: Added.
525 2009-12-07 Alexey Proskuryakov <ap@apple.com>
527 Don't skip websocket/tests/url-with-credential.html, it's one of earlier tests that is
530 * platform/mac/Skipped:
532 2009-12-07 Brian Weinstein <bweinstein@apple.com>
534 Rubber-stamped by Steve Falkenburg.
536 Add one more fast/js test to the Skipped list - also due to:
537 https://bugs.webkit.org/show_bug.cgi?id=32228.
539 * platform/win/Skipped:
541 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
543 Not reviewed. Cleaning up Skipped files in order to make more bots green, as I plan to land changes, that affect all bots (svg filters support).
545 Remove non-existant animations/3d directory in qt&win Skipped lists.
546 Skip one more test on windows (see bug #32228, already in radar, just guessing - not yet sure if it's a random crash issue though)
547 Skip 19 (!) tests on the Qt slave, failing since a longer time. Qt developers: Please investigate.
549 * platform/qt/Skipped: Also remove some duplicates I spotted.
550 * platform/win/Skipped:
552 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
554 Not reviewed. Disable two flaky SnowLeopard tests, filed bug and notified author.
556 Tests "plugins/document-open.html" and "plugins/mouse-events.html" are flaky on SnowLeopard
557 https://bugs.webkit.org/show_bug.cgi?id=32229
559 * platform/mac-snowleopard/Skipped:
561 2009-12-07 Dan Bernstein <mitz@apple.com>
563 Reviewed by Darin Adler.
565 Tests for <rdar://problem/7437820> Weird selection artifacts
567 * fast/repaint/block-selection-gap-stale-cache-2.html: Added.
568 * fast/repaint/block-selection-gap-stale-cache.html: Added.
569 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.checksum: Added.
570 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png: Added.
571 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.txt: Added.
572 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.checksum: Added.
573 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.png: Added.
574 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.txt: Added.
576 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
580 REGRESSION: fast/js/excessive-comma-usage.html and fast/js/math-transforms.html fail on win
581 https://bugs.webkit.org/show_bug.cgi?id=32228
583 Adding above two tests to the Skipped list on win, attempting to turn the win slave green again.
585 * platform/win/Skipped:
587 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
589 Not reviewed. Remove non-existant files in gtk/Skipped list, and exclude a printing test, without results. Should turn the gtk slave green again.
591 * platform/gtk/Skipped:
593 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
595 Not reviewed. Attempt to get all mac build slaves to green again. Disable crashing test, and notify the author of it to fix it.
597 New test "websocket/tests/url-with-credential.html" crashes in debug builds
598 https://bugs.webkit.org/show_bug.cgi?id=32226
600 * platform/mac/Skipped:
602 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
604 Not reviewed. Add missing layout test result.
606 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt: Added.
608 2009-12-07 Joanmarie Diggs <joanmarie.diggs@gmail.com>
610 Reviewed by Xan Lopez.
612 https://bugs.webkit.org/show_bug.cgi?id=25524
613 [Gtk] Expose the title attribute to assistive technologies
615 * platform/gtk/accessibility/title-and-alt.html: Added.
616 * platform/gtk/accessibility/title-and-alt-expected.txt: Added.
618 2009-12-07 Oliver Hunt <oliver@apple.com>
620 Reviewed by Maciej Stachowiak.
622 Object.create fails if properties on the descriptor are getters
623 https://bugs.webkit.org/show_bug.cgi?id=32219
625 Add tests for descriptors using getters instead of raw values
627 * fast/js/Object-create-expected.txt:
628 * fast/js/script-tests/Object-create.js:
631 (get var.DescriptorWithGetGetter.foo.Object.create.):
632 (get var.DescriptorWithSetGetter.foo.Object.create.):
634 2009-12-06 Oliver Hunt <oliver@apple.com>
636 Reviewed by Maciej Stachowiak.
638 Object.getOwnPropertyDescriptor() allows cross-frame access
639 https://bugs.webkit.org/show_bug.cgi?id=32119
641 Add cross domain tests for getOwnPropertyDescriptor
643 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html: Added.
644 * http/tests/security/resources/cross-frame-access.js:
645 (canGetDescriptor.set get catch):
647 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
648 * http/tests/security/xss-DENIED-defineProperty.html:
650 2009-12-06 Kent Tamura <tkent@chromium.org>
652 Reviewed by Darin Adler.
654 Improve portability and readability of table-percent-height* tests.
655 https://bugs.webkit.org/show_bug.cgi?id=31858
657 The purpose of these tests is to confirm that an element with
658 height:N% inside a table cell has non-zero height. We don't need
659 to check concrete pixel sizes of form controls.
661 This updates the tests so that they check heights are non-zero and
662 75% heights are same as corresponding 100% heights or actually 75%.
664 * fast/replaced/table-percent-height-expected.txt:
665 * fast/replaced/table-percent-height-text-controls-expected.txt:
666 * fast/replaced/table-percent-height-text-controls.html:
667 * fast/replaced/table-percent-height.html:
669 2009-12-06 Fumitoshi Ukai <ukai@chromium.org>
671 Reviewed by Alexey Proskuryakov.
673 Add tests for cross-origin WebSocket usage
674 https://bugs.webkit.org/show_bug.cgi?id=32055
676 * websocket/tests/cross-origin-expected.txt: Added.
677 * websocket/tests/cross-origin.html: Added.
678 * websocket/tests/fixed-origin_wsh.py: Added.
679 * websocket/tests/handshake-fail-by-cross-origin-expected.txt: Added.
680 * websocket/tests/handshake-fail-by-cross-origin.html: Added.
681 * websocket/tests/origin-test_wsh.py: Added.
682 * websocket/tests/script-tests/cross-origin.js: Added.
683 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
684 * websocket/tests/script-tests/frame-length-skip.js:
685 * websocket/tests/script-tests/handshake-error.js:
686 * websocket/tests/script-tests/handshake-fail-by-cross-origin.js: Added.
687 * websocket/tests/script-tests/simple.js:
688 * websocket/tests/simple-expected.txt:
690 2009-12-05 Maciej Stachowiak <mjs@apple.com>
692 Reviewed by Oliver Hunt.
694 conway benchmark spends half it's time in op_less (jump fusion fails)
695 https://bugs.webkit.org/show_bug.cgi?id=32190
697 * fast/js/codegen-loops-logical-nodes-expected.txt:
698 * fast/js/script-tests/codegen-loops-logical-nodes.js: Update to test some newly
699 sensitive cases of codegen that were not already covered.
701 2009-12-05 Philippe Normand <pnormand@igalia.com>
703 Reviewed by Gustavo Noronha.
705 New test for video.canPlayType and ogg containers.
707 [GTK] Recognize oga as audio/ogg
708 https://bugs.webkit.org/show_bug.cgi?id=31990
710 * media/media-can-play-ogg-expected.txt: Added.
711 * media/media-can-play-ogg.html: Added.
712 * platform/mac-leopard/Skipped:
713 * platform/mac-snowleopard/Skipped:
714 * platform/mac-tiger/Skipped:
715 * platform/mac/Skipped:
716 * platform/qt-mac/Skipped:
717 * platform/qt-win/Skipped:
718 * platform/qt/Skipped:
719 * platform/win/Skipped:
721 2009-12-05 Dan Bernstein <mitz@apple.com>
723 Rubber-stamped by Mark Rowe.
725 Disabled a test because it puts the WebView into compositing mode,
726 which remains in effect for all subsequent repaint tests, causing them
727 to fail because DumpRenderTree always forces a full repaint when
728 generating the image of a WebView that is in compositing mode.
730 * fast/repaint/block-selection-gap-in-composited-layer.html: Removed.
731 * fast/repaint/block-selection-gap-in-composited-layer.html.disabled: Copied from LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html.
733 2009-12-05 Adam Langley <agl@google.com>
735 Reviewed by Adam Barth.
737 Check that a CSS format() argument is of a valid type.
739 https://bugs.webkit.org/show_bug.cgi?id=31815
740 http://code.google.com/p/chromium/issues/detail?id=28582
742 * fast/css/url-format-non-string-expected.txt: Added
743 * fast/css/url-format-non-string.html: Added.
745 2009-12-04 Kent Hansen <kent.hansen@nokia.com>
747 Reviewed by Darin Adler.
749 Add test for JavaScript string property deletion
750 https://bugs.webkit.org/show_bug.cgi?id=32012
752 * fast/js/script-tests/string-property-deletion.js: Added.
753 * fast/js/string-property-deletion-expected.txt: Added.
754 * fast/js/string-property-deletion.html: Added.
756 2009-12-04 Yuzo Fujishima <yuzo@google.com>
758 Reviewed by Alexey Proskuryakov.
760 Add test for web socket send.
762 https://bugs.webkit.org/show_bug.cgi?id=31337
764 * websocket/tests/script-tests/send.js: Added.
767 (ws.onmessage.ws.onmessage):
771 * websocket/tests/send-expected.txt: Added.
772 * websocket/tests/send.html: Added.
773 * websocket/tests/send_wsh.py: Added.
775 2009-12-04 Simon Fraser <simon.fraser@apple.com>
777 Reviewed by Dan Bernstein.
779 <rdar://problem/7441571> Hardware-backed layers are skipped when printing
781 Testcase for printing with a compositing layer.
783 * printing/compositing-layer-printing-expected.pdf: Added.
784 * printing/compositing-layer-printing.html: Added.
786 2009-12-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
788 Skip test that is failing because of new behaviour enforced by
789 libsoup. Bug reported.
791 * platform/gtk/Skipped:
793 2009-12-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
795 Skip tests that require support for frame loader callbacks
796 reporting, and a new test.
798 * platform/gtk/Skipped:
800 2009-12-04 Dirk Schulze <krit@webkit.org>
802 Reviewed by Gustavo Noronha Silva.
804 Move the render result to svg/custom as a cross platform render result.
806 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Removed.
807 * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
809 2009-12-04 Kenneth Rohde Christiansen <kenneth@webkit.org>
811 Reviewed by Adam Treat.
813 Remove test that works after adding setAllowUniversalAccessFromFileURLs
814 to Qt's version of the LayoutTestController.
816 * platform/qt/Skipped:
818 2009-12-04 Dirk Schulze <krit@webkit.org>
820 Reviewed by Nikolas Zimmermann.
822 Gradient SVG animation demonstrates tearing at animation extremes
823 https://bugs.webkit.org/show_bug.cgi?id=11929
825 In SVG a focalPoint must be inside the radius of a radial gradient.
826 It this isn't the case, we have to move the focalPoint into the radius.
827 This checks the correct behavior of WebKit on false values for fx, fy.
829 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
830 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
831 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Added.
832 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
833 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
834 * svg/custom/radial-gradient-with-outstanding-focalPoint.svg: Added.
836 2009-12-04 Chris Fleizach <cfleizach@apple.com>
838 Reviewed by Darin Adler.
840 REGRESSION: AX: buttons now extremely repetitive
841 https://bugs.webkit.org/show_bug.cgi?id=32164
843 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
844 * platform/mac/accessibility/button-shouldnot-have-axvalue-expected.txt: Added.
845 * platform/mac/accessibility/button-shouldnot-have-axvalue.html: Added.
846 * platform/mac/accessibility/table-with-aria-role-expected.txt:
848 2009-12-04 Enrica Casucci <enrica@apple.com>
850 Reviewed by John Sullivan.
852 Mail.app crashes when indenting table pasted from Numbers.app.
853 <rdar://problem/7209507>
854 https://bugs.webkit.org/show_bug.cgi?id=32166
856 * editing/execCommand/indent-partial-table-expected.txt: Added.
857 * editing/execCommand/indent-partial-table.html: Added.
859 2009-12-04 Alexey Proskuryakov <ap@apple.com>
861 Reviewed by Darin Adler.
863 https://bugs.webkit.org/show_bug.cgi?id=32085
864 WebSocket should block the same ports that are blocked for resource loading
866 Added some tests for URL parsing (one of them expects current WebKit behavior, not what the
869 * websocket/tests/script-tests/url-parsing.js: Added.
870 * websocket/tests/url-parsing-expected.txt: Added.
871 * websocket/tests/url-parsing.html: Added.
873 2009-12-04 Benjamin Poulain <benjamin.poulain@nokia.com>
875 Reviewed by Kenneth Rohde Christiansen.
877 [Qt] WebKit crashes when loading certain SVG images
878 https://bugs.webkit.org/show_bug.cgi?id=29443
880 Update the test results for the new FontCache implementation.
882 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
883 * platform/qt/css1/font_properties/font_variant-expected.txt:
884 * platform/qt/css1/pseudo/firstline-expected.txt:
885 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
886 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
888 2009-12-04 Steve Block <steveblock@google.com>
890 Reviewed by Darin Adler.
892 Fixes a crashing bug in Geolocation when a watch is cleared from some callbacks.
893 https://bugs.webkit.org/show_bug.cgi?id=32111
895 * fast/dom/Geolocation/resources/permission-denied-already-clear-watch.js: Added. Tests clearing the watch from the error callback after a permission denied message when permissions have already been denied.
896 * fast/dom/Geolocation/permission-denied-already-clear-watch.html: Added. HTML wrapper for above test.
897 * fast/dom/Geolocation/permission-denied-already-clear-watch-expected.txt: Added. Expected result for above test.
899 * fast/dom/Geolocation/resources/timeout-clear-watch.js: Added. Tests clearing the watch from the error callback due to a timeout.
900 * fast/dom/Geolocation/timeout-clear-watch.html: Added. HTML wrapper for above test.
901 * fast/dom/Geolocation/timeout-clear-watch-expected.txt: Added. Expected result for above test.
903 * platform/gtk/Skipped: Modified. Skips new tests.
905 2009-12-04 Csaba Osztrogonác <ossy@webkit.org>
907 Reviewed by Simon Hausmann.
909 [Qt] Re-enable audio/video tests after updated buildbot's Qt
910 to Phonon supported one, and put 2 bad tests into skiplist.
912 * platform/qt/Skipped:
914 2009-12-04 Yuzo Fujishima <yuzo@google.com>
916 Reviewed by Darin Fisher.
918 Add test to see if unicode messages can be sent over web socket.
920 https://bugs.webkit.org/show_bug.cgi?id=31341
922 * websocket/tests/script-tests/unicode.js: Added.
928 * websocket/tests/unicode-expected.txt: Added.
929 * websocket/tests/unicode.html: Added.
930 * websocket/tests/unicode_wsh.py: Added.
932 2009-12-03 Chris Fleizach <cfleizach@apple.com>
934 Reviewed by Beth Dakin.
936 WAI-ARIA: aria-activedescendant doesn't work as intended
937 https://bugs.webkit.org/show_bug.cgi?id=32100
939 * platform/mac/accessibility/aria-tree-activedescendant-expected.txt: Added.
940 * platform/mac/accessibility/aria-tree-activedescendant.html: Added.
941 * platform/mac/accessibility/aria-tree-index-of-items-expected.txt: Added.
942 * platform/mac/accessibility/aria-tree-index-of-items.html: Added.
944 2009-12-03 Chris Fleizach <cfleizach@apple.com>
946 Fixing layout test bustage on platforms.
948 AX: VO just says "term" on many web sites
949 https://bugs.webkit.org/show_bug.cgi?id=32139
951 * platform/mac-leopard/accessibility/lists-expected.txt:
952 * platform/mac/accessibility/radio-button-group-members-expected.txt:
954 2009-12-03 Chris Fleizach <cfleizach@apple.com>
956 Reviewed by Eric Seidel.
958 AX: VO just says "term" on many web sites
959 https://bugs.webkit.org/show_bug.cgi?id=32139
961 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
962 * platform/mac/accessibility/aria-grouping-roles.html:
963 * platform/mac/accessibility/definition-list-term-expected.txt: Added.
964 * platform/mac/accessibility/definition-list-term.html: Added.
965 * platform/mac/accessibility/lists-expected.txt:
967 2009-12-03 Chris Fleizach <cfleizach@apple.com>
969 Reviewed by Beth Dakin.
971 Implement WAI-ARIA scrollbar role and related property aria-orientation
972 https://bugs.webkit.org/show_bug.cgi?id=32126
974 * accessibility/aria-scrollbar-role-expected.txt: Added.
975 * accessibility/aria-scrollbar-role.html: Added.
976 * platform/gtk/Skipped:
977 * platform/win/Skipped:
979 2009-12-03 Alexey Proskuryakov <ap@apple.com>
981 Reviewed by Darin Adler.
983 https://bugs.webkit.org/show_bug.cgi?id=32132
984 websocket/tests/simple.html fails on Windows
986 * websocket/tests/script-tests/simple.js:
987 * websocket/tests/simple-expected.txt:
988 Make the test weaker - readyState could already grow by the time a posted event gets dispatched.
990 * platform/win/Skipped: Un-skip the test.
992 2009-12-03 Julie Parent <jparent@chromium.org>
994 Reviewed by Eric Seidel.
996 Make shorthand-transitions.html less flaky.
997 The test currently allows for timing related differences by using a tolerance, but the tolerance
998 is inconsistent in the test, even for values read at the same time (some values are allowed a 100ms
999 difference, others are only allowed 50ms). This change makes all values have a 100ms tolerance.
1000 (open question: is 100ms enough? I've looked through a bunch of logs of failures and it seems to be,
1001 so this should definitely help reduce but this may not entirely eliminate flakiness).
1003 https://bugs.webkit.org/show_bug.cgi?id=32134
1005 * transitions/shorthand-transitions.html:
1007 2009-12-03 Csaba Osztrogonác <ossy@webkit.org>
1009 Reviewed by Eric Seidel.
1011 https://bugs.webkit.org/show_bug.cgi?id=32135
1013 [Qt] Add expected files for new tests we pass.
1014 Compared to the Mac expected png files.
1016 * platform/qt/fast/css/namespaces/namespaces-escapes-expected.txt: Added.
1017 * platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.txt: Added.
1019 2009-12-03 Brian Weinstein <bweinstein@apple.com>
1021 Rubber-stamped by Alexey Proskuryakov.
1023 Skip failing WebSocket test on Windows.
1025 * platform/win/Skipped:
1027 2009-12-03 Brady Eidson <beidson@apple.com>
1029 Rubberstamped by Oliver Hunt.
1031 Fix layout tests by removing the full outputting of the Date object and just outputting the milliseconds since the epoch.
1033 * fast/loader/stateobjects/pushstate-object-types-expected.txt:
1034 * fast/loader/stateobjects/pushstate-object-types.html:
1036 2009-12-03 Alexey Proskuryakov <ap@apple.com>
1038 Reviewed by Eric Seidel.
1040 https://bugs.webkit.org/show_bug.cgi?id=32130
1041 Add a test for sending non-trivial amount of data over WebSocket
1043 * websocket/tests/echo_wsh.py: Copied from WebKitTools/pywebsocket/example/echo_wsh.py.
1044 * websocket/tests/simple-stress-expected.txt: Added.
1045 * websocket/tests/simple-stress.html: Added.
1047 2009-12-03 Brady Eidson <beidson@apple.com>
1049 Rubberstamped by Sam Weinig.
1051 Fix my absolute URL snafu by outputting only the last path component for these URLs,
1052 which is all that is relevant.
1054 * fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt:
1055 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll-expected.txt:
1056 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html:
1057 * fast/loader/stateobjects/document-destroyed-navigate-back.html:
1058 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange-expected.txt:
1059 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange.html:
1061 2009-12-03 Oliver Hunt <oliver@apple.com>
1063 Reviewed by Dan Bernstein.
1065 REGRESSION (r51627): 3 SVG tests are failing
1066 https://bugs.webkit.org/show_bug.cgi?id=32117
1068 Improve testing of svglist.
1070 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
1071 * svg/dom/svglist-exception-on-out-bounds-error.html:
1073 2009-12-03 Enrica Casucci <enrica@apple.com>
1075 Reviewed by Adele Peterson.
1077 Multiple Undos removes the last posted comment and/or the ones before it.
1078 <rdar://problem/6557066>
1079 https://bugs.webkit.org/show_bug.cgi?id=32079
1081 Added test to verify that undo has no effect when an element is
1084 * editing/undo/undo-indent-noneditable-expected.txt: Added.
1085 * editing/undo/undo-indent-noneditable.html: Added.
1087 2009-12-03 Brady Eidson <beidson@apple.com>
1089 Reviewed by Sam Weinig.
1091 <rdar://problem/7214236> and http://webkit.org/b/32052 - Implement HTML5 state object history API
1093 Update expected results of old tests:
1094 * fast/dom/Window/window-appendages-cleared-expected.txt:
1095 * fast/dom/Window/window-properties-expected.txt:
1096 * http/tests/security/cross-frame-access-enumeration-expected.txt:
1099 * fast/loader/stateobjects: Added.
1100 * fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt: Added.
1101 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll-expected.txt: Added.
1102 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html: Added.
1103 * fast/loader/stateobjects/document-destroyed-navigate-back.html: Added.
1104 * fast/loader/stateobjects/popstate-after-load-complete-addeventlistener-expected.txt: Added.
1105 * fast/loader/stateobjects/popstate-after-load-complete-addeventlistener.html: Added.
1106 * fast/loader/stateobjects/popstate-after-load-complete-body-attribute-expected.txt: Added.
1107 * fast/loader/stateobjects/popstate-after-load-complete-body-attribute.html: Added.
1108 * fast/loader/stateobjects/popstate-after-load-complete-body-inline-attribute-expected.txt: Added.
1109 * fast/loader/stateobjects/popstate-after-load-complete-body-inline-attribute.html: Added.
1110 * fast/loader/stateobjects/popstate-after-load-complete-window-attribute-expected.txt: Added.
1111 * fast/loader/stateobjects/popstate-after-load-complete-window-attribute.html: Added.
1112 * fast/loader/stateobjects/pushstate-object-types-expected.txt: Added.
1113 * fast/loader/stateobjects/pushstate-object-types.html: Added.
1114 * fast/loader/stateobjects/pushstate-then-replacestate-expected.txt: Added.
1115 * fast/loader/stateobjects/pushstate-then-replacestate.html: Added.
1116 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange-expected.txt: Added.
1117 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange.html: Added.
1118 * fast/loader/stateobjects/replacestate-then-pushstate-expected.txt: Added.
1119 * fast/loader/stateobjects/replacestate-then-pushstate.html: Added.
1120 * fast/loader/stateobjects/resources: Added.
1121 * fast/loader/stateobjects/resources/navigate-back.html: Added.
1122 * http/tests/loading/state-object-security-exception-expected.txt: Added.
1123 * http/tests/loading/state-object-security-exception.html: Added.
1125 2009-12-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1127 Reviewed by Xan Lopez.
1129 Platform-specific result for test. GIO identifies the file as
1130 application/javascript, as opposed to other platforms identifying
1131 it as application/x-javascript.
1133 * platform/gtk/inspector/timeline-network-resource-expected.txt: Added.
1135 2009-12-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1137 Rubber-stamped by Oliver Hunt.
1139 Re-baseline required after r51522.
1141 * platform/gtk/editing/deleting/5390681-2-expected.txt:
1143 2009-12-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1145 Skipping new tests, and tests that require new DRT functionality.
1147 * platform/gtk/Skipped:
1149 2009-12-03 Andras Becsi <abecsi@inf.u-szeged.hu>
1151 Reviewed by Kenneth Rohde Christiansen.
1153 [Qt] Skip layoutTestController.notifyDone() related tests which got revealed in r51634
1154 until there is a fix for the issue.
1155 https://bugs.webkit.org/show_bug.cgi?id=31626
1157 * platform/qt/Skipped:
1159 2009-12-03 Andras Becsi <abecsi@inf.u-szeged.hu>
1161 Reviewed by Kenneth Rohde Christiansen.
1163 [Qt] Re-enable previously skipped tests.
1164 https://bugs.webkit.org/show_bug.cgi?id=31591
1166 * platform/qt/Skipped:
1168 2009-12-03 Csaba Osztrogonác <ossy@webkit.org>
1170 [Qt] Put test into skiplist because of missing layoutTestController.evaluateInWebInspector().
1172 * platform/qt/Skipped:
1173 - inspector/settings-set-get.html added.
1175 2009-12-03 Pavel Feldman <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
1177 Reviewed by Timothy Hatcher.
1179 Web Inspector: Simplify the settings support in inspector controller.
1181 https://bugs.webkit.org/show_bug.cgi?id=32076
1183 * inspector/settings-set-get-expected.txt: Added.
1184 * inspector/settings-set-get.html: Added.
1186 2009-12-03 Oliver Hunt <oliver@apple.com>
1188 Reviewed by Maciej Stachowiak.
1190 NULL ptr in SVGPathSegList::getPathSegAtLength()
1191 https://bugs.webkit.org/show_bug.cgi?id=30313
1193 Add testcases for incorrect pathSeg usage.
1195 * svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: Added.
1196 * svg/dom/svgpath-out-of-bounds-getPathSeg.html: Added.
1198 2009-12-02 Shinichiro Hamaji <hamaji@chromium.org>
1200 Reviewed by Darin Adler.
1202 Rewrite two tests with dumpAsText
1203 https://bugs.webkit.org/show_bug.cgi?id=32014
1205 * fast/block/positioning/complex-percentage-height-expected.txt: Added.
1206 * fast/block/positioning/complex-percentage-height.html:
1207 * fast/lists/item-not-in-list-line-wrapping-expected.txt: Added.
1208 * fast/lists/item-not-in-list-line-wrapping.html:
1209 * platform/mac/fast/block/positioning/complex-percentage-height-expected.checksum: Removed.
1210 * platform/mac/fast/block/positioning/complex-percentage-height-expected.png: Removed.
1211 * platform/mac/fast/block/positioning/complex-percentage-height-expected.txt: Removed.
1212 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.checksum: Removed.
1213 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.png: Removed.
1214 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.txt: Removed.
1215 * platform/qt/Skipped:
1216 * platform/qt/fast/block/positioning/complex-percentage-height-expected.txt: Removed.
1217 * platform/qt/fast/lists/item-not-in-list-line-wrapping-expected.txt: Removed.
1219 2009-12-02 Alexey Proskuryakov <ap@apple.com>
1221 Reviewed by Darin Fisher.
1223 https://bugs.webkit.org/show_bug.cgi?id=32089
1224 Test that WebSocket.readyState is set correctly
1226 * websocket/tests/script-tests/simple.js:
1230 * websocket/tests/simple-expected.txt:
1231 Added readyState logging.
1233 2009-11-30 Julie Parent <jparent@chromium.org>
1235 Reviewed by Darin Adler.
1237 Make change-values-during-transition less flaky. Transition is 1 sec duration,
1238 translating 100px, starting at 0, so it should be at 50px at 500ms, not 600ms.
1240 https://bugs.webkit.org/show_bug.cgi?id=31997
1242 * transitions/change-values-during-transition.html:
1243 isEqual: Remove unnecessary code - tolerance always passed in and always default value.
1244 getXPosition: Extract into a function, since it is duplicated twice.
1245 check2: Still run second check if the first fails, just give more debugging output.
1246 start: Remove final setTimeout - nothing changes between the end of check2 and here,
1247 so this is just making the test take 100ms longer.
1249 2009-12-02 Brian Weinstein <bweinstein@apple.com>
1251 Rubber-stamped by Adam Roben.
1253 Skip http/tests/cache/subresource-failover-to-network.html because it
1254 is flaky on Windows, fixing it is being tracked by
1255 https://bugs.webkit.org/show_bug.cgi?id=32038.
1257 * platform/win/Skipped:
1259 2009-12-02 Csaba Osztrogonác <ossy@webkit.org>
1261 [Qt] Put tests into skiplist because of missing layoutTestController.evaluateInWebInspector().
1263 * platform/qt/Skipped:
1264 - inspector/elements-panel-selection-on-refresh.html added.
1265 - inspector/timeline-event-dispatch.html added.
1267 2009-12-02 Eric Z. Ayers <zundel@google.com>
1269 Reviewed by Pavel Feldman.
1271 Adds a timeline test for EventDispatch records.
1273 https://bugs.webkit.org/show_bug.cgi?id=31376
1275 * inspector/timeline-event-dispatch-expected.txt: Added.
1276 * inspector/timeline-event-dispatch.html: Added.
1278 2009-12-02 Pavel Feldman <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
1280 Reviewed by Timothy Hatcher.
1282 Web Inspector: DOM tree selection disappears upon page refresh.
1284 https://bugs.webkit.org/show_bug.cgi?id=31142
1286 * inspector/elements-panel-selection-on-refresh-expected.txt: Added.
1287 * inspector/elements-panel-selection-on-refresh.html: Added.
1289 2009-12-02 Csaba Osztrogonác <ossy@webkit.org>
1291 [Qt] r51577 made fast/frames/sandboxed-iframe-plugins.html crash.
1293 * platform/qt/Skipped:
1294 - fast/frames/sandboxed-iframe-navigation-windowopen.html added. (crasher)
1296 2009-12-02 Csaba Osztrogonác <ossy@webkit.org>
1298 [Qt] Unreviewed. Skip new tests.
1300 * platform/qt/Skipped:
1301 - svg/custom/mask-with-all-units.svg added.
1302 - fast/css/namespaces/namespaces-comments.xml added.
1303 - fast/css/namespaces/namespaces-empty.xml added.
1305 2009-12-02 Fumitoshi Ukai <ukai@chromium.org>
1307 Reviewed by Alexey Proskuryakov.
1309 WebSocket handshake check query component of URL
1310 https://bugs.webkit.org/show_bug.cgi?id=31617
1312 * websocket/tests/echo-location_wsh.py: Added.
1313 * websocket/tests/no-query_wsh.py: Added.
1314 * websocket/tests/script-tests/url-with-credential.js: Added.
1315 * websocket/tests/script-tests/url-with-empty-query.js: Added.
1316 * websocket/tests/script-tests/url-with-fragment.js: Added.
1317 * websocket/tests/script-tests/url-with-query-for-no-query.js: Added.
1318 * websocket/tests/script-tests/url-with-query.js: Added.
1319 * websocket/tests/url-with-credential-expected.txt: Added.
1320 * websocket/tests/url-with-credential.html: Added.
1321 * websocket/tests/url-with-empty-query-expected.txt: Added.
1322 * websocket/tests/url-with-empty-query.html: Added.
1323 * websocket/tests/url-with-fragment-expected.txt: Added.
1324 * websocket/tests/url-with-fragment.html: Added.
1325 * websocket/tests/url-with-query-expected.txt: Added.
1326 * websocket/tests/url-with-query-for-no-query-expected.txt: Added.
1327 * websocket/tests/url-with-query-for-no-query.html: Added.
1328 * websocket/tests/url-with-query.html: Added.
1330 2009-12-01 Shinichiro Hamaji <hamaji@chromium.org>
1332 Reviewed by Eric Seidel.
1334 Update expectations of css2.1/t1205-c56* for Qt
1335 https://bugs.webkit.org/show_bug.cgi?id=32015
1337 * platform/qt/Skipped:
1338 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
1339 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
1340 * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
1342 2009-12-01 Kent Tamura <tkent@chromium.org>
1344 Reviewed by Darin Adler.
1346 Change [Reflect] to [ConvertNullToNullString, Reflect] for min, max,
1347 pattern and step attributes of HTMLInputElement.
1348 https://bugs.webkit.org/show_bug.cgi?id=31708
1350 * fast/forms/input-minmax-expected.txt:
1351 * fast/forms/input-pattern-expected.txt: Added.
1352 * fast/forms/input-pattern.html: Added.
1353 * fast/forms/input-step-expected.txt:
1354 * fast/forms/script-tests/input-minmax.js: Add tests for null/undefined/non-string.
1355 * fast/forms/script-tests/input-pattern.js: Added.
1356 * fast/forms/script-tests/input-step.js: Change the result for null.
1358 2009-12-01 Chris Fleizach <cfleizach@apple.com>
1360 Reviewed by Darin Adler.
1362 WAI-ARIA: implement support for ARIA drag and drop
1363 https://bugs.webkit.org/show_bug.cgi?id=32007
1365 * platform/mac/accessibility/aria-drag-drop-expected.txt: Added.
1366 * platform/mac/accessibility/aria-drag-drop.html: Added.
1368 2009-12-01 Adam Barth <abarth@webkit.org>
1370 Reviewed by Darin Adler.
1372 https://bugs.webkit.org/show_bug.cgi?id=21288
1374 Add sneaky test that has tabs.
1376 * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Added.
1377 * fast/frames/sandboxed-iframe-attribute-parsing.html: Added.
1379 2009-12-01 Patrik Persson <patrik.j.persson@ericsson.com>
1381 Reviewed by Darin Adler.
1383 Implement HTML5 sandbox attribute for iframes.
1384 http://www.w3.org/TR/html5/text-level-semantics.html#attr-iframe-sandbox
1385 https://bugs.webkit.org/show_bug.cgi?id=21288
1387 * fast/frames/resources/non-sandboxed-iframe-navigation.html: Added.
1388 * fast/frames/resources/sandboxed-iframe-attribute-parsing-allowed.html: Added.
1389 * fast/frames/resources/sandboxed-iframe-attribute-parsing-disallowed.html: Added.
1390 * fast/frames/resources/sandboxed-iframe-form-allowed.html: Added.
1391 * fast/frames/resources/sandboxed-iframe-form-disallowed.html: Added.
1392 * fast/frames/resources/sandboxed-iframe-navigated.html: Added.
1393 * fast/frames/resources/sandboxed-iframe-navigation-child.html: Added.
1394 * fast/frames/resources/sandboxed-iframe-navigation-navigated.html: Added.
1395 * fast/frames/resources/sandboxed-iframe-navigation-parent.html: Added.
1396 * fast/frames/resources/sandboxed-iframe-navigation-source.html: Added.
1397 * fast/frames/resources/sandboxed-iframe-navigation-targetlink.html: Added.
1398 * fast/frames/resources/sandboxed-iframe-navigation-windowopen.html: Added.
1399 * fast/frames/resources/sandboxed-iframe-plugins-frame-applet.html: Added.
1400 * fast/frames/resources/sandboxed-iframe-plugins-frame-embed.html: Added.
1401 * fast/frames/resources/sandboxed-iframe-plugins-frame-object.html: Added.
1402 * fast/frames/resources/sandboxed-iframe-script-dynamic.html: Added.
1403 * fast/frames/resources/sandboxed-iframe-storage-allowed.html: Added.
1404 * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: Added.
1405 * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Added.
1406 * fast/frames/sandboxed-iframe-attribute-parsing.html: Added.
1407 * fast/frames/sandboxed-iframe-forms-expected.txt: Added.
1408 * fast/frames/sandboxed-iframe-forms.html: Added.
1409 * fast/frames/sandboxed-iframe-navigation-allowed-expected.txt: Added.
1410 * fast/frames/sandboxed-iframe-navigation-allowed.html: Added.
1411 * fast/frames/sandboxed-iframe-navigation-parent-expected.txt: Added.
1412 * fast/frames/sandboxed-iframe-navigation-parent.html: Added.
1413 * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt: Added.
1414 * fast/frames/sandboxed-iframe-navigation-targetlink.html: Added.
1415 * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt: Added.
1416 * fast/frames/sandboxed-iframe-navigation-windowopen.html: Added.
1417 * fast/frames/sandboxed-iframe-plugins-expected.txt: Added.
1418 * fast/frames/sandboxed-iframe-plugins.html: Added.
1419 * fast/frames/sandboxed-iframe-scripting-expected.txt: Added.
1420 * fast/frames/sandboxed-iframe-scripting.html: Added.
1421 * fast/frames/sandboxed-iframe-storage-expected.txt: Added.
1422 * fast/frames/sandboxed-iframe-storage.html: Added.
1423 * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html: Added.
1424 * http/tests/security/resources/sandboxed-iframe-modify-self.html: Added.
1425 * http/tests/security/resources/xss-DENIED-sandboxed-iframe-attacker.html: Added.
1426 * http/tests/security/sandboxed-iframe-document-cookie-expected.txt: Added.
1427 * http/tests/security/sandboxed-iframe-document-cookie.html: Added.
1428 * http/tests/security/sandboxed-iframe-modify-self-expected.txt: Added.
1429 * http/tests/security/sandboxed-iframe-modify-self.html: Added.
1430 * http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt: Added.
1431 * http/tests/security/xss-DENIED-sandboxed-iframe.html: Added.
1432 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-expected.txt: Added.
1433 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow.html: Added.
1434 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt: Added.
1435 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: Added.
1436 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard.html: Added.
1437 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied.html: Added.
1438 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow-iframe.html: Added.
1439 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi: Added.
1440 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-iframe.html: Added.
1441 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard-iframe.html: Added.
1442 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard.cgi: Added.
1443 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied.cgi: Added.
1445 2009-12-01 Chris Fleizach <cfleizach@apple.com>
1447 Reviewed by David Kilzer.
1449 ARIA: support a way to create a static text object
1450 https://bugs.webkit.org/show_bug.cgi?id=32030
1452 * accessibility/aria-text-role-expected.txt: Added.
1453 * accessibility/aria-text-role.html: Added.
1454 * platform/gtk/Skipped:
1455 * platform/win/Skipped:
1457 2009-12-01 Nikolas Zimmermann <nzimmermann@rim.com>
1459 Reviewed by Simon Fraser.
1461 Add SVG animation test framework with 'snapshot' functionality
1462 https://bugs.webkit.org/show_bug.cgi?id=31897
1464 Add LayoutTests/svg/animations directory, containing a new
1465 framework for SVG animation test with sampling at certain times.
1467 Added one example test, which will be extended soon to cover animVal
1468 support, once basic support has been implemented.
1470 * svg/animations: Added.
1471 * svg/animations/animVal-basics-expected.txt: Added.
1472 * svg/animations/animVal-basics.html: Added.
1473 * svg/animations/resources: Added.
1474 * svg/animations/resources/SVGAnimationTestCase.js: Added.
1476 (moveAnimationTimelineAndSample):
1480 * svg/animations/script-tests: Added.
1481 * svg/animations/script-tests/TEMPLATE.html: Added.
1482 * svg/animations/script-tests/animVal-basics.js: Added.
1488 2009-12-01 Adam Roben <aroben@apple.com>
1490 Skip more tests that fail with specific versions of CFNetwork on
1493 Rubber-stamped in advance by Brady Eidson.
1495 * platform/win/Skipped:
1497 2009-12-01 Daniel Bates <dbates@webkit.org>
1499 Reviewed by Pavel Feldman.
1501 https://bugs.webkit.org/show_bug.cgi?id=32001
1503 Updated layout test to reflect change to localized string and
1506 * inspector/elements-img-tooltip-expected.txt:
1507 * inspector/elements-img-tooltip.html:
1509 2009-12-01 Adam Roben <aroben@apple.com>
1511 Skip a test that fails with some versions of CFNetwork on Windows
1513 Rubber-stamped by Brady Eidson.
1515 * platform/win/Skipped: Skip http/tests/plugins/post-url-file.html.
1517 2009-12-01 Alexey Proskuryakov <ap@apple.com>
1519 Enabling WebSocket tests on Windows again - let's see what errors get logged.
1521 * platform/win/Skipped:
1523 2009-12-01 Adam Roben <aroben@apple.com>
1525 Add a timing-out test to the Skipped file on Windows
1527 Rubber-stamped by Ada Chan.
1529 * platform/win/Skipped: Added
1530 fast/dom/Window/window-postmessage-clone.html, which was timing out
1531 due to eventSender.beginDragFiles being unimplemented.
1533 2009-12-01 Adam Roben <aroben@apple.com>
1535 Add expected Windows failure results for tests that use
1538 <http://webkit.org/b/32021> covers fixing these tests.
1540 Rubber-stamped by Sam Weinig.
1542 * platform/win/Skipped: Removed tests that use textInputController.
1544 * platform/win/editing/selection/5825350-1-expected.txt: Added.
1545 * platform/win/editing/selection/5825350-2-expected.txt: Added.
1546 * platform/win/editing/selection/mixed-editability-10-expected.txt: Added.
1547 * platform/win/fast/events/ime-composition-events-001-expected.txt: Added.
1548 * platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Added.
1549 * platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Added.
1550 * platform/win/fast/text/international/thai-cursor-position-expected.txt: Added.
1552 2009-12-01 Csaba Osztrogonác <ossy@webkit.org>
1554 [Qt] Put test into skiplist because of missing layoutTestController.evaluateInWebInspector().
1556 * platform/qt/Skipped: inspector/timeline-network-resource.html added.
1558 2009-12-01 Eric Z. Ayers <zundel@google.com>
1560 Reviewed by Pavel Feldman.
1562 Adds test for Timeline network resource records.
1564 https://bugs.webkit.org/show_bug.cgi?id=31378
1566 * inspector/timeline-network-resource-expected.txt: Added.
1567 * inspector/timeline-network-resource.html: Added.
1568 * inspector/timeline-network-resource.js: Added.
1569 * inspector/timeline-test.js:
1570 (printTimelineRecords):
1572 2009-12-01 Chris Marrin <cmarrin@apple.com>
1574 Reviewed by Adam Roben.
1576 Added tests for getProgramInfoLog, getShaderInfoLog and getShaderSource to WebGL tests
1577 https://bugs.webkit.org/show_bug.cgi?id=30778
1579 * fast/canvas/webgl/gl-object-get-calls-expected.txt:
1580 * fast/canvas/webgl/script-tests/gl-object-get-calls.js:
1582 2009-12-01 Chris Marrin <cmarrin@apple.com>
1584 Reviewed by Oliver Hunt.
1586 Updated webgl tests to use "experimental-webgl" as the context name.
1587 https://bugs.webkit.org/show_bug.cgi?id=31672
1589 * fast/canvas/webgl/gl-get-calls.html:
1590 * fast/canvas/webgl/resources/utils3d.js:
1592 * fast/canvas/webgl/resources/webgl-test.js:
1595 2009-12-01 Csaba Osztrogonác <ossy@webkit.org>
1597 [Qt] Put tests into skiplist because of missing textInputController.selectedRange().
1599 * platform/qt/Skipped:
1600 - editing/selection/mixed-editability-10.html added.
1601 - editing/selection/5825350-1.html added.
1602 - editing/selection/5825350-2.html added.
1604 2009-11-30 Shinichiro Hamaji <hamaji@chromium.org>
1606 Reviewed by Dan Bernstein.
1608 css2.1/t1205-c566-list-stl-00-e-ag.html is failing
1609 https://bugs.webkit.org/show_bug.cgi?id=23264
1611 * editing/pasteboard/copy-crash-expected.txt:
1612 * fast/lists/calc-width-with-space-expected.txt: Added.
1613 * fast/lists/calc-width-with-space.html: Added.
1614 * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.checksum:
1615 * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.png:
1616 * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.txt:
1617 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.checksum:
1618 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.png:
1619 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
1620 * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum:
1621 * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
1622 * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
1623 * platform/mac/fast/block/positioning/complex-percentage-height-expected.checksum:
1624 * platform/mac/fast/block/positioning/complex-percentage-height-expected.png:
1625 * platform/mac/fast/block/positioning/complex-percentage-height-expected.txt:
1626 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.checksum:
1627 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.png:
1628 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.txt:
1629 * platform/mac/fast/repaint/list-marker-expected.checksum:
1630 * platform/mac/fast/repaint/list-marker-expected.png:
1631 * platform/mac/fast/repaint/list-marker-expected.txt:
1632 * platform/qt/Skipped:
1634 2009-11-30 Enrica Casucci <enrica@apple.com>
1636 Reviewed by Darin Adler.
1638 Can focus but not type into content editable block that contains only non-editable content.
1639 <rdar://problem/5982901>
1640 https://bugs.webkit.org/show_bug.cgi?id=31750
1642 * editing/selection/5825350-1-expected.txt:
1643 * editing/selection/5825350-1.html: Modified to use caret rectangle.
1644 * editing/selection/5825350-2-expected.txt:
1645 * editing/selection/5825350-2.html: Modified to use caret rectangle.
1646 * editing/selection/mixed-editability-10-expected.txt: Added.
1647 * editing/selection/mixed-editability-10.html: Added.
1648 * platform/mac/editing/deleting/5390681-2-expected.txt: Re-baselined
1649 to account for the new possible caret position.
1651 2009-11-30 Beth Dakin <bdakin@apple.com>
1653 Reviewed by Oliver Hunt.
1655 Test for https://bugs.webkit.org/show_bug.cgi?id=32000 Crash in
1656 Safari caused by extreme column-gap and column-width values
1658 <rdar://problem/7425433>
1660 * fast/multicol/huge-column-gap-crash-expected.txt: Added.
1661 * fast/multicol/huge-column-gap-crash.html: Added.
1663 2009-11-30 Alexey Proskuryakov <ap@apple.com>
1665 Reviewed by Oliver Hunt.
1667 https://bugs.webkit.org/show_bug.cgi?id=31659
1668 Connection must be closed in case of Web Socket handshake error
1670 * platform/mac/Skipped: Un-skip websocket/tests/handshake-error.html.
1672 2009-11-30 Eric Carlson <eric.carlson@apple.com>
1674 Reviewed by Simon Fraser.
1676 All HTML5 media element events should be regular events
1677 https://bugs.webkit.org/show_bug.cgi?id=30513
1679 Remove progress event tests.
1681 * media/progress-event-at-least-one-expected.txt: Removed.
1682 * media/progress-event-at-least-one.html: Removed.
1683 * media/progress-event-expected.txt: Removed.
1684 * media/progress-event-total-expected.txt: Removed.
1685 * media/progress-event-total.html: Removed.
1686 * media/progress-event.html: Removed.
1688 2009-11-30 Yuzo Fujishima <yuzo@google.com>
1690 Reviewed by Alexey Proskuryakov.
1692 In testing handshake-error case, web_socket_do_extra_handshake calls a non-existent method
1693 https://bugs.webkit.org/show_bug.cgi?id=31465
1695 * platform/mac/Skipped: websocket/tests/handshake-error.html now fails on Mac, added to
1696 Skipped list, and filed bug 31659 to investigate.
1698 * websocket/tests/handshake-error_wsh.py: Call write() on a correct object.
1700 2009-11-30 Joseph Pecoraro <joepeck@webkit.org>
1702 Reviewed by Pavel Feldman.
1704 Web Inspector: Wrong console output for Regexp escape sequence
1705 https://bugs.webkit.org/show_bug.cgi?id=31538
1707 * inspector/console-format-expected.txt:
1708 * inspector/console-format.html:
1710 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1712 Skipping test that fails because of broken DND, and some tests
1713 requiring new results.
1715 * platform/gtk/Skipped:
1717 2009-11-30 Dirk Schulze <krit@webkit.org>
1719 Reviewed by Nikolas Zimmermann.
1721 Complex test of mask with every combination of maskUnits and maskContentUnits
1722 as well as different values for size and position of the mask and it's content.
1724 * platform/mac/svg/custom/mask-with-all-units-expected.checksum: Added.
1725 * platform/mac/svg/custom/mask-with-all-units-expected.png: Added.
1726 * platform/mac/svg/custom/mask-with-all-units-expected.txt: Added.
1727 * svg/custom/mask-with-all-units.svg: Added.
1729 2009-11-30 Csaba Osztrogonác <ossy@webkit.org>
1731 [Qt] Put tests into skiplist because of missing features.
1733 * platform/qt/Skipped:
1734 - fast/dom/Window/window-postmessage-clone.html added
1735 - inspector/elements-img-tooltip.html added.
1737 2009-11-28 Oliver Hunt <oliver@apple.com>
1739 Reviewed by Sam Weinig.
1741 postMessage should serialize File objects
1742 https://bugs.webkit.org/show_bug.cgi?id=31955
1744 Add test for postMessage serialization of File objects.
1746 * fast/dom/Window/window-postmessage-clone-expected.txt:
1747 * fast/dom/Window/window-postmessage-clone.html:
1749 2009-11-29 Simon Fraser <simon.fraser@apple.com>
1751 Rubber-stamped by Eric Seidel.
1753 Fix up some compositing layout tests.
1755 * compositing/layers-inside-overflow-scroll.html:
1756 * compositing/self-painting-layers.html:
1757 Use the 'loadeddata' event, instead of 'load', to know when the video loads.
1759 * platform/mac/compositing/repaint/content-into-overflow-expected.checksum:
1760 * platform/mac/compositing/repaint/content-into-overflow-expected.png:
1761 * platform/mac/compositing/repaint/overflow-into-content-expected.checksum:
1762 * platform/mac/compositing/repaint/overflow-into-content-expected.png:
1763 * platform/mac/compositing/self-painting-layers-expected.checksum:
1764 * platform/mac/compositing/self-painting-layers-expected.png:
1765 Update with correct pixel results.
1767 2009-11-29 Shu Chang <Chang.Shu@nokia.com>
1769 Reviewed by Eric Seidel.
1771 Test using Id as index of node list.
1772 https://bugs.webkit.org/show_bug.cgi?id=31428
1774 * fast/dom/Element/id-in-node-list-index01-expected.txt: Added.
1775 * fast/dom/Element/id-in-node-list-index01.html: Added.
1777 2009-11-28 Adam Barth <abarth@webkit.org>
1779 Reviewed by Dimitri Glazkov.
1781 [Chromium] Sify compose button alerts error
1782 https://bugs.webkit.org/show_bug.cgi?id=31394
1784 Test that we're using the calling security context in a simple case.
1786 * http/tests/security/calling-versus-current-expected.txt: Added.
1787 * http/tests/security/calling-versus-current.html: Added.
1789 2009-11-27 Daniel Bates <dbates@webkit.org>
1791 Reviewed by Adam Barth.
1793 https://bugs.webkit.org/show_bug.cgi?id=31940
1795 Rebased results because of new error messages.
1797 * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
1798 * http/tests/security/xssAuditor/base-href-expected.txt:
1799 * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
1800 * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
1801 * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
1802 * http/tests/security/xssAuditor/embed-tag-expected.txt:
1803 * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
1804 * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
1805 * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
1806 * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
1807 * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
1808 * http/tests/security/xssAuditor/object-src-inject-expected.txt:
1809 * http/tests/security/xssAuditor/object-tag-expected.txt:
1810 * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
1812 2009-11-27 Kenneth Russell <kbr@google.com>
1814 Reviewed by Eric Seidel.
1816 REGRESSION(51418): fast/canvas/webgl/gl-object-get-calls.html is failing on the Leopard commit bot
1817 https://bugs.webkit.org/show_bug.cgi?id=31919
1819 Temporarily disabled portion of test which is failing on some
1820 machines but not others. Root cause will be investigated under
1821 https://bugs.webkit.org/show_bug.cgi?id=31843 .
1823 * fast/canvas/webgl/gl-object-get-calls-expected.txt:
1824 * fast/canvas/webgl/script-tests/gl-object-get-calls.js:
1826 2009-11-26 Shinichiro Hamaji <hamaji@chromium.org>
1828 Unreviewed red bot fix.
1830 Skip tests introduced by the previous change as it seems to be failing.
1832 * platform/qt/Skipped:
1833 * platform/win/Skipped:
1835 2009-11-26 Shinichiro Hamaji <hamaji@chromium.org>
1837 Reviewed by Dan Bernstein.
1839 Assertion failure in RenderBlock::positionForPointWithInlineChildren when running fast/inline/relative-positioned-overflow.html
1840 https://bugs.webkit.org/show_bug.cgi?id=29966
1842 A test case where a user drags the mouse from an empty inline
1843 element to above texts.
1845 * editing/selection/last-empty-inline-expected.txt: Added.
1846 * editing/selection/last-empty-inline.html: Added.
1847 * platform/win/Skipped:
1849 2009-11-26 Kinuko Yasuda <kinuko@chromium.com>
1851 Reviewed by Eric Seidel.
1853 Rewrite the test fast/parser/comment-in-textarea to use dumpAsText
1854 so that the expected results can be independent of platform differences.
1855 https://bugs.webkit.org/show_bug.cgi?id=31580
1857 * fast/parser/comment-in-textarea-expected.txt: Added.
1858 * fast/parser/comment-in-textarea.html:
1859 * fast/parser/script-tests/comment-in-textarea.js: Added.
1860 * platform/mac/fast/parser/comment-in-textarea-expected.checksum: Removed.
1861 * platform/mac/fast/parser/comment-in-textarea-expected.png: Removed.
1862 * platform/mac/fast/parser/comment-in-textarea-expected.txt: Removed.
1863 * platform/win/fast/parser/comment-in-textarea-expected.txt: Removed.
1865 2009-11-26 Daniel Bates <dbates@webkit.org>
1867 Reviewed by Pavel Feldman.
1869 https://bugs.webkit.org/show_bug.cgi?id=21554
1871 Tests that the tooltip text for an image is its dimensions.
1873 * inspector/elements-img-tooltip-expected.txt: Added.
1874 * inspector/elements-img-tooltip.html: Added.
1876 2009-11-21 Holger Hans Peter Freyther <zecke@selfish.org>
1878 Reviewed by Kenneth Rohde Christiansen.
1880 [Qt] Add automatic test for Qt Plugins.
1881 https://bugs.webkit.org/show_bug.cgi?id=31203
1883 Add a test case for Qt plugins. In this case one
1884 RenderPart should be visible on screen and the other
1885 should be invisible. The internal QWidget should
1886 have the same state as the WebCore::Widget.
1888 Add Qt specific netscape-dom-access-expected.txt because
1889 that was using a native widget inside a RenderPart as well.
1891 * platform/gtk/Skipped:
1892 * platform/mac/Skipped:
1893 * platform/qt/plugins/netscape-dom-access-expected.txt: Added
1894 * platform/qt/plugins/qt-qwidget-plugin-expected.txt: Added
1895 * platform/win/Skipped:
1896 * plugins/qt-qwidget-plugin.html: Added.
1898 2009-11-25 Csaba Osztrogonác <ossy@webkit.org>
1900 [Qt] Audio related layout tests are failing on the buildbot
1901 https://bugs.webkit.org/show_bug.cgi?id=27910
1903 * platform/qt/Skipped: fast/js/global-constructors.html added.
1905 2009-11-25 Kenneth Russell <kbr@google.com>
1907 Reviewed by Oliver Hunt.
1909 Off-by-one error in index validation for drawElements and drawArrays
1910 https://bugs.webkit.org/show_bug.cgi?id=31891
1912 Fixed computation of number of elements for bound array objects.
1914 Test: fast/canvas/webgl/index-validation.html
1916 * fast/canvas/webgl/index-validation-expected.txt: Added.
1917 * fast/canvas/webgl/index-validation.html: Added.
1918 * fast/canvas/webgl/script-tests/index-validation.js: Added.
1920 2009-11-25 Csaba Osztrogonác <ossy@webkit.org>
1922 [Qt] Remove a bunch of now passing fast tests from skiplist.
1923 And add a crasher/crashed pair into skiplist.
1925 * platform/qt/Skipped:
1927 2009-11-25 Csaba Osztrogonác <ossy@webkit.org>
1929 [Qt] Put tests into skiplist because of missing layoutTestController feature.
1931 * platform/qt/Skipped:
1932 - http/tests/cache/subresource-failover-to-network.html added.
1933 - fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html added.
1935 - "3D_RENDERING and ACCELERATED_COMPOSITING" block moved to good place.
1937 2009-11-25 Eric Carlson <eric.carlson@apple.com>
1939 Reviewed by Simon Fraser.
1941 <rdar://problem/7409331> Windows: Support closed caption in <video> element
1943 * platform/win/Skipped:
1944 Enable the closed caption test.
1946 2009-11-25 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1948 We do not have a strategy in place to mimick the output for load
1949 delegates fully yet. See https://bugs.webkit.org/show_bug.cgi?id=27905
1951 * platform/gtk/Skipped:
1953 2009-11-22 Jakub Wieczorek <faw217@gmail.com>
1955 Reviewed by Adam Barth.
1957 [Qt] Remove the Referer header when redirecting to a non-secure site
1958 https://bugs.webkit.org/show_bug.cgi?id=31785
1960 This makes Qt pass two tests introduced in r50226.
1962 * platform/qt/Skipped:
1964 2009-11-24 Chris Marrin <cmarrin@apple.com>
1966 Reviewed by Simon Fraser.
1968 Skip 3d and compositing tests on all platforms but Mac
1969 https://bugs.webkit.org/show_bug.cgi?id=27314
1971 For Mac, tests are performed in webkitdirs.pm to determine
1972 whether these tests should be skipped.
1974 * platform/gtk/Skipped:
1975 * platform/qt/Skipped:
1976 * platform/win/Skipped:
1978 2009-11-24 Chris Marrin <cmarrin@apple.com>
1980 Reviewed by Eric Seidel.
1982 Test for createShader param passing
1983 https://bugs.webkit.org/show_bug.cgi?id=31808
1985 This test will eventually contain more param passing tests as
1986 they are implemented.
1988 * fast/canvas/webgl/invalidPassedParams-expected.txt: Added.
1989 * fast/canvas/webgl/invalidPassedParams.html: Added.
1991 2009-11-24 Darin Fisher <darin@chromium.org>
1993 Reviewed by Adam Barth.
1995 [Chromium] Renderer hang when using www.expedia.com
1996 https://bugs.webkit.org/show_bug.cgi?id=31822
1998 This test verifies that a synchronous XMLHttpRequest, generated from a
1999 page that is the result of a form submission, loads properly when the
2000 user navigates back to the page.
2002 When navigating back to a page that resulted from a form submission,
2003 the page is loaded with the ReturnCacheDataDontLoad cache policy. It
2004 is important that subresources (including XMLHttpRequest instances) do
2005 not inherit this cache policy.
2007 * http/tests/cache/resources/echo-no-store.cgi: Added.
2008 * http/tests/cache/resources/subresource-failover-to-network.cgi: Added.
2009 * http/tests/cache/subresource-failover-to-network-expected.txt: Added.
2010 * http/tests/cache/subresource-failover-to-network.html: Added.
2012 2009-11-23 Kenneth Russell <kbr@google.com>
2014 Reviewed by Oliver Hunt.
2016 Change get... calls to latest spec
2017 https://bugs.webkit.org/show_bug.cgi?id=30091
2019 Removed old versions of get calls on WebGLRenderingContext and
2020 added new ones per spec returning "any". New code simplifies
2021 GraphicsContext3D and fixes previously unimplemented routines.
2022 Added custom JS and V8 bindings. Added exhaustive test case
2023 exercising all new code paths. Updated preexisting test cases for
2024 new APIs. Fixed preexisting bugs in WebKit's and Chrome's WebGL
2027 Ran WebGL layout tests in WebKit (clean) and Chrome (couple of
2028 preexisting known failures) and manual WebGL tests in both
2031 Two of the tests fail on various hardware and were modified. See
2033 https://bugs.webkit.org/show_bug.cgi?id=31842
2034 https://bugs.webkit.org/show_bug.cgi?id=31843
2036 Test: fast/canvas/webgl/gl-object-get-calls.html
2038 * fast/canvas/webgl/gl-get-calls-expected.txt:
2039 * fast/canvas/webgl/gl-get-calls.html:
2040 * fast/canvas/webgl/gl-object-get-calls-expected.txt: Added.
2041 * fast/canvas/webgl/gl-object-get-calls.html: Added.
2042 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
2043 * fast/canvas/webgl/null-object-behaviour-expected.txt:
2044 * fast/canvas/webgl/resources/boolUniformShader.vert: Added.
2045 * fast/canvas/webgl/resources/floatUniformShader.vert: Added.
2046 * fast/canvas/webgl/resources/intUniformShader.vert: Added.
2047 * fast/canvas/webgl/resources/matUniformShader.vert: Added.
2048 * fast/canvas/webgl/resources/noopUniformShader.frag: Added.
2049 * fast/canvas/webgl/resources/utils3d.js:
2052 (Framerate.prototype.snapshot):
2053 * fast/canvas/webgl/resources/webgl-test.js:
2055 (loadStandardVertexShader):
2057 (loadStandardFragmentShader):
2058 (loadFragmentShader):
2059 * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Added.
2060 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
2061 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
2062 * fast/canvas/webgl/triangle.html:
2063 * fast/js/resources/js-test-pre.js:
2067 2009-11-24 Dmitry Titov <dimich@chromium.org>
2069 Reviewed by Eric Seidel.
2071 Convert fast/table/row-height-recalc2.html to be 'dumpAsText()'
2072 https://bugs.webkit.org/show_bug.cgi?id=31816
2074 * fast/table/row-height-recalc2-expected.txt: Added.
2075 * fast/table/row-height-recalc2.html:
2076 * platform/mac/fast/table/row-height-recalc2-expected.checksum: Removed.
2077 * platform/mac/fast/table/row-height-recalc2-expected.png: Removed.
2078 * platform/mac/fast/table/row-height-recalc2-expected.txt: Removed.
2079 * platform/qt/fast/table/row-height-recalc2-expected.checksum: Removed.
2080 * platform/qt/fast/table/row-height-recalc2-expected.png: Removed.
2081 * platform/qt/fast/table/row-height-recalc2-expected.txt: Removed.
2082 * platform/win/fast/table/row-height-recalc2-expected.checksum: Removed.
2083 * platform/win/fast/table/row-height-recalc2-expected.png: Removed.
2085 2009-11-23 Chris Marrin <cmarrin@apple.com>
2087 Reviewed by Oliver Hunt.
2089 Tests for out of bounds conditions on drawElements and drawArrays
2090 https://bugs.webkit.org/show_bug.cgi?id=31239
2092 * fast/canvas/webgl/drawArraysOutOfBounds-expected.txt: Added.
2093 * fast/canvas/webgl/drawArraysOutOfBounds.html: Added.
2094 * fast/canvas/webgl/drawElementssOutOfBounds-expected.txt: Added.
2095 * fast/canvas/webgl/drawElementssOutOfBounds.html: Added.
2097 2009-11-23 Erik Arvidsson <arv@chromium.org>
2099 Reviewed by Eric Seidel.
2101 JSC bindings for HasIndexGetter generates incorrect code (affects
2102 MediaList and CSSStyleDeclaration).
2103 This cleans up the edge cases for indexing out of range for style and
2104 computed style objects to return an empty string according to the spec.
2105 MediaList now returns null when indexed out of range.
2106 https://bugs.webkit.org/show_bug.cgi?id=31683
2108 * fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt: Added.
2109 * fast/dom/CSSStyleDeclaration/css-computed-style-item.html: Added.
2110 * fast/dom/CSSStyleDeclaration/css-style-item-expected.txt: Added.
2111 * fast/dom/CSSStyleDeclaration/css-style-item.html: Added.
2112 * fast/dom/CSSStyleDeclaration/script-tests/css-computed-style-item.js: Added.
2113 * fast/dom/CSSStyleDeclaration/script-tests/css-style-item.js: Added.
2114 * fast/dom/StyleSheet/css-medialist-item-expected.txt: Added.
2115 * fast/dom/StyleSheet/css-medialist-item.html: Added.
2116 * fast/dom/StyleSheet/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html.
2117 * fast/dom/StyleSheet/script-tests/css-medialist-item.js: Added.
2119 2009-11-23 Csaba Osztrogonác <ossy@webkit.org>
2121 Unreviewed. Skip new test added in r51324.
2123 * platform/qt/Skipped: Added editing/selection/trransformed-selection-rects.html
2125 2009-11-23 Simon Fraser <simon.fraser@apple.com>
2127 Reviewed by Dan Bernstein.
2129 DocumentMarkers need to be educated about transforms
2130 https://bugs.webkit.org/show_bug.cgi?id=31751
2132 Find highlight is incorrect with transforms
2133 <rdar://problem/6358394>
2135 Add test to show the selection rect for selection in a transformed element.
2137 * editing/editing.js:
2138 * editing/selection/transformed-selection-rects.html: Added.
2139 * platform/mac/editing/selection/transformed-selection-rects-expected.checksum: Added.
2140 * platform/mac/editing/selection/transformed-selection-rects-expected.png: Added.
2141 * platform/mac/editing/selection/transformed-selection-rects-expected.txt: Added.
2143 2009-11-23 Csaba Osztrogonác <ossy@webkit.org>
2145 Unreviewed. Skip new tests.
2147 * platform/qt/Skipped:
2149 2009-11-23 Jakub Wieczorek <faw217@gmail.com>
2151 Reviewed by Kenneth Rohde Christiansen.
2153 [Qt] DRT: dumpBackForwardList() does not work properly with non-file URLs.
2154 https://bugs.webkit.org/show_bug.cgi?id=31775
2156 LayoutTestController::dumpBackForwardList() should work with local URLs
2157 as well as with normal URLs (in http tests for instance).
2158 Currently it does not output the latter properly.
2160 Unskip a bunch of passing http/navigation tests.
2162 * platform/qt/Skipped:
2164 2009-11-22 Chris Fleizach <cfleizach@apple.com>
2166 Reviewed by Oliver Hunt.
2168 ARIA: support aria-flowto
2169 https://bugs.webkit.org/show_bug.cgi?id=31762
2171 * platform/mac/accessibility/aria-flowto-expected.txt: Added.
2172 * platform/mac/accessibility/aria-flowto.html: Added.
2174 2009-11-22 Dirk Schulze <krit@webkit.org>
2176 Reviewed by Nikolas Zimmermann.
2178 Tests to the filterRes implementation for SVG Filters
2179 [https://bugs.webkit.org/show_bug.cgi?id=6021]
2181 big-sized-filter: tests if filter quality is scaled down on a too
2182 big SourceImage (SourceGraphic, SourceAlpha)
2183 big-sized-filter-2: tests if the filter quality is scaled down
2184 on a too big filter effect size.
2185 filterRes: Various tests of SVG Filters with different values for
2186 filterRes attributes. Checks
2187 * that kernel values (if present) are scaled with the filterRes
2188 * subRegion calculation is correct for effects with deeper
2191 * platform/mac/svg/filters/big-sized-filter-2-expected.txt: Added.
2192 * platform/mac/svg/filters/big-sized-filter-expected.checksum: Added.
2193 * platform/mac/svg/filters/big-sized-filter-expected.png: Added.
2194 * platform/mac/svg/filters/big-sized-filter-expected.txt: Added.
2195 * platform/mac/svg/filters/filterRes-expected.checksum: Added.
2196 * platform/mac/svg/filters/filterRes-expected.png: Added.
2197 * platform/mac/svg/filters/filterRes-expected.txt: Added.
2198 * svg/filters/big-sized-filter-2.svg: Added.
2199 * svg/filters/big-sized-filter.svg: Added.
2200 * svg/filters/filterRes.svg: Added.
2202 2009-11-22 Jakub Wieczorek <faw217@gmail.com>
2204 Reviewed by Adam Barth.
2206 [Qt] DumpRenderTree should explicitly ignore any SSL certificate errors
2207 for localhost and 127.0.0.1.
2208 https://bugs.webkit.org/show_bug.cgi?id=31783
2210 Unskip the http/tests/ssl/verify-ssl-enabled.php test, which is passing now.
2212 * platform/qt/Skipped:
2214 2009-11-22 Chris Evans <cevans@chromium.org>
2216 Reviewed by Adam Barth.
2218 Disable access to file:/// directory listings
2219 https://bugs.webkit.org/show_bug.cgi?id=31329
2221 Updates the test to make sure it is disabling universal access for
2222 file:/// URLs (if the API is supported). This is required to do
2223 effective intra-file:/// access tests.
2224 Note that Safari only passes by virtual of supporting no directory
2227 * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: Added.
2228 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
2229 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html:
2230 Disable universal access for file:/// URLs (if API available).
2231 Run the real test in an iframe without universal access.
2233 2009-11-21 Simon Fraser <simon.fraser@apple.com>
2235 Reviewed by Dan Bernstein.
2237 CSSKeyframesRule::findRule() and deleteRule() should accept 'from' and 'to' as well as percentages
2238 https://bugs.webkit.org/show_bug.cgi?id=31588
2240 Add tests for finding and deleting keyframes using 'from' and 'to'.
2242 * animations/keyframes-rule-expected.txt:
2243 * animations/keyframes-rule.html:
2245 2009-11-20 Chris Fleizach <cfleizach@apple.com>
2247 Reviewed by Beth Dakin.
2249 WAI-ARIA: add support for aria-owns
2250 https://bugs.webkit.org/show_bug.cgi?id=31702
2252 * platform/mac/accessibility/aria-owns-expected.txt: Added.
2253 * platform/mac/accessibility/aria-owns.html: Added.
2255 2009-11-20 Eric Carlson <eric.carlson@apple.com>
2257 Reviewed by Simon Fraser.
2259 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
2261 Remove closed captions test from skipped list.
2263 * platform/mac-leopard/Skipped:
2264 * platform/mac-tiger/Skipped:
2266 2009-11-20 Chris Fleizach <cfleizach@apple.com>
2268 Reviewed by Beth Dakin.
2270 WAI-ARIA: add support for 'math' role
2271 https://bugs.webkit.org/show_bug.cgi?id=31706
2273 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
2274 * platform/mac/accessibility/aria-grouping-roles.html:
2276 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
2280 Fix file names in the skipped list, for files added in http://trac.webkit.org/changeset/51257.
2282 * platform/mac/Skipped:
2283 * platform/win/Skipped:
2285 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
2287 Reviewed by Kenneth Rohde Christiansen.
2289 NPN_ReloadPlugins does not reload the page even if reloadPages is true.
2290 https://bugs.webkit.org/show_bug.cgi?id=30460
2292 Added tests for calling NPN_ReloadPlugins with reloadPages being true and false.
2294 * platform/mac/Skipped:
2295 * platform/win/Skipped:
2296 * plugins/reloadplugins-and-pages-expected.txt: Added.
2297 * plugins/reloadplugins-and-pages.html: Added.
2298 * plugins/reloadplugins-no-pages-expected.txt: Added.
2299 * plugins/reloadplugins-no-pages.html: Added.
2301 2009-11-20 Alexey Proskuryakov <ap@apple.com>
2303 Reviewed by Darin Adler.
2305 https://bugs.webkit.org/show_bug.cgi?id=25381
2306 Needs test: jQuery animation crashing Safari
2308 Adding a regression test for a bug that doesn't reproduce in ToT.
2310 * fast/dynamic/jQuery-animation-crash-expected.txt: Added.
2311 * fast/dynamic/jQuery-animation-crash.html: Added.
2313 2009-11-20 Alexey Proskuryakov <ap@apple.com>
2315 WebSocket tests still don't work on Windows, disabling for futher invesigation.
2317 * platform/win/Skipped:
2319 2009-11-20 Alexey Proskuryakov <ap@apple.com>
2321 Enabling WebSocket tests on Windows - let's see if they pass after the recent fixes.
2323 * platform/win/Skipped:
2325 2009-11-20 Victor Wang <victorw@chromium.org>
2327 Reviewed by Darin Adler.
2329 Add expected pixel result for layout test input-file-re-render
2331 https://bugs.webkit.org/show_bug.cgi?id=31696
2333 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
2334 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
2336 2009-11-20 Eric Carlson <eric.carlson@apple.com>
2338 Reviewed by Simon Fraser.
2340 <rdar://problem/7389945> QTKit based media engine should not claim to support fullscreen on Leopard
2342 Update test results.
2344 * platform/mac/media/audio-controls-rendering-expected.checksum:
2345 * platform/mac/media/audio-controls-rendering-expected.png:
2346 * platform/mac/media/audio-controls-rendering-expected.txt:
2348 2009-11-20 Roland Steiner <rolandsteiner@chromium.org>
2350 Reviewed by Darin Adler.
2352 Test checking that CSS 'text-indent' does not affect ruby rendering by default.
2353 (https://bugs.webkit.org/show_bug.cgi?id=31247)
2355 * fast/ruby/ruby-text-indent-expected.txt: Added.
2356 * fast/ruby/ruby-text-indent.html: Added.
2358 2009-11-19 Beth Dakin <bdakin@apple.com>
2360 Reviewed by Darin Adler.
2362 Tests for https://bugs.webkit.org/show_bug.cgi?id=31321 Make
2363 -webkit-color-correction work with untagged images
2365 * fast/css/color-correction-on-background-image.html: Added.
2366 * fast/css/color-correction-untagged-images.html: Added.
2367 * fast/css/resources/purple-noprofile.png: Added.
2368 * platform/mac/fast/css/color-correction-on-background-image-expected.checksum: Added.
2369 * platform/mac/fast/css/color-correction-on-background-image-expected.png: Added.
2370 * platform/mac/fast/css/color-correction-on-background-image-expected.txt: Added.
2371 * platform/mac/fast/css/color-correction-untagged-images-expected.checksum: Added.
2372 * platform/mac/fast/css/color-correction-untagged-images-expected.png: Added.
2373 * platform/mac/fast/css/color-correction-untagged-images-expected.txt: Added.
2375 2009-11-19 Michelangelo De Simone <michelangelo@webkit.org>
2377 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>
2378 Files missed when landing patch.
2380 * platform/qt/Skipped:
2381 * platform/win/Skipped:
2383 2009-11-19 Alexey Proskuryakov <ap@apple.com>
2385 Trying to enable WebSocket tests on Tiger again, as the bot seems to behave now.
2387 * platform/mac-tiger/Skipped:
2389 2009-11-19 Rahul Kuchhal <kuchhal@chromium.org>
2391 Reviewed by Darin Adler.
2393 Do not assert when a high number is used for roman numerals in lists.
2394 https://bugs.webkit.org/show_bug.cgi?id=31652
2396 * fast/lists/ol-start-roman.html: Added.
2397 * platform/mac/fast/lists/ol-start-roman-expected.txt: Added.
2399 2009-11-19 Eric Z. Ayers <zundel@google.com>
2401 Reviewed by Pavel Feldman.
2403 Updated timeline paint test to ignore width and height. GTK+ testing
2404 uses a different top level window size than other platforms.
2406 https://bugs.webkit.org/show_bug.cgi?id=31402
2408 * inspector/timeline-paint-expected.txt:
2409 * inspector/timeline-test.js:
2410 * platform/win/Skipped:
2412 2009-11-19 Chris Fleizach <cfleizach@apple.com>
2414 Reviewed by Darin Adler.
2416 WAI-ARIA roles not supported on image map <area>
2417 https://bugs.webkit.org/show_bug.cgi?id=31525
2419 * accessibility/aria-used-on-image-maps-expected.txt: Added.
2420 * accessibility/aria-used-on-image-maps.html: Added.
2421 * platform/gtk/Skipped:
2422 * platform/win/Skipped:
2424 2009-11-19 Eric Carlson <eric.carlson@apple.com>
2426 Reviewed by Dan Bernstein.
2428 <rdar://problem/7035231>
2429 Support closed caption in <video> element
2431 * media/media-captions-expected.txt: Added.
2432 * media/media-captions.html: Added.
2433 * media/content/counting-captioned.mov: Added.
2435 * platform/gtk/Skipped:
2436 * platform/mac-leopard/Skipped:
2437 * platform/mac-tiger/Skipped:
2438 * platform/win/Skipped:
2439 Skipped on platforms that don't support closed captions yet.
2441 2009-11-19 Pavel Feldman <pfeldman@chromium.org>
2443 Reviewed by Gustavo Noronha Silva.
2445 Web Inspector: Implement "show inspector" in WebKit GTK
2446 API and enable console tests.
2448 https://bugs.webkit.org/show_bug.cgi?id=31669
2450 * platform/gtk/Skipped:
2452 2009-11-19 Shinichiro Hamaji <hamaji@chromium.org>
2454 Reviewed by Eric Seidel.
2456 Some tests in fast/css-generated-content can be dumpAsText test
2457 https://bugs.webkit.org/show_bug.cgi?id=31663
2459 * fast/css-generated-content/absolute-position-inside-inline-expected.txt: Added.
2460 * fast/css-generated-content/absolute-position-inside-inline.html:
2461 * fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
2462 * fast/css-generated-content/hit-test-generated-content.html:
2463 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
2464 * fast/css-generated-content/positioned-background-hit-test-crash.html:
2465 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
2466 * fast/css-generated-content/spellingToolTip-assert.html:
2467 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.checksum: Removed.
2468 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.png: Removed.
2469 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
2470 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Removed.
2471 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Removed.
2472 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Removed.
2473 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Removed.
2474 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Removed.
2475 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
2476 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.checksum: Removed.
2477 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.png: Removed.
2478 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
2479 * platform/qt/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
2480 * platform/qt/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
2481 * platform/qt/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
2483 2009-11-19 Kinuko Yasuda <kinuko@google.com>
2485 Reviewed by Dan Bernstein.
2487 Update the test fast/overflow/004.html to make it match the test
2488 description and expected results.
2489 https://bugs.webkit.org/show_bug.cgi?id=31455
2491 * fast/overflow/004.html:
2492 * platform/mac/fast/overflow/004-expected.checksum:
2493 * platform/mac/fast/overflow/004-expected.png:
2494 * platform/mac/fast/overflow/004-expected.txt:
2496 2009-11-18 Dan Bernstein <mitz@apple.com>
2498 Reviewed by Simon Fraser.
2500 Test for <rdar://problem/7398987> Assertion failure in
2501 RenderLayer::updateClipRects when a plug-in’s enclosing layer is
2502 enclosed by a transformed layer
2504 * fast/layers/clip-rects-transformed-2-expected.txt: Added.
2505 * fast/layers/clip-rects-transformed-2.html: Added.
2506 * fast/layers/clip-rects-transformed-expected.txt: Added.
2507 * fast/layers/clip-rects-transformed.html: Added.
2509 2009-11-18 Michelangelo De Simone <micdesim@gmail.com>
2511 Reviewed by Darin Adler.
2513 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
2514 Support for validationMessage attribute, as per HTML5 specs.
2516 * fast/dom/domListEnumeration-expected.txt: updated with new property
2517 * fast/dom/script-tests/domListEnumeration.js: ditto
2518 * fast/forms/script-tests/validationMessage.js: Added.
2519 * fast/forms/validationMessage-expected.txt: Added.
2520 * fast/forms/validationMessage.html: Added.
2521 * platform/gtk/Skipped:
2522 * platform/qt/Skipped:
2523 * platform/win/Skipped:
2525 2009-11-19 Roland Steiner <rolandsteiner@chromium.org>
2527 Reviewed by Darin Adler.
2529 Bug 31574 - Crashing bug when removing <ruby> element
2530 (https://bugs.webkit.org/show_bug.cgi?id=31574)
2532 Layout test to verify it no longer crashes when the <ruby> element
2535 * fast/ruby/ruby-remove-expected.txt: Added.
2536 * fast/ruby/ruby-remove.html: Added.
2538 2009-11-18 Kent Tamura <tkent@chromium.org>
2540 Reviewed by Darin Adler.
2542 Tests for ValidityState.typeMismatch for the following types of INPUT element:
2543 date, datetime, datetime-local, month, time and week
2544 https://bugs.webkit.org/show_bug.cgi?id=31342
2546 * fast/forms/ValidityState-typeMismatch-date-expected.txt: Added.
2547 * fast/forms/ValidityState-typeMismatch-date.html: Added.
2548 * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: Added.
2549 * fast/forms/ValidityState-typeMismatch-datetime.html: Added.
2550 * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: Added.
2551 * fast/forms/ValidityState-typeMismatch-datetimelocal.html: Added.
2552 * fast/forms/ValidityState-typeMismatch-month-expected.txt: Added.
2553 * fast/forms/ValidityState-typeMismatch-month.html: Added.
2554 * fast/forms/ValidityState-typeMismatch-time-expected.txt: Added.
2555 * fast/forms/ValidityState-typeMismatch-time.html: Added.
2556 * fast/forms/ValidityState-typeMismatch-week-expected.txt: Added.
2557 * fast/forms/ValidityState-typeMismatch-week.html: Added.
2558 * fast/forms/script-tests/ValidityState-typeMismatch-date.js: Added.
2559 * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: Added.
2560 * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: Added.
2561 * fast/forms/script-tests/ValidityState-typeMismatch-month.js: Added.
2562 * fast/forms/script-tests/ValidityState-typeMismatch-time.js: Added.
2563 * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Added.
2565 2009-11-18 Kent Tamura <tkent@chromium.org>
2567 Reviewed by Darin Adler.
2569 Add tests for ValidityState.stepMismatch.
2570 https://bugs.webkit.org/show_bug.cgi?id=31331
2572 * fast/forms/ValidityState-stepMismatch-number-expected.txt: Added.
2573 * fast/forms/ValidityState-stepMismatch-number.html: Added.
2574 * fast/forms/ValidityState-stepMismatch-range-expected.txt: Added.
2575 * fast/forms/ValidityState-stepMismatch-range.html: Added.
2576 * fast/forms/ValidityState-stepMismatch-unsupported-expected.txt: Added.
2577 * fast/forms/ValidityState-stepMismatch-unsupported.html: Added.
2578 * fast/forms/input-step-expected.txt: Added.
2579 * fast/forms/input-step.html: Added.
2580 * fast/forms/script-tests/ValidityState-stepMismatch-number.js: Added.
2581 * fast/forms/script-tests/ValidityState-stepMismatch-range.js: Added.
2582 * fast/forms/script-tests/ValidityState-stepMismatch-unsupported.js: Added.
2583 * fast/forms/script-tests/input-step.js: Added.
2585 2009-11-18 Shu Chang <Chang.Shu@nokia.com>
2587 Reviewed by Eric Seidel.
2589 [Qt] Update expected result after Qt4.6 upgrade.
2590 https://bugs.webkit.org/show_bug.cgi?id=31560
2592 Test: LayoutTests/editing/deleting/5408255.html
2594 * platform/qt/editing/deleting/5408255-expected.txt:
2596 2009-11-18 Daniel Bates <dbates@webkit.org>
2598 Reviewed by Dave Hyatt.
2600 https://bugs.webkit.org/show_bug.cgi?id=24971
2602 <rdar://problem/7138265>
2604 Tests that setting the height of a table row programmatically (via JavaScript)
2605 recalculates the height of the rows in the table.
2607 * fast/table/row-height-recalc2.html: Added.
2608 * platform/mac/fast/table/row-height-recalc2-expected.checksum: Added.
2609 * platform/mac/fast/table/row-height-recalc2-expected.png: Added.
2610 * platform/mac/fast/table/row-height-recalc2-expected.txt: Added.
2611 * platform/qt/fast/table/row-height-recalc2-expected.checksum: Added.
2612 * platform/qt/fast/table/row-height-recalc2-expected.png: Added.
2613 * platform/qt/fast/table/row-height-recalc2-expected.txt: Added.
2614 * platform/win/fast/table/row-height-recalc2-expected.checksum: Added.
2615 * platform/win/fast/table/row-height-recalc2-expected.png: Added.
2616 * platform/win/fast/table/row-height-recalc2-expected.txt: Added.
2618 2009-11-18 Julie Parent <jparent@chromium.org>
2620 Reviewed by Eric Seidel.
2622 Reduce flakiness in zero-duration-with-non-zero-delay-end.html by
2623 increasing a timeout.
2625 https://bugs.webkit.org/show_bug.cgi?id=31646
2627 * transitions/zero-duration-with-non-zero-delay-end.html:
2629 2009-11-18 Oliver Hunt <oliver@apple.com>
2631 Update expected results of fixed test.
2633 * fast/profiler/throw-exception-from-eval-expected.txt:
2635 2009-11-18 Oliver Hunt <oliver@apple.com>
2637 Reviewed by Alexey Proskuryakov.
2639 Interpreter may do an out of range access when throwing an exception in the profiler.
2640 https://bugs.webkit.org/show_bug.cgi?id=31635
2642 Correct this test so that it is actually testing what it is intended to.
2644 * fast/profiler/throw-exception-from-eval.html:
2646 2009-11-18 Alexey Proskuryakov <ap@apple.com>
2648 Disabling WebSocket tests on Tiger back, they still hang.
2650 * platform/mac-tiger/Skipped:
2652 2009-11-17 Julie Parent <jparent@chromium.org>
2654 Reviewed by Dmitry Titov.
2656 Eliminate flakiness in file-URL-with-port-number by removing a setTimeout.
2657 The timeout caused the test to fail about 2% of the time on the Chromium builders.
2658 The timeout exists to catch cases where the iframe does not load, but the test
2659 framework already will handle this (albeit with a longer timeout).
2661 * fast/loader/file-URL-with-port-number.html:
2663 2009-11-18 Ben Murdoch <benm@google.com>
2665 Reviewed by Darin Adler.
2667 HTMLAnchorElement is inconsistent with its internal handling of the value returned for the href attribute.
2668 https://bugs.webkit.org/show_bug.cgi?id=31593
2670 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-whitespace.js: Added.
2671 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace-expected.txt: Added.
2672 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html: Added.
2674 2009-11-18 Alexey Proskuryakov <ap@apple.com>
2676 Trying to enable WebSocket tests on Tiger again, now that bug 31603 is fixed.
2678 * platform/mac-tiger/Skipped:
2680 2009-11-18 Martin Robinson <martin.james.robinson@gmail.com>
2682 Reviewed by Gustavo Noronha.
2684 [GTK] Tab key does not cycle through elements by default
2685 https://bugs.webkit.org/show_bug.cgi?id=31505
2687 Improve fast/events/keypress-insert-tab.html to test that the
2688 TabKeyCyclesThroughElements setting is true by default and
2691 * fast/events/keypress-insert-tab.html:
2693 2009-11-18 Benjamin Poulain <benjamin.poulain@nokia.com>
2695 Reviewed by Simon Hausmann.
2697 [Qt] WebKit crashes when loading certain SVG images
2699 Added a test for a crash of QtWebkit when loading SVG images.
2701 https://bugs.webkit.org/show_bug.cgi?id=29443
2703 * svg/text/resources/text-font-invalid.svg: Added.
2704 * svg/text/text-font-invalid-expected.txt: Added.
2705 * svg/text/text-font-invalid.html: Added.
2707 2009-11-17 Hayato Ito <hayato@google.com>
2709 Reviewed by Darin Adler.
2711 Avoid infinite mutual recursion when deeply nested tags are loaded
2712 https://bugs.webkit.org/show_bug.cgi?id=30651
2714 * fast/parser/block-nesting-cap-table-expected.txt: Added.
2715 * fast/parser/block-nesting-cap-table.html: Added.
2716 * fast/parser/script-tests/block-nesting-cap-table.js: Added.
2718 2009-11-17 Johnny Ding <jnd@chromium.org>
2720 Reviewed by Darin Adler.
2722 In all valid script tags for JavaScript, the event handler in <script...for> should not get executed.
2723 Change the original test to pure js test, and test the situation about script tags which have text or language attribute.
2724 https://bugs.webkit.org/show_bug.cgi?id=31567
2726 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt:
2727 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html:
2728 * fast/dom/HTMLScriptElement/script-tests: Added.
2729 * fast/dom/HTMLScriptElement/script-tests/script-for-attribute-unexpected-execution.js: Added.
2730 (ScriptForAttributeExecute):
2732 2009-11-17 Mark Rowe <mrowe@apple.com>
2734 Reviewed by Alexey Proskuryakov.
2736 <http://webkit.org/b/31602> Failing to start the WebSocket server shouldn’t terminate entire test run
2738 * websocket/resources/server-failed-to-start.html: Error page that will be loaded in place of websocket
2739 tests when the server fails to start.
2741 2009-11-17 Brian Weinstein <bweinstein@apple.com>
2743 Rubber-stamped by Pavel Feldman.
2745 Skip inspector tests that are flaky on Windows Release - this is being tracked by:
2746 https://bugs.webkit.org/show_bug.cgi?id=31596.
2748 * platform/win/Skipped:
2750 2009-11-16 Julie Parent <jparent@chromium.org>
2752 Reviewed by Darin Adler.
2754 Eliminate flakiness in char-encoding tests by removing setTimeout,
2755 that was working around an old issue.
2756 https://bugs.webkit.org/show_bug.cgi?id=31571
2758 * fast/encoding/char-encoding-mac.html:
2759 * fast/encoding/char-encoding.html:
2760 * fast/encoding/resources/char-encoding-utils.js:
2762 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
2764 Not reviewed, follow up to r51072: rename skipped entries
2765 * platform/qt/Skipped:
2767 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
2769 Reviewed by Kenneth Rohde Christiansen.
2771 [Qt] Crashing tests after updating to Qt-4.6.0
2772 https://bugs.webkit.org/show_bug.cgi?id=31591
2774 * platform/qt/Skipped: Put tests into skiplist temporarily.
2776 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
2778 Not reviewed, tests fix. Follow up to r51072: move
2779 platform-specific results for fast/inspector into
2780 fast/inspector-support.
2782 * platform/mac/fast/inspector-support/matchedrules-expected.checksum: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.checksum.
2783 * platform/mac/fast/inspector-support/matchedrules-expected.png: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.png.
2784 * platform/mac/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.txt.
2785 * platform/mac/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/style-expected.txt.
2786 * platform/qt/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/matchedrules-expected.txt.
2787 * platform/qt/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/style-expected.txt.
2789 2009-11-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2791 Actually skip the inspector console tests while the problem
2792 discussed in https://bugs.webkit.org/show_bug.cgi?id=31472 is
2795 * platform/gtk/Skipped:
2797 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
2799 Not reviewed, build fix. Follow up to r51072: rename skipped entries
2800 for the tests that were moved.
2802 * platform/gtk/Skipped:
2803 * platform/qt/Skipped:
2805 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
2807 Reviewed by Timothy Hatcher.
2809 Web Inspector: Make DRT show web inspector for tests in inspector/ folder.
2810 - Updated DRT to show/close inspector for all tests under /inspector
2811 - Introduced LayoutTestController::setTimelineProfilingEnabled and
2812 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
2813 - Removed reload on each inspector test
2814 - Renamed fast/inspector to fast/inspector-support in order not to trigger
2815 inspector for those.
2816 - Reimplemented timeline tests in order to get rid of reload there.
2817 - Moved tests that don't require harness into the fast group.
2819 https://bugs.webkit.org/show_bug.cgi?id=31472
2821 * fast/inspector-support/cssURLQuotes-expected.txt: Renamed from LayoutTests/fast/inspector/cssURLQuotes-expected.txt.
2822 * fast/inspector-support/cssURLQuotes.html: Renamed from LayoutTests/fast/inspector/cssURLQuotes.html.
2823 * fast/inspector-support/matchedrules.html: Renamed from LayoutTests/fast/inspector/matchedrules.html.
2824 * fast/inspector-support/style.html: Renamed from LayoutTests/fast/inspector/style.html.
2825 * fast/inspector-support/uncaught-dom1-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom1-exception-expected.txt.
2826 * fast/inspector-support/uncaught-dom1-exception.html: Renamed from LayoutTests/inspector/uncaught-dom1-exception.html.
2827 * fast/inspector-support/uncaught-dom3-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom3-exception-expected.txt.
2828 * fast/inspector-support/uncaught-dom3-exception.html: Renamed from LayoutTests/inspector/uncaught-dom3-exception.html.
2829 * fast/inspector-support/uncaught-dom8-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom8-exception-expected.txt.
2830 * fast/inspector-support/uncaught-dom8-exception.html: Renamed from LayoutTests/inspector/uncaught-dom8-exception.html.
2831 * inspector/inspector-test.js:
2833 (evaluateInWebInspector):
2835 * inspector/resources/timeline-iframe-data.html: Added.
2836 * inspector/timeline-layout-expected.txt:
2837 * inspector/timeline-layout.html:
2838 * inspector/timeline-mark-timeline.html:
2839 * inspector/timeline-paint.html:
2840 * inspector/timeline-parse-html-expected.txt:
2841 * inspector/timeline-parse-html.html:
2842 * inspector/timeline-recalculate-styles-expected.txt:
2843 * inspector/timeline-recalculate-styles.html:
2844 * inspector/timeline-script-tag-1-expected.txt:
2845 * inspector/timeline-script-tag-1.html:
2846 * inspector/timeline-script-tag-2-expected.txt:
2847 * inspector/timeline-script-tag-2.html:
2848 * inspector/timeline-script-tag-2.js:
2849 * inspector/timeline-test.js:
2850 (printTimelineRecords):
2852 (dumpTimelineRecords):
2854 (frontend_getTimelineResults):
2856 2009-11-17 Yuta Kitamura <yutak@chromium.org>
2858 Reviewed by Eric Seidel.
2860 Fix http tests so that they do not submit a GET form to about:blank.
2862 Original tests expected that submitting an empty form to <about:blank> navigates
2863 the browser to <about:blank?>, not <about:blank>. However, some other browsers
2864 do not act like Safari, and in fact the layout test runner of Chromium was
2865 failing to run these tests.
2867 Prior to this patch, a test that only checks this behavior was added, so now
2868 we can remove the dependency on it from these tests.
2870 Some HTTP tests submit a GET form to about:blank
2871 https://bugs.webkit.org/show_bug.cgi?id=30423
2873 * http/tests/navigation/onload-navigation-iframe-2-expected.txt:
2874 * http/tests/navigation/onload-navigation-iframe-2.html:
2875 * http/tests/navigation/onload-navigation-iframe-expected.txt:
2876 * http/tests/navigation/onload-navigation-iframe-timeout-expected.txt:
2877 * http/tests/navigation/onload-navigation-iframe-timeout.html:
2878 * http/tests/navigation/onload-navigation-iframe.html:
2879 * http/tests/navigation/resources/blank.txt: Added.
2881 2009-11-17 Yuta Kitamura <yutak@chromium.org>
2883 Reviewed by Darin Adler.
2885 Add a test to check the behavior of submitting a GET form to <about:blank>.
2887 Currently Safari redirects the browser to <about:blank?>, while some other
2888 browsers do not (including Firefox and Chromium). The objective of this test is
2889 to express the current behavior of Safari and to become ready to remove
2890 unintentional dependency on it from several tests.
2892 Some HTTP tests submit a GET form to about:blank
2893 https://bugs.webkit.org/show_bug.cgi?id=30423
2895 * fast/forms/get-forms-to-about-blank-expected.txt: Added.
2896 * fast/forms/get-forms-to-about-blank.html: Added.
2898 2009-11-16 Alexey Proskuryakov <ap@apple.com>
2900 Disabling WebSocket tests on Tiger and Windows again, as they still time out.
2902 * platform/mac-tiger/Skipped:
2903 * platform/win/Skipped:
2905 2009-11-16 Chris Fleizach <cfleizach@apple.com>
2907 Reviewed by Beth Dakin.
2909 AX: aria-labelledby duplicates some of its WAI-ARIA label
2910 https://bugs.webkit.org/show_bug.cgi?id=31565
2912 * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
2913 * accessibility/aria-labelledby-overrides-label.html: Added.
2914 * platform/gtk/Skipped:
2915 * platform/win/Skipped:
2917 2009-11-16 Kenneth Russell <kbr@google.com>
2919 Reviewed by Oliver Hunt.
2921 Update API of WebGLArray and friends
2922 https://bugs.webkit.org/show_bug.cgi?id=31175
2924 * fast/canvas/webgl/array-unit-tests-expected.txt:
2925 * fast/canvas/webgl/array-unit-tests.html:
2927 2009-11-16 Alexey Proskuryakov <ap@apple.com>
2929 Re-enabling WebSocket tests on Tiger and Windows, now that SSL is disabled.
2931 * platform/mac-tiger/Skipped:
2932 * platform/win/Skipped:
2934 2009-11-14 Antonio Gomes <tonikitoo@webkit.org>
2936 Reviewed by Antti Koivisto.
2938 [Qt] Broken back/forward after using ErrorPageExtension to set error page
2939 https://bugs.webkit.org/show_bug.cgi?id=30573
2941 Skipped fast/history/back-forward-reset-after-error-handling.html
2942 in mac, gtk and win DRT, because their DRT do not support yet
2943 error pages handling.
2945 * fast/history/back-forward-reset-after-error-handling.html:
2946 * platform/gtk/Skipped:
2947 * platform/mac/Skipped:
2948 * platform/win/Skipped:
2950 2009-11-16 Kenneth Rohde Christiansen <kenneth@webkit.org>
2952 Rubberstamped by Simon Hausmann.
2954 Added new Qt expected results for animation tests.
2956 * platform/qt/animations/change-transform-in-end-event-expected.txt: Added.
2957 * platform/qt/animations/state-at-end-event-expected.txt: Added.
2958 * platform/qt/animations/state-at-end-event-transform-expected.txt: Added.
2960 2009-11-15 Chris Fleizach <cfleizach@apple.com>
2962 Fixing broken layout test.
2964 Need to implement ARIA role="directory"
2965 https://bugs.webkit.org/show_bug.cgi?id=31516
2967 Lists are not supported on Leopard or Tiger, so the test for this
2968 bug needs to be skipped.
2970 * platform/mac-leopard/Skipped:
2971 * platform/mac-tiger/Skipped:
2973 2009-11-14 Chris Fleizach <cfleizach@apple.com>
2975 Reviewed by Darin Adler.
2977 Need to implement ARIA role="directory"
2978 https://bugs.webkit.org/show_bug.cgi?id=31516
2980 * platform/mac/accessibility/aria-directory-expected.txt: Added.
2981 * platform/mac/accessibility/aria-directory.html: Added.
2983 2009-11-14 Adele Peterson <adele@apple.com>
2985 Reviewed by Dan Bernstein.
2987 Test for <rdar://problem/6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp
2989 * fast/overflow/line-clamp.html: Added.
2990 * platform/mac/fast/overflow/line-clamp-expected.checksum: Added.
2991 * platform/mac/fast/overflow/line-clamp-expected.png: Added.
2992 * platform/mac/fast/overflow/line-clamp-expected.txt: Added.
2994 2009-11-14 Kent Tamura <tkent@chromium.org>
2996 Reviewed by Darin Adler.
2998 Add tests for reading/writing .type property of HTMLInputElement.
2999 https://bugs.webkit.org/show_bug.cgi?id=29004
3001 * fast/forms/input-type-change3-expected.txt: Added.
3002 * fast/forms/input-type-change3.html: Added.
3003 * fast/forms/script-tests/input-type-change3.js: Added.
3005 2009-11-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3007 Skip new test that needs new DRT infrastructure, with bug filled.
3009 * platform/gtk/Skipped:
3011 2009-11-13 Chris Fleizach <cfleizach@apple.com>
3013 Reviewed by Darin Adler.
3015 WAI-ARIA: checkbox does not determine its label from text content
3016 https://bugs.webkit.org/show_bug.cgi?id=31456
3018 * accessibility/aria-checkbox-text.html: Added.
3019 * platform/gtk/Skipped:
3020 * platform/mac/accessibility/aria-checkbox-text-expected.txt: Added.
3021 * platform/win/Skipped:
3023 2009-11-13 Alexey Proskuryakov <ap@apple.com>
3025 Disable websocket tests on Tiger, as they time out.
3027 Filed <https://bugs.webkit.org/show_bug.cgi?id=31501> to investigate this issue.
3029 * platform/mac-tiger/Skipped:
3031 2009-11-12 Jeremy Orlow <jorlow@chromium.org>
3033 Reviewed by Dmitry Titov.
3035 Now that we're tracking key size in the quota, we can't fit as much in.
3036 https://bugs.webkit.org/show_bug.cgi?id=31451
3038 * storage/domstorage/quota-expected.txt:
3039 * storage/domstorage/script-tests/quota.js:
3042 2009-11-13 Shinichiro Hamaji <hamaji@chromium.org>
3044 Reviewed by Darin Adler.
3046 WebCore::externalRepresentation should update layout before getting render object
3047 https://bugs.webkit.org/show_bug.cgi?id=31459
3049 Before this change, the render tree output for this test was wrong.
3050 Note that #FF0000 (red) becomes #008000 (green) now.
3052 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
3054 2009-11-04 Adam Roben <aroben@apple.com>
3056 Test that delegates can modify global objects in isolated worlds
3058 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
3059 window objects in isolated worlds are cleared
3061 Reviewed by Dave Hyatt.
3063 * http/tests/security/isolatedWorld/didClearWindowObject-expected.txt: Added.
3064 * http/tests/security/isolatedWorld/didClearWindowObject.html: Added.
3065 Tests that the global object in the normal world does not have a
3066 __worldID property, and that the global object in isolated worlds has
3067 a __worldID property whose value is equal to the world's ID.
3069 2009-11-13 Dumitru Daniliuc <dumi@chromium.org>
3071 Reviewed by Eric Seidel.
3073 Remove the unnecessary call to dumpDatabaseCallbacks().
3075 https://bugs.webkit.org/show_bug.cgi?id=31495
3077 * storage/hash-change-with-xhr.html:
3079 2009-11-13 Hironori Bono <hbono@chromium.org>
3081 Reviewed by Oliver Hunt.
3083 Implement composition events introduced in DOM Level 3.
3084 This change adds a new IDL which defines the composition events, adds a class which
3085 implements the composition events, and sends the composition events according to
3087 https://bugs.webkit.org/show_bug.cgi?id=26310
3089 * fast/events/ime-composition-events-001-expected.txt: Added.
3090 * fast/events/ime-composition-events-001.html: Added.
3091 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
3092 * platform/qt/Skipped: ditto.
3093 * platform/win/Skipped: ditto.
3095 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
3097 Reviewed by Simon Hausmann.
3099 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
3101 * platform/qt/SuppressedValgrindErrors: Added.
3103 2009-11-13 Alexey Proskuryakov <ap@apple.com>
3105 Disable websocket tests on Windows, as the server cannot start on buildbot.
3107 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
3109 * platform/win/Skipped:
3111 2009-11-12 Alexey Proskuryakov <ap@apple.com>
3113 Reviewed by Darin Adler.
3115 https://bugs.webkit.org/show_bug.cgi?id=31441
3116 Implement SocketStreamCFNet
3118 * platform/mac/Skipped:
3119 * platform/win/Skipped:
3120 Enables tests in websocket directory.
3122 2009-11-13 Dmitry Titov <dimich@chromium.org>
3124 Reviewed by Darin Adler.
3126 Fix worker-timeout.html layout test that fails in Chromium harness.
3127 https://bugs.webkit.org/show_bug.cgi?id=31452
3129 * fast/workers/worker-timeout.html:
3130 Stop logging timer messages at the same time as calling NotifyDone() because
3131 in test harness Chromium uses for workers it does not capture the output immediately.
3133 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
3135 Reviewed by Adam Barth.
3137 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
3138 Rolling back r50890.
3140 https://bugs.webkit.org/show_bug.cgi?id=31467
3142 * http/tests/security/calling-versus-current-expected.txt: Removed.
3143 * http/tests/security/calling-versus-current.html: Removed.
3145 2009-11-13 Dirk Schulze <krit@webkit.org>
3147 Reviewed by Gustavo Noronha.
3149 Skip fast/canvas/canvas-shadow.html we need to enable filters
3150 on cairo to pass this test.
3152 * platform/gtk/Skipped:
3154 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3156 Skip one more new test.
3158 * platform/gtk/Skipped:
3160 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
3162 Reviewed by Adam Barth.
3164 The document-html and window-html tests don't use a setTimeout to notify that the
3165 test is completed. The layout test plugin now issues the notifyDone call via
3168 https://bugs.webkit.org/show_bug.cgi?id=31067
3170 * plugins/document-open.html:
3171 * plugins/window-open.html:
3173 2009-11-12 Kinuko Yasuda <kinuko@google.com>
3175 Reviewed by Adam Barth.
3177 Makes the output of fast/events/mouse-click-events.html independent
3179 https://bugs.webkit.org/show_bug.cgi?id=31405
3181 * fast/events/mouse-click-events-expected.txt:
3182 * fast/events/script-tests/mouse-click-events.js:
3184 2009-11-12 Simon Fraser <simon.fraser@apple.com>
3186 Reviewed by Dan Bernstein.
3188 Transformed reflected elements are clipped inside element with opacity
3189 https://bugs.webkit.org/show_bug.cgi?id=30957
3191 Testcase for reflected and transformed elements inside an opacity layer.
3193 * fast/reflections/opacity-reflection-transform.html: Added.
3194 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
3195 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
3196 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
3198 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
3200 Reviewed by Gustavo Noronha Silva.
3202 https://bugs.webkit.org/show_bug.cgi?id=30997
3203 [Gtk] Implemment AtkDocument
3205 Added testing support for AtkDocument implementation.
3207 * accessibility/document-attributes.html: Added.
3208 * accessibility/document-attributes-expected.txt: Added.
3209 * platform/mac/Skipped:
3210 * platform/win/Skipped:
3212 2009-11-11 Dirk Schulze <krit@webkit.org>
3214 Reviewed by Simon Fraser.
3216 Some tests for canvas shadow.
3218 * fast/canvas/canvas-shadow-expected.txt: Added.
3219 * fast/canvas/canvas-shadow.html: Added.
3220 * fast/canvas/script-tests/canvas-shadow.js: Added.
3222 2009-11-12 Brian Weinstein <bweinstein@apple.com>
3224 Rubber-stamped by Steve Falkenburg.
3226 Add failing tests to Skipped list.
3228 * platform/win/Skipped:
3230 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3232 Skipping tests that fail intermitently.
3234 * platform/gtk/Skipped:
3236 2009-11-12 Sam Weinig <sam@webkit.org>
3238 Reviewed by Oliver Hunt.
3240 Test for <rdar://problem/7267951>
3241 Canvas methods should reject uses of NaN and Infinity.
3243 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
3244 * fast/canvas/canvas-with-illegal-args.html: Added.
3245 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
3247 2009-11-12 Mark Rowe <mrowe@apple.com>
3249 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
3251 * platform/mac-leopard/Skipped:
3252 * platform/mac-tiger/Skipped:
3254 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3256 Skipping one more new test, and a number of other tests, with bugs
3259 * platform/gtk/Skipped:
3261 2009-11-12 Mark Rowe <mrowe@apple.com>
3263 Fix results for fast/dom/Window/window-properties.html after r50893.
3265 * fast/dom/Window/window-properties-expected.txt:
3267 2009-11-12 Mark Rowe <mrowe@apple.com>
3269 Rubber-stamped by Anders Carlsson.
3271 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
3272 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
3274 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
3275 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
3277 2009-11-12 Mark Rowe <mrowe@apple.com>
3279 Rubber-stamped by Brady Eidson.
3281 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
3283 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Copied from LayoutTests/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt.
3284 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Copied from LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt.
3285 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
3286 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
3288 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3290 Unreviewed. Skipped new tests, a test that keeps failing despite
3291 not failing locally, and a new DnD test.
3293 * platform/gtk/Skipped:
3295 2009-11-12 Eric Carlson <eric.carlson@apple.com>
3297 Unreviewed, build fix.
3299 Skipped tests need path relative to LayoutTests folder, not just
3302 * platform/gtk/Skipped:
3303 * platform/mac-leopard/Skipped:
3304 * platform/mac-tiger/Skipped:
3305 * platform/win/Skipped:
3307 2009-11-12 Eric Carlson <eric.carlson@apple.com>
3309 Reviewed by Dan Bernstein.
3311 <rdar://problem/7388969> Add DOM API for fullscreen video
3313 Tests for fullscreen <video> DOM API.
3315 * media/media-fullscreen-inline-expected.txt: Added.
3316 * media/media-fullscreen-inline.html: Added.
3317 * media/media-fullscreen-not-in-document-expected.txt: Added.
3318 * media/media-fullscreen-not-in-document.html: Added.
3319 * media/media-fullscreen.js: Added.
3321 * platform/gtk/Skipped:
3322 * platform/mac-leopard/Skipped:
3323 * platform/mac-tiger/Skipped:
3324 * platform/win/Skipped:
3325 Skipped on platforms that don't support fullscreen yet.
3327 2009-11-12 Alexey Proskuryakov <ap@apple.com>
3329 Reviewed by David Levin.
3331 https://bugs.webkit.org/show_bug.cgi?id=31426
3332 Some WebSocket tests don't properly listen to close event
3334 * websocket/tests/script-tests/handshake-error.js:
3335 * websocket/tests/script-tests/simple.js:
3336 Made the tests clear second-chance timer on finish, avoiding confusing output when running
3339 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
3340 * websocket/tests/script-tests/frame-length-skip.js:
3341 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
3342 * websocket/tests/frame-length-skip-expected.txt:
3343 These tests now finish properly.
3345 * websocket/tests/handshake-error-expected.txt:
3346 * websocket/tests/simple-expected.txt:
3347 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
3348 change anything, I assume that it should be there.
3350 2009-11-12 Adam Barth <abarth@webkit.org>
3352 Reviewed by Dimitri Glazkov.
3354 [Chromium] Sify compose button alerts error
3355 https://bugs.webkit.org/show_bug.cgi?id=31394
3357 Test that we're using the calling security context in a simple case.
3359 * http/tests/security/calling-versus-current-expected.txt: Added.
3360 * http/tests/security/calling-versus-current.html: Added.
3362 2009-11-12 Daniel Bates <dbates@webkit.org>
3364 Reviewed by Darin Adler.
3366 https://bugs.webkit.org/show_bug.cgi?id=30291
3368 Rebased results for existing test case fast/events/drag-and-drop.html
3371 Now, we can run the part of the test when effectAllowed == "uninitialized".
3373 * fast/events/drag-and-drop-expected.txt: Rebased results.
3374 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
3376 2009-11-12 Chris Fleizach <cfleizach@apple.com>
3378 Reviewed by Darin Adler.
3380 ARIA: add alert type roles
3381 https://bugs.webkit.org/show_bug.cgi?id=31392
3383 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
3384 * platform/mac/accessibility/aria-alerts.html: Added.
3386 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3388 Rubber-stamped by Tor Arne Vestbø.
3390 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
3392 * platform/qt/css1/basic/class_as_selector-expected.txt:
3393 * platform/qt/css1/basic/comments-expected.txt:
3394 * platform/qt/css1/basic/containment-expected.txt:
3395 * platform/qt/css1/basic/contextual_selectors-expected.txt:
3396 * platform/qt/css1/basic/grouping-expected.txt:
3397 * platform/qt/css1/basic/id_as_selector-expected.txt:
3398 * platform/qt/css1/basic/inheritance-expected.txt:
3399 * platform/qt/css1/box_properties/acid_test-expected.txt:
3400 * platform/qt/css1/box_properties/border-expected.txt:
3401 * platform/qt/css1/box_properties/border_bottom-expected.txt:
3402 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
3403 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
3404 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
3405 * platform/qt/css1/box_properties/border_color-expected.txt:
3406 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
3407 * platform/qt/css1/box_properties/border_inline-expected.txt:
3408 * platform/qt/css1/box_properties/border_left-expected.txt:
3409 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
3410 * platform/qt/css1/box_properties/border_left_width-expected.txt:
3411 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
3412 * platform/qt/css1/box_properties/border_right-expected.txt:
3413 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
3414 * platform/qt/css1/box_properties/border_right_width-expected.txt:
3415 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
3416 * platform/qt/css1/box_properties/border_style-expected.txt:
3417 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
3418 * platform/qt/css1/box_properties/border_top-expected.txt:
3419 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
3420 * platform/qt/css1/box_properties/border_top_width-expected.txt:
3421 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
3422 * platform/qt/css1/box_properties/border_width-expected.txt:
3423 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
3424 * platform/qt/css1/box_properties/clear-expected.txt:
3425 * platform/qt/css1/box_properties/clear_float-expected.txt:
3426 * platform/qt/css1/box_properties/float-expected.txt:
3427 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
3428 * platform/qt/css1/box_properties/float_margin-expected.txt:
3429 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
3430 * platform/qt/css1/box_properties/height-expected.txt:
3431 * platform/qt/css1/box_properties/margin-expected.txt:
3432 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
3433 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
3434 * platform/qt/css1/box_properties/margin_inline-expected.txt:
3435 * platform/qt/css1/box_properties/margin_left-expected.txt:
3436 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
3437 * platform/qt/css1/box_properties/margin_right-expected.txt:
3438 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
3439 * platform/qt/css1/box_properties/margin_top-expected.txt:
3440 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
3441 * platform/qt/css1/box_properties/padding-expected.txt:
3442 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
3443 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
3444 * platform/qt/css1/box_properties/padding_inline-expected.txt:
3445 * platform/qt/css1/box_properties/padding_left-expected.txt:
3446 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
3447 * platform/qt/css1/box_properties/padding_right-expected.txt:
3448 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
3449 * platform/qt/css1/box_properties/padding_top-expected.txt:
3450 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
3451 * platform/qt/css1/box_properties/width-expected.txt:
3452 * platform/qt/css1/cascade/cascade_order-expected.txt:
3453 * platform/qt/css1/cascade/important-expected.txt:
3454 * platform/qt/css1/classification/display-expected.txt:
3455 * platform/qt/css1/classification/list_style-expected.txt:
3456 * platform/qt/css1/classification/list_style_image-expected.txt:
3457 * platform/qt/css1/classification/list_style_position-expected.txt:
3458 * platform/qt/css1/classification/list_style_type-expected.txt:
3459 * platform/qt/css1/classification/white_space-expected.txt:
3460 * platform/qt/css1/color_and_background/background-expected.txt:
3461 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
3462 * platform/qt/css1/color_and_background/background_color-expected.txt:
3463 * platform/qt/css1/color_and_background/background_image-expected.txt:
3464 * platform/qt/css1/color_and_background/background_position-expected.txt:
3465 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
3466 * platform/qt/css1/color_and_background/color-expected.txt:
3467 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
3468 * platform/qt/css1/font_properties/font-expected.txt:
3469 * platform/qt/css1/font_properties/font_family-expected.txt:
3470 * platform/qt/css1/font_properties/font_size-expected.txt:
3471 * platform/qt/css1/font_properties/font_style-expected.txt:
3472 * platform/qt/css1/font_properties/font_variant-expected.txt:
3473 * platform/qt/css1/font_properties/font_weight-expected.txt:
3474 * platform/qt/css1/formatting_model/canvas-expected.txt:
3475 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
3476 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
3477 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
3478 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
3479 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
3480 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
3481 * platform/qt/css1/pseudo/anchor-expected.txt:
3482 * platform/qt/css1/pseudo/firstletter-expected.txt:
3483 * platform/qt/css1/pseudo/firstline-expected.txt:
3484 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
3485 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
3486 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
3487 * platform/qt/css1/text_properties/line_height-expected.txt:
3488 * platform/qt/css1/text_properties/text_align-expected.txt:
3489 * platform/qt/css1/text_properties/text_decoration-expected.txt:
3490 * platform/qt/css1/text_properties/text_indent-expected.txt:
3491 * platform/qt/css1/text_properties/text_transform-expected.txt:
3492 * platform/qt/css1/text_properties/vertical_align-expected.txt:
3493 * platform/qt/css1/text_properties/word_spacing-expected.txt:
3494 * platform/qt/css1/units/color_units-expected.txt:
3495 * platform/qt/css1/units/length_units-expected.txt:
3496 * platform/qt/css1/units/percentage_units-expected.txt:
3497 * platform/qt/css1/units/urls-expected.txt:
3498 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
3499 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
3500 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
3501 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
3502 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
3503 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
3504 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
3505 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
3506 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
3507 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
3508 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
3509 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
3510 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
3511 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
3512 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
3513 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
3514 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
3515 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
3516 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
3517 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
3518 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
3519 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
3520 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
3521 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
3522 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
3523 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
3524 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
3525 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
3526 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
3527 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
3528 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
3529 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
3530 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
3531 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
3532 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
3533 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
3534 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
3535 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
3536 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
3537 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
3538 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
3539 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
3540 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
3541 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
3542 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
3543 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
3544 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
3545 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
3546 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
3547 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
3548 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
3549 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
3550 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
3551 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
3552 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
3553 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
3554 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
3555 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
3556 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
3557 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
3558 * platform/qt/css2.1/t1202-counter-03-b-expected.txt: