1 2009-12-08 Fumitoshi Ukai <ukai@chromium.org>
3 Reviewed by Darin Adler.
5 Add tests that WebSocket protocol argument works.
6 https://bugs.webkit.org/show_bug.cgi?id=3178
8 * websocket/tests/bad-sub-protocol-expected.txt: Added.
9 * websocket/tests/bad-sub-protocol.html: Added.
10 * websocket/tests/handshake-fail-by-sub-protocol-mismatch-expected.txt: Added.
11 * websocket/tests/handshake-fail-by-sub-protocol-mismatch.html: Added.
12 * websocket/tests/protocol-test_wsh.py: Added.
13 * websocket/tests/script-tests/bad-sub-protocol.js: Added.
14 * websocket/tests/script-tests/handshake-fail-by-sub-protocol-mismatch.js: Added.
15 * websocket/tests/script-tests/sub-protocol.js: Added.
16 * websocket/tests/sub-protocol-expected.txt: Added.
17 * websocket/tests/sub-protocol.html: Added.
19 2009-12-07 Csaba Osztrogonác <ossy@webkit.org>
21 [Qt] Unreviewed fix to make QtBuildBot green.
22 Skip failing tests caused by r51828 (Turn on (SVG) Filters for Qt.)
23 https://bugs.webkit.org/show_bug.cgi?id=32224
24 http://build.webkit.org/results/Qt%20Linux%20Release/r51828%20(4620)/results.html
26 * platform/qt/Skipped:
28 2009-12-07 Shinichiro Hamaji <hamaji@chromium.org>
30 Reviewed by Darin Adler.
32 editing/selection/last-empty-inline is failing in Windows
33 https://bugs.webkit.org/show_bug.cgi?id=31985
35 * editing/selection/last-empty-inline-expected.txt:
36 * editing/selection/last-empty-inline.html:
37 * platform/qt/Skipped:
38 * platform/win/Skipped:
40 2009-12-07 Fumitoshi Ukai <ukai@chromium.org>
42 Reviewed by Alexey Proskuryakov.
44 Fragments now make WebSocket URL parsing fail.
45 https://bugs.webkit.org/show_bug.cgi?id=32144
47 * websocket/tests/script-tests/url-parsing.js:
48 * websocket/tests/script-tests/url-with-fragment.js: Removed.
49 * websocket/tests/url-parsing-expected.txt:
50 * websocket/tests/url-with-fragment-expected.txt: Removed.
51 * websocket/tests/url-with-fragment.html: Removed.
53 2009-12-07 Fumitoshi Ukai <ukai@chromium.org>
55 Reviewed by Darin Adler.
57 Fix wrong length parsing in WebSocket.
58 https://bugs.webkit.org/show_bug.cgi?id=32203
60 These two tests assumed wrong length encoding in frame: it parsed
61 length from bytes with 8th bit on. But spec says length is encoded
62 as a series of 7-bit bytes stored in octests with the 8th bit on
64 These tests encodes a frame that has 129 length, so it must be
65 \x81\0x01 instead of \x81\0x81.
67 * websocket/tests/frame-length-longer-than-buffer_wsh.py:
68 * websocket/tests/frame-length-skip_wsh.py:
70 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
72 Rubber-stamped by Maciej Stachowiak.
74 Turn on (SVG) Filters for Qt.
75 https://bugs.webkit.org/show_bug.cgi?id=32224
77 * platform/qt/Skipped:
79 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
81 Not reviewed. Reverting problematic patch, causing errors.
83 Revert r51789 (Avoid zero division during SVGPaintServerPattern::setup()). Crashes on all Windows slaves.
84 Reopen bug https://bugs.webkit.org/show_bug.cgi?id=29912.
86 * svg/custom/script-tests/small-pattern.js: Removed.
87 * svg/custom/small-pattern-expected.txt: Removed.
88 * svg/custom/small-pattern.html: Removed.
90 2009-12-07 Kent Tamura <tkent@chromium.org>
92 Reviewed by Darin Adler.
94 Add tests for HTMLInputElement::stepUp() and stepDown().
95 https://bugs.webkit.org/show_bug.cgi?id=27451
97 * fast/forms/input-step-number-expected.txt: Added.
98 * fast/forms/input-step-number.html: Added.
99 * fast/forms/input-step-range-expected.txt: Added.
100 * fast/forms/input-step-range.html: Added.
101 * fast/forms/input-step-unsupported-expected.txt: Added.
102 * fast/forms/input-step-unsupported.html: Added.
103 * fast/forms/script-tests/input-step-number.js: Added.
104 * fast/forms/script-tests/input-step-range.js: Added.
105 * fast/forms/script-tests/input-step-unsupported.js: Added.
107 2009-12-07 Enrica Casucci <enrica@apple.com>
109 Reviewed by Darin Adler.
111 REGRESSION(4.0.4-42a12): Indent does not work for twice modified with background text in gmail.
112 <rdar://problem/7442387>
113 https://bugs.webkit.org/show_bug.cgi?id=32233
115 * editing/execCommand/indent-with-style2-expected.txt: Added.
116 * editing/execCommand/indent-with-style2.html: Added.
118 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
120 Not reviewed. Add some missing files that depend on SVG Filters support, only mac supports it for now.
122 * platform/win/Skipped:
124 2009-12-07 Csaba Osztrogonác <ossy@webkit.org>
126 [Qt] Unreviewed. Skip a timeouter flakey test.
128 * platform/qt/Skipped: fast/frames/sandboxed-iframe-plugins.html added.
130 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
132 Not reviewed. Skip yet another test, what a journey...
134 * platform/gtk/Skipped:
136 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
138 Not reviewed. Adjust one layout test to the results of the Leopard Intel slave.
140 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
142 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
144 Not reviewed. Turn Qt slave green again, after landing filters.
146 * platform/qt/Skipped:
148 2009-12-07 Dan Bernstein <mitz@apple.com>
150 Corrected expected results
152 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.checksum:
153 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
154 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.checksum:
155 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.png:
157 2009-12-07 Dan Bernstein <mitz@apple.com>
159 Rubber-stamped by Simon Fraser.
161 Re-enabled this test now that <rdar://problem/7450481> is fixed
163 * fast/repaint/block-selection-gap-in-composited-layer.html: Copied from LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html.disabled.
164 * fast/repaint/block-selection-gap-in-composited-layer.html.disabled: Removed.
166 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
168 Reviewed by Holger Hans Peter Freyther.
170 Turn on (SVG) Filters support, by default.
171 https://bugs.webkit.org/show_bug.cgi?id=32224
173 Recreate SVG test baseline, after enabling filters support on mac.
174 Add affected tests, that are not yet skipped, to the Skipped list of every other
175 platform, until building with filters support is enabled on those platforms as well.
177 * fast/dom/Window/window-properties-expected.txt:
178 * fast/dom/prototype-inheritance-2-expected.txt:
179 * fast/dom/prototype-inheritance-expected.txt:
180 * fast/js/global-constructors-expected.txt:
181 * platform/gtk/Skipped:
182 * platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum:
183 * platform/mac-leopard/svg/text/text-intro-05-t-expected.png:
184 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
185 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
186 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
187 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
188 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
189 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
190 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
191 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
192 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
193 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
194 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
195 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
196 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
197 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
198 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
199 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
200 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
201 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
202 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
203 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
204 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
205 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
206 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
207 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
208 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
209 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
210 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
211 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
212 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
213 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
214 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
215 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
216 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
217 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
218 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
219 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
220 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
221 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
222 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
223 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
224 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
225 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
226 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
227 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
228 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
229 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
230 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
231 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
232 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
233 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
234 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
235 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
236 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
237 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
238 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
239 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
240 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
241 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
242 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
243 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
244 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
245 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
246 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
247 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
248 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
249 * platform/mac/svg/batik/filters/feTile-expected.checksum:
250 * platform/mac/svg/batik/filters/feTile-expected.png:
251 * platform/mac/svg/batik/filters/feTile-expected.txt:
252 * platform/mac/svg/batik/filters/filterRegions-expected.checksum:
253 * platform/mac/svg/batik/filters/filterRegions-expected.png:
254 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
255 * platform/mac/svg/batik/paints/patternRegions-expected.checksum:
256 * platform/mac/svg/batik/paints/patternRegions-expected.png:
257 * platform/mac/svg/batik/text/textEffect-expected.checksum:
258 * platform/mac/svg/batik/text/textEffect-expected.png:
259 * platform/mac/svg/batik/text/textEffect-expected.txt:
260 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
261 * platform/mac/svg/batik/text/textEffect3-expected.png:
262 * platform/mac/svg/batik/text/textEffect3-expected.txt:
263 * platform/mac/svg/batik/text/textFeatures-expected.checksum:
264 * platform/mac/svg/batik/text/textFeatures-expected.png:
265 * platform/mac/svg/batik/text/textFeatures-expected.txt:
266 * platform/mac/svg/batik/text/textOnPath-expected.checksum:
267 * platform/mac/svg/batik/text/textOnPath-expected.png:
268 * platform/mac/svg/batik/text/textPosition-expected.checksum:
269 * platform/mac/svg/batik/text/textPosition-expected.png:
270 * platform/mac/svg/batik/text/textProperties-expected.checksum:
271 * platform/mac/svg/batik/text/textProperties-expected.png:
272 * platform/mac/svg/batik/text/textProperties-expected.txt:
273 * platform/mac/svg/batik/text/verticalText-expected.checksum:
274 * platform/mac/svg/batik/text/verticalText-expected.png:
275 * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum:
276 * platform/mac/svg/batik/text/verticalTextOnPath-expected.png:
277 * platform/mac/svg/batik/text/xmlSpace-expected.checksum:
278 * platform/mac/svg/batik/text/xmlSpace-expected.png:
279 * platform/mac/svg/carto.net/window-expected.checksum:
280 * platform/mac/svg/carto.net/window-expected.png:
281 * platform/mac/svg/css/arrow-with-shadow-expected.png:
282 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.checksum:
283 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.png:
284 * platform/mac/svg/css/clippath-with-shadow-expected.png:
285 * platform/mac/svg/css/group-with-shadow-expected.checksum:
286 * platform/mac/svg/css/group-with-shadow-expected.png:
287 * platform/mac/svg/css/mask-with-shadow-expected.checksum:
288 * platform/mac/svg/css/mask-with-shadow-expected.png:
289 * platform/mac/svg/css/path-with-shadow-expected.png:
290 * platform/mac/svg/css/stars-with-shadow-expected.checksum:
291 * platform/mac/svg/css/stars-with-shadow-expected.png:
292 * platform/mac/svg/custom/circular-marker-reference-2-expected.checksum:
293 * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
294 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
295 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
296 * platform/mac/svg/custom/empty-merge-expected.checksum:
297 * platform/mac/svg/custom/empty-merge-expected.png:
298 * platform/mac/svg/custom/empty-merge-expected.txt:
299 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
300 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
301 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
302 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
303 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
304 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
305 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
306 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
307 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
308 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
309 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
310 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
311 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
312 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
313 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
314 * platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum:
315 * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
316 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
317 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
318 * platform/mac/svg/custom/gradient-stroke-width-expected.checksum:
319 * platform/mac/svg/custom/gradient-stroke-width-expected.png:
320 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
321 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
322 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
323 * platform/mac/svg/custom/invalid-css-expected.txt:
324 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
325 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
326 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
327 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
328 * platform/mac/svg/custom/linking-a-03-b-all-expected.checksum:
329 * platform/mac/svg/custom/linking-a-03-b-all-expected.png:
330 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
331 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
332 * platform/mac/svg/custom/marker-changes-expected.checksum:
333 * platform/mac/svg/custom/marker-changes-expected.png:
334 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
335 * platform/mac/svg/custom/marker-child-changes-expected.png:
336 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
337 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
338 * platform/mac/svg/custom/non-circular-marker-reference-expected.checksum:
339 * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
340 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
341 * platform/mac/svg/custom/non-opaque-filters-expected.png:
342 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
343 * platform/mac/svg/custom/path-bad-data-expected.checksum:
344 * platform/mac/svg/custom/path-bad-data-expected.png:
345 * platform/mac/svg/custom/pattern-rotate-expected.checksum:
346 * platform/mac/svg/custom/pattern-rotate-expected.png:
347 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
348 * platform/mac/svg/custom/pointer-events-path-expected.png:
349 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
350 * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
351 * platform/mac/svg/custom/text-filter-expected.checksum:
352 * platform/mac/svg/custom/text-filter-expected.png:
353 * platform/mac/svg/custom/text-filter-expected.txt:
354 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum:
355 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
356 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
357 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
358 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
359 * platform/mac/svg/custom/visibility-override-filter-expected.png:
360 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
361 * platform/mac/svg/filters/big-sized-filter-2-expected.checksum: Added.
362 * platform/mac/svg/filters/big-sized-filter-2-expected.png: Added.
363 * platform/mac/svg/filters/big-sized-filter-2-expected.txt:
364 * platform/mac/svg/filters/big-sized-filter-expected.checksum:
365 * platform/mac/svg/filters/big-sized-filter-expected.png:
366 * platform/mac/svg/filters/big-sized-filter-expected.txt:
367 * platform/mac/svg/filters/feComposite-expected.checksum:
368 * platform/mac/svg/filters/feComposite-expected.png:
369 * platform/mac/svg/filters/feComposite-expected.txt:
370 * platform/mac/svg/filters/feDisplacementMap-expected.checksum:
371 * platform/mac/svg/filters/feDisplacementMap-expected.png:
372 * platform/mac/svg/filters/feDisplacementMap-expected.txt:
373 * platform/mac/svg/filters/feGaussianBlur-expected.checksum:
374 * platform/mac/svg/filters/feGaussianBlur-expected.png:
375 * platform/mac/svg/filters/feGaussianBlur-expected.txt:
376 * platform/mac/svg/filters/feMerge-expected.checksum:
377 * platform/mac/svg/filters/feMerge-expected.png:
378 * platform/mac/svg/filters/feMerge-expected.txt:
379 * platform/mac/svg/filters/feMerge-wrong-input-expected.txt:
380 * platform/mac/svg/filters/feOffset-expected.checksum:
381 * platform/mac/svg/filters/feOffset-expected.png:
382 * platform/mac/svg/filters/feOffset-expected.txt:
383 * platform/mac/svg/filters/feTile-expected.checksum:
384 * platform/mac/svg/filters/feTile-expected.png:
385 * platform/mac/svg/filters/feTile-expected.txt:
386 * platform/mac/svg/filters/filterRes-expected.checksum:
387 * platform/mac/svg/filters/filterRes-expected.png:
388 * platform/mac/svg/filters/filterRes-expected.txt:
389 * platform/mac/svg/filters/shadow-on-filter-expected.checksum:
390 * platform/mac/svg/filters/shadow-on-filter-expected.png:
391 * platform/mac/svg/filters/shadow-on-filter-expected.txt:
392 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.checksum:
393 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
394 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.txt:
395 * platform/mac/svg/filters/sourceAlpha-expected.txt:
396 * platform/mac/svg/filters/subRegion-in-userSpace-expected.checksum:
397 * platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
398 * platform/mac/svg/filters/subRegion-in-userSpace-expected.txt:
399 * platform/mac/svg/filters/subRegion-one-effect-expected.checksum:
400 * platform/mac/svg/filters/subRegion-one-effect-expected.png:
401 * platform/mac/svg/filters/subRegion-one-effect-expected.txt:
402 * platform/mac/svg/filters/subRegion-two-effects-expected.checksum:
403 * platform/mac/svg/filters/subRegion-two-effects-expected.png:
404 * platform/mac/svg/filters/subRegion-two-effects-expected.txt:
405 * platform/mac/svg/text/text-path-01-b-expected.checksum:
406 * platform/mac/svg/text/text-path-01-b-expected.png:
407 * platform/mac/svg/text/text-text-05-t-expected.png:
408 * platform/mac/svg/text/text-text-07-t-expected.checksum:
409 * platform/mac/svg/text/text-text-07-t-expected.png:
410 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
411 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum:
412 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png:
413 * platform/qt/Skipped:
414 * platform/win/Skipped:
415 * svg/custom/js-svg-constructors-expected.txt:
416 * svg/custom/svg-features-expected.txt:
417 * svg/dom/operatorAttribute-expected.txt:
418 * svg/webarchive/svg-feimage-subresources-expected.webarchive:
420 2009-12-07 Kent Tamura <tkent@chromium.org>
422 Reviewed by Darin Adler.
424 Some changes to ValidityState-typeMismatch-url.html.
425 https://bugs.webkit.org/show_bug.cgi?id=29913
427 - Add more test cases
428 Username, IPv6 address, mailto:, file:, tel:, fragment, and IDN.
429 - Handle difference between KURL and KURLGoogle
431 * fast/forms/ValidityState-typeMismatch-url-expected.txt:
432 * fast/forms/script-tests/ValidityState-typeMismatch-url.js:
434 2009-12-07 Darin Fisher <darin@chromium.org>
436 Reviewed by Darin Adler.
438 http/tests/cache/subresource-failover-to-network.html is flaky
439 https://bugs.webkit.org/show_bug.cgi?id=32038
441 Rewrite test to avoid dumpResourceLoadCallbacks, which do not
442 interleave predictably with the output of dumpFrameLoadCallbacks.
443 Other things besides resource loading can delay onload.
445 The newly written test uses a cookie to determine if the test has
448 Unskip this test for platform/win.
450 * http/tests/cache/resources/subresource-failover-to-network.cgi:
451 * http/tests/cache/subresource-failover-to-network-expected.txt:
452 * http/tests/cache/subresource-failover-to-network.html:
453 * platform/win/Skipped:
455 2009-12-07 Alexey Proskuryakov <ap@apple.com>
457 Reviewed by Darin Adler.
459 https://bugs.webkit.org/show_bug.cgi?id=32244
460 Test sending and receiving small WebSocket messages of different lengths
462 * websocket/tests/frame-lengths-expected.txt: Added.
463 * websocket/tests/frame-lengths.html: Added.
465 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
467 Not reviewed. Add two tests generating new results to gtks collection of tests doing so.
469 * platform/gtk/Skipped:
471 2009-12-07 Dirk Schulze <krit@webkit.org>
473 Reviewed by Adam Barth.
475 If the tile of a pattern is bigger than the pattern and the
476 pattern size is < 0.5, the SVGPaintServer produced a division
477 by zero. This also only happens, if the attribute overflow is
479 This is a test with a pattern size of 0.1 and a tile size of 1.
481 * svg/custom/script-tests/small-pattern.js: Added.
482 * svg/custom/small-pattern-expected.txt: Added.
483 * svg/custom/small-pattern.html: Added.
485 2009-12-07 Kenneth Russell <kbr@google.com>
487 Reviewed by Dimitri Glazkov.
489 [v8] WebCore::WebGLArrayBufferInternal::byteLengthAttrGetter NULL pointer
490 https://bugs.webkit.org/show_bug.cgi?id=31889
492 Fixed bug in handling of zero-argument constructor call.
494 Test: fast/canvas/webgl/bug-31889.html
496 * fast/canvas/webgl/bug-31889-expected.txt: Added.
497 * fast/canvas/webgl/bug-31889.html: Added.
499 2009-12-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
501 Unreviewed. Landing files I forgot to add to my working copy
502 before committing r51734.
504 * media/media-can-play-ogg-expected.txt: Added.
505 * media/media-can-play-ogg.html: Added.
507 2009-12-07 Alexey Proskuryakov <ap@apple.com>
509 Don't skip websocket/tests/url-with-credential.html, it's one of earlier tests that is
512 * platform/mac/Skipped:
514 2009-12-07 Brian Weinstein <bweinstein@apple.com>
516 Rubber-stamped by Steve Falkenburg.
518 Add one more fast/js test to the Skipped list - also due to:
519 https://bugs.webkit.org/show_bug.cgi?id=32228.
521 * platform/win/Skipped:
523 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
525 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).
527 Remove non-existant animations/3d directory in qt&win Skipped lists.
528 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)
529 Skip 19 (!) tests on the Qt slave, failing since a longer time. Qt developers: Please investigate.
531 * platform/qt/Skipped: Also remove some duplicates I spotted.
532 * platform/win/Skipped:
534 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
536 Not reviewed. Disable two flaky SnowLeopard tests, filed bug and notified author.
538 Tests "plugins/document-open.html" and "plugins/mouse-events.html" are flaky on SnowLeopard
539 https://bugs.webkit.org/show_bug.cgi?id=32229
541 * platform/mac-snowleopard/Skipped:
543 2009-12-07 Dan Bernstein <mitz@apple.com>
545 Reviewed by Darin Adler.
547 Tests for <rdar://problem/7437820> Weird selection artifacts
549 * fast/repaint/block-selection-gap-stale-cache-2.html: Added.
550 * fast/repaint/block-selection-gap-stale-cache.html: Added.
551 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.checksum: Added.
552 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png: Added.
553 * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.txt: Added.
554 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.checksum: Added.
555 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.png: Added.
556 * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.txt: Added.
558 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
562 REGRESSION: fast/js/excessive-comma-usage.html and fast/js/math-transforms.html fail on win
563 https://bugs.webkit.org/show_bug.cgi?id=32228
565 Adding above two tests to the Skipped list on win, attempting to turn the win slave green again.
567 * platform/win/Skipped:
569 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
571 Not reviewed. Remove non-existant files in gtk/Skipped list, and exclude a printing test, without results. Should turn the gtk slave green again.
573 * platform/gtk/Skipped:
575 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
577 Not reviewed. Attempt to get all mac build slaves to green again. Disable crashing test, and notify the author of it to fix it.
579 New test "websocket/tests/url-with-credential.html" crashes in debug builds
580 https://bugs.webkit.org/show_bug.cgi?id=32226
582 * platform/mac/Skipped:
584 2009-12-07 Nikolas Zimmermann <nzimmermann@rim.com>
586 Not reviewed. Add missing layout test result.
588 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt: Added.
590 2009-12-07 Joanmarie Diggs <joanmarie.diggs@gmail.com>
592 Reviewed by Xan Lopez.
594 https://bugs.webkit.org/show_bug.cgi?id=25524
595 [Gtk] Expose the title attribute to assistive technologies
597 * platform/gtk/accessibility/title-and-alt.html: Added.
598 * platform/gtk/accessibility/title-and-alt-expected.txt: Added.
600 2009-12-07 Oliver Hunt <oliver@apple.com>
602 Reviewed by Maciej Stachowiak.
604 Object.create fails if properties on the descriptor are getters
605 https://bugs.webkit.org/show_bug.cgi?id=32219
607 Add tests for descriptors using getters instead of raw values
609 * fast/js/Object-create-expected.txt:
610 * fast/js/script-tests/Object-create.js:
613 (get var.DescriptorWithGetGetter.foo.Object.create.):
614 (get var.DescriptorWithSetGetter.foo.Object.create.):
616 2009-12-06 Oliver Hunt <oliver@apple.com>
618 Reviewed by Maciej Stachowiak.
620 Object.getOwnPropertyDescriptor() allows cross-frame access
621 https://bugs.webkit.org/show_bug.cgi?id=32119
623 Add cross domain tests for getOwnPropertyDescriptor
625 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html: Added.
626 * http/tests/security/resources/cross-frame-access.js:
627 (canGetDescriptor.set get catch):
629 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
630 * http/tests/security/xss-DENIED-defineProperty.html:
632 2009-12-06 Kent Tamura <tkent@chromium.org>
634 Reviewed by Darin Adler.
636 Improve portability and readability of table-percent-height* tests.
637 https://bugs.webkit.org/show_bug.cgi?id=31858
639 The purpose of these tests is to confirm that an element with
640 height:N% inside a table cell has non-zero height. We don't need
641 to check concrete pixel sizes of form controls.
643 This updates the tests so that they check heights are non-zero and
644 75% heights are same as corresponding 100% heights or actually 75%.
646 * fast/replaced/table-percent-height-expected.txt:
647 * fast/replaced/table-percent-height-text-controls-expected.txt:
648 * fast/replaced/table-percent-height-text-controls.html:
649 * fast/replaced/table-percent-height.html:
651 2009-12-06 Fumitoshi Ukai <ukai@chromium.org>
653 Reviewed by Alexey Proskuryakov.
655 Add tests for cross-origin WebSocket usage
656 https://bugs.webkit.org/show_bug.cgi?id=32055
658 * websocket/tests/cross-origin-expected.txt: Added.
659 * websocket/tests/cross-origin.html: Added.
660 * websocket/tests/fixed-origin_wsh.py: Added.
661 * websocket/tests/handshake-fail-by-cross-origin-expected.txt: Added.
662 * websocket/tests/handshake-fail-by-cross-origin.html: Added.
663 * websocket/tests/origin-test_wsh.py: Added.
664 * websocket/tests/script-tests/cross-origin.js: Added.
665 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
666 * websocket/tests/script-tests/frame-length-skip.js:
667 * websocket/tests/script-tests/handshake-error.js:
668 * websocket/tests/script-tests/handshake-fail-by-cross-origin.js: Added.
669 * websocket/tests/script-tests/simple.js:
670 * websocket/tests/simple-expected.txt:
672 2009-12-05 Maciej Stachowiak <mjs@apple.com>
674 Reviewed by Oliver Hunt.
676 conway benchmark spends half it's time in op_less (jump fusion fails)
677 https://bugs.webkit.org/show_bug.cgi?id=32190
679 * fast/js/codegen-loops-logical-nodes-expected.txt:
680 * fast/js/script-tests/codegen-loops-logical-nodes.js: Update to test some newly
681 sensitive cases of codegen that were not already covered.
683 2009-12-05 Philippe Normand <pnormand@igalia.com>
685 Reviewed by Gustavo Noronha.
687 New test for video.canPlayType and ogg containers.
689 [GTK] Recognize oga as audio/ogg
690 https://bugs.webkit.org/show_bug.cgi?id=31990
692 * media/media-can-play-ogg-expected.txt: Added.
693 * media/media-can-play-ogg.html: Added.
694 * platform/mac-leopard/Skipped:
695 * platform/mac-snowleopard/Skipped:
696 * platform/mac-tiger/Skipped:
697 * platform/mac/Skipped:
698 * platform/qt-mac/Skipped:
699 * platform/qt-win/Skipped:
700 * platform/qt/Skipped:
701 * platform/win/Skipped:
703 2009-12-05 Dan Bernstein <mitz@apple.com>
705 Rubber-stamped by Mark Rowe.
707 Disabled a test because it puts the WebView into compositing mode,
708 which remains in effect for all subsequent repaint tests, causing them
709 to fail because DumpRenderTree always forces a full repaint when
710 generating the image of a WebView that is in compositing mode.
712 * fast/repaint/block-selection-gap-in-composited-layer.html: Removed.
713 * fast/repaint/block-selection-gap-in-composited-layer.html.disabled: Copied from LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html.
715 2009-12-05 Adam Langley <agl@google.com>
717 Reviewed by Adam Barth.
719 Check that a CSS format() argument is of a valid type.
721 https://bugs.webkit.org/show_bug.cgi?id=31815
722 http://code.google.com/p/chromium/issues/detail?id=28582
724 * fast/css/url-format-non-string-expected.txt: Added
725 * fast/css/url-format-non-string.html: Added.
727 2009-12-04 Kent Hansen <kent.hansen@nokia.com>
729 Reviewed by Darin Adler.
731 Add test for JavaScript string property deletion
732 https://bugs.webkit.org/show_bug.cgi?id=32012
734 * fast/js/script-tests/string-property-deletion.js: Added.
735 * fast/js/string-property-deletion-expected.txt: Added.
736 * fast/js/string-property-deletion.html: Added.
738 2009-12-04 Yuzo Fujishima <yuzo@google.com>
740 Reviewed by Alexey Proskuryakov.
742 Add test for web socket send.
744 https://bugs.webkit.org/show_bug.cgi?id=31337
746 * websocket/tests/script-tests/send.js: Added.
749 (ws.onmessage.ws.onmessage):
753 * websocket/tests/send-expected.txt: Added.
754 * websocket/tests/send.html: Added.
755 * websocket/tests/send_wsh.py: Added.
757 2009-12-04 Simon Fraser <simon.fraser@apple.com>
759 Reviewed by Dan Bernstein.
761 <rdar://problem/7441571> Hardware-backed layers are skipped when printing
763 Testcase for printing with a compositing layer.
765 * printing/compositing-layer-printing-expected.pdf: Added.
766 * printing/compositing-layer-printing.html: Added.
768 2009-12-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
770 Skip test that is failing because of new behaviour enforced by
771 libsoup. Bug reported.
773 * platform/gtk/Skipped:
775 2009-12-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
777 Skip tests that require support for frame loader callbacks
778 reporting, and a new test.
780 * platform/gtk/Skipped:
782 2009-12-04 Dirk Schulze <krit@webkit.org>
784 Reviewed by Gustavo Noronha Silva.
786 Move the render result to svg/custom as a cross platform render result.
788 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Removed.
789 * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
791 2009-12-04 Kenneth Rohde Christiansen <kenneth@webkit.org>
793 Reviewed by Adam Treat.
795 Remove test that works after adding setAllowUniversalAccessFromFileURLs
796 to Qt's version of the LayoutTestController.
798 * platform/qt/Skipped:
800 2009-12-04 Dirk Schulze <krit@webkit.org>
802 Reviewed by Nikolas Zimmermann.
804 Gradient SVG animation demonstrates tearing at animation extremes
805 https://bugs.webkit.org/show_bug.cgi?id=11929
807 In SVG a focalPoint must be inside the radius of a radial gradient.
808 It this isn't the case, we have to move the focalPoint into the radius.
809 This checks the correct behavior of WebKit on false values for fx, fy.
811 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
812 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
813 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Added.
814 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
815 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
816 * svg/custom/radial-gradient-with-outstanding-focalPoint.svg: Added.
818 2009-12-04 Chris Fleizach <cfleizach@apple.com>
820 Reviewed by Darin Adler.
822 REGRESSION: AX: buttons now extremely repetitive
823 https://bugs.webkit.org/show_bug.cgi?id=32164
825 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
826 * platform/mac/accessibility/button-shouldnot-have-axvalue-expected.txt: Added.
827 * platform/mac/accessibility/button-shouldnot-have-axvalue.html: Added.
828 * platform/mac/accessibility/table-with-aria-role-expected.txt:
830 2009-12-04 Enrica Casucci <enrica@apple.com>
832 Reviewed by John Sullivan.
834 Mail.app crashes when indenting table pasted from Numbers.app.
835 <rdar://problem/7209507>
836 https://bugs.webkit.org/show_bug.cgi?id=32166
838 * editing/execCommand/indent-partial-table-expected.txt: Added.
839 * editing/execCommand/indent-partial-table.html: Added.
841 2009-12-04 Alexey Proskuryakov <ap@apple.com>
843 Reviewed by Darin Adler.
845 https://bugs.webkit.org/show_bug.cgi?id=32085
846 WebSocket should block the same ports that are blocked for resource loading
848 Added some tests for URL parsing (one of them expects current WebKit behavior, not what the
851 * websocket/tests/script-tests/url-parsing.js: Added.
852 * websocket/tests/url-parsing-expected.txt: Added.
853 * websocket/tests/url-parsing.html: Added.
855 2009-12-04 Benjamin Poulain <benjamin.poulain@nokia.com>
857 Reviewed by Kenneth Rohde Christiansen.
859 [Qt] WebKit crashes when loading certain SVG images
860 https://bugs.webkit.org/show_bug.cgi?id=29443
862 Update the test results for the new FontCache implementation.
864 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
865 * platform/qt/css1/font_properties/font_variant-expected.txt:
866 * platform/qt/css1/pseudo/firstline-expected.txt:
867 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
868 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
870 2009-12-04 Steve Block <steveblock@google.com>
872 Reviewed by Darin Adler.
874 Fixes a crashing bug in Geolocation when a watch is cleared from some callbacks.
875 https://bugs.webkit.org/show_bug.cgi?id=32111
877 * 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.
878 * fast/dom/Geolocation/permission-denied-already-clear-watch.html: Added. HTML wrapper for above test.
879 * fast/dom/Geolocation/permission-denied-already-clear-watch-expected.txt: Added. Expected result for above test.
881 * fast/dom/Geolocation/resources/timeout-clear-watch.js: Added. Tests clearing the watch from the error callback due to a timeout.
882 * fast/dom/Geolocation/timeout-clear-watch.html: Added. HTML wrapper for above test.
883 * fast/dom/Geolocation/timeout-clear-watch-expected.txt: Added. Expected result for above test.
885 * platform/gtk/Skipped: Modified. Skips new tests.
887 2009-12-04 Csaba Osztrogonác <ossy@webkit.org>
889 Reviewed by Simon Hausmann.
891 [Qt] Re-enable audio/video tests after updated buildbot's Qt
892 to Phonon supported one, and put 2 bad tests into skiplist.
894 * platform/qt/Skipped:
896 2009-12-04 Yuzo Fujishima <yuzo@google.com>
898 Reviewed by Darin Fisher.
900 Add test to see if unicode messages can be sent over web socket.
902 https://bugs.webkit.org/show_bug.cgi?id=31341
904 * websocket/tests/script-tests/unicode.js: Added.
910 * websocket/tests/unicode-expected.txt: Added.
911 * websocket/tests/unicode.html: Added.
912 * websocket/tests/unicode_wsh.py: Added.
914 2009-12-03 Chris Fleizach <cfleizach@apple.com>
916 Reviewed by Beth Dakin.
918 WAI-ARIA: aria-activedescendant doesn't work as intended
919 https://bugs.webkit.org/show_bug.cgi?id=32100
921 * platform/mac/accessibility/aria-tree-activedescendant-expected.txt: Added.
922 * platform/mac/accessibility/aria-tree-activedescendant.html: Added.
923 * platform/mac/accessibility/aria-tree-index-of-items-expected.txt: Added.
924 * platform/mac/accessibility/aria-tree-index-of-items.html: Added.
926 2009-12-03 Chris Fleizach <cfleizach@apple.com>
928 Fixing layout test bustage on platforms.
930 AX: VO just says "term" on many web sites
931 https://bugs.webkit.org/show_bug.cgi?id=32139
933 * platform/mac-leopard/accessibility/lists-expected.txt:
934 * platform/mac/accessibility/radio-button-group-members-expected.txt:
936 2009-12-03 Chris Fleizach <cfleizach@apple.com>
938 Reviewed by Eric Seidel.
940 AX: VO just says "term" on many web sites
941 https://bugs.webkit.org/show_bug.cgi?id=32139
943 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
944 * platform/mac/accessibility/aria-grouping-roles.html:
945 * platform/mac/accessibility/definition-list-term-expected.txt: Added.
946 * platform/mac/accessibility/definition-list-term.html: Added.
947 * platform/mac/accessibility/lists-expected.txt:
949 2009-12-03 Chris Fleizach <cfleizach@apple.com>
951 Reviewed by Beth Dakin.
953 Implement WAI-ARIA scrollbar role and related property aria-orientation
954 https://bugs.webkit.org/show_bug.cgi?id=32126
956 * accessibility/aria-scrollbar-role-expected.txt: Added.
957 * accessibility/aria-scrollbar-role.html: Added.
958 * platform/gtk/Skipped:
959 * platform/win/Skipped:
961 2009-12-03 Alexey Proskuryakov <ap@apple.com>
963 Reviewed by Darin Adler.
965 https://bugs.webkit.org/show_bug.cgi?id=32132
966 websocket/tests/simple.html fails on Windows
968 * websocket/tests/script-tests/simple.js:
969 * websocket/tests/simple-expected.txt:
970 Make the test weaker - readyState could already grow by the time a posted event gets dispatched.
972 * platform/win/Skipped: Un-skip the test.
974 2009-12-03 Julie Parent <jparent@chromium.org>
976 Reviewed by Eric Seidel.
978 Make shorthand-transitions.html less flaky.
979 The test currently allows for timing related differences by using a tolerance, but the tolerance
980 is inconsistent in the test, even for values read at the same time (some values are allowed a 100ms
981 difference, others are only allowed 50ms). This change makes all values have a 100ms tolerance.
982 (open question: is 100ms enough? I've looked through a bunch of logs of failures and it seems to be,
983 so this should definitely help reduce but this may not entirely eliminate flakiness).
985 https://bugs.webkit.org/show_bug.cgi?id=32134
987 * transitions/shorthand-transitions.html:
989 2009-12-03 Csaba Osztrogonác <ossy@webkit.org>
991 Reviewed by Eric Seidel.
993 https://bugs.webkit.org/show_bug.cgi?id=32135
995 [Qt] Add expected files for new tests we pass.
996 Compared to the Mac expected png files.
998 * platform/qt/fast/css/namespaces/namespaces-escapes-expected.txt: Added.
999 * platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.txt: Added.
1001 2009-12-03 Brian Weinstein <bweinstein@apple.com>
1003 Rubber-stamped by Alexey Proskuryakov.
1005 Skip failing WebSocket test on Windows.
1007 * platform/win/Skipped:
1009 2009-12-03 Brady Eidson <beidson@apple.com>
1011 Rubberstamped by Oliver Hunt.
1013 Fix layout tests by removing the full outputting of the Date object and just outputting the milliseconds since the epoch.
1015 * fast/loader/stateobjects/pushstate-object-types-expected.txt:
1016 * fast/loader/stateobjects/pushstate-object-types.html:
1018 2009-12-03 Alexey Proskuryakov <ap@apple.com>
1020 Reviewed by Eric Seidel.
1022 https://bugs.webkit.org/show_bug.cgi?id=32130
1023 Add a test for sending non-trivial amount of data over WebSocket
1025 * websocket/tests/echo_wsh.py: Copied from WebKitTools/pywebsocket/example/echo_wsh.py.
1026 * websocket/tests/simple-stress-expected.txt: Added.
1027 * websocket/tests/simple-stress.html: Added.
1029 2009-12-03 Brady Eidson <beidson@apple.com>
1031 Rubberstamped by Sam Weinig.
1033 Fix my absolute URL snafu by outputting only the last path component for these URLs,
1034 which is all that is relevant.
1036 * fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt:
1037 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll-expected.txt:
1038 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html:
1039 * fast/loader/stateobjects/document-destroyed-navigate-back.html:
1040 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange-expected.txt:
1041 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange.html:
1043 2009-12-03 Oliver Hunt <oliver@apple.com>
1045 Reviewed by Dan Bernstein.
1047 REGRESSION (r51627): 3 SVG tests are failing
1048 https://bugs.webkit.org/show_bug.cgi?id=32117
1050 Improve testing of svglist.
1052 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
1053 * svg/dom/svglist-exception-on-out-bounds-error.html:
1055 2009-12-03 Enrica Casucci <enrica@apple.com>
1057 Reviewed by Adele Peterson.
1059 Multiple Undos removes the last posted comment and/or the ones before it.
1060 <rdar://problem/6557066>
1061 https://bugs.webkit.org/show_bug.cgi?id=32079
1063 Added test to verify that undo has no effect when an element is
1066 * editing/undo/undo-indent-noneditable-expected.txt: Added.
1067 * editing/undo/undo-indent-noneditable.html: Added.
1069 2009-12-03 Brady Eidson <beidson@apple.com>
1071 Reviewed by Sam Weinig.
1073 <rdar://problem/7214236> and http://webkit.org/b/32052 - Implement HTML5 state object history API
1075 Update expected results of old tests:
1076 * fast/dom/Window/window-appendages-cleared-expected.txt:
1077 * fast/dom/Window/window-properties-expected.txt:
1078 * http/tests/security/cross-frame-access-enumeration-expected.txt:
1081 * fast/loader/stateobjects: Added.
1082 * fast/loader/stateobjects/document-destroyed-navigate-back-expected.txt: Added.
1083 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll-expected.txt: Added.
1084 * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html: Added.
1085 * fast/loader/stateobjects/document-destroyed-navigate-back.html: Added.
1086 * fast/loader/stateobjects/popstate-after-load-complete-addeventlistener-expected.txt: Added.
1087 * fast/loader/stateobjects/popstate-after-load-complete-addeventlistener.html: Added.
1088 * fast/loader/stateobjects/popstate-after-load-complete-body-attribute-expected.txt: Added.
1089 * fast/loader/stateobjects/popstate-after-load-complete-body-attribute.html: Added.
1090 * fast/loader/stateobjects/popstate-after-load-complete-body-inline-attribute-expected.txt: Added.
1091 * fast/loader/stateobjects/popstate-after-load-complete-body-inline-attribute.html: Added.
1092 * fast/loader/stateobjects/popstate-after-load-complete-window-attribute-expected.txt: Added.
1093 * fast/loader/stateobjects/popstate-after-load-complete-window-attribute.html: Added.
1094 * fast/loader/stateobjects/pushstate-object-types-expected.txt: Added.
1095 * fast/loader/stateobjects/pushstate-object-types.html: Added.
1096 * fast/loader/stateobjects/pushstate-then-replacestate-expected.txt: Added.
1097 * fast/loader/stateobjects/pushstate-then-replacestate.html: Added.
1098 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange-expected.txt: Added.
1099 * fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange.html: Added.
1100 * fast/loader/stateobjects/replacestate-then-pushstate-expected.txt: Added.
1101 * fast/loader/stateobjects/replacestate-then-pushstate.html: Added.
1102 * fast/loader/stateobjects/resources: Added.
1103 * fast/loader/stateobjects/resources/navigate-back.html: Added.
1104 * http/tests/loading/state-object-security-exception-expected.txt: Added.
1105 * http/tests/loading/state-object-security-exception.html: Added.
1107 2009-12-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1109 Reviewed by Xan Lopez.
1111 Platform-specific result for test. GIO identifies the file as
1112 application/javascript, as opposed to other platforms identifying
1113 it as application/x-javascript.
1115 * platform/gtk/inspector/timeline-network-resource-expected.txt: Added.
1117 2009-12-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1119 Rubber-stamped by Oliver Hunt.
1121 Re-baseline required after r51522.
1123 * platform/gtk/editing/deleting/5390681-2-expected.txt:
1125 2009-12-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1127 Skipping new tests, and tests that require new DRT functionality.
1129 * platform/gtk/Skipped:
1131 2009-12-03 Andras Becsi <abecsi@inf.u-szeged.hu>
1133 Reviewed by Kenneth Rohde Christiansen.
1135 [Qt] Skip layoutTestController.notifyDone() related tests which got revealed in r51634
1136 until there is a fix for the issue.
1137 https://bugs.webkit.org/show_bug.cgi?id=31626
1139 * platform/qt/Skipped:
1141 2009-12-03 Andras Becsi <abecsi@inf.u-szeged.hu>
1143 Reviewed by Kenneth Rohde Christiansen.
1145 [Qt] Re-enable previously skipped tests.
1146 https://bugs.webkit.org/show_bug.cgi?id=31591
1148 * platform/qt/Skipped:
1150 2009-12-03 Csaba Osztrogonác <ossy@webkit.org>
1152 [Qt] Put test into skiplist because of missing layoutTestController.evaluateInWebInspector().
1154 * platform/qt/Skipped:
1155 - inspector/settings-set-get.html added.
1157 2009-12-03 Pavel Feldman <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
1159 Reviewed by Timothy Hatcher.
1161 Web Inspector: Simplify the settings support in inspector controller.
1163 https://bugs.webkit.org/show_bug.cgi?id=32076
1165 * inspector/settings-set-get-expected.txt: Added.
1166 * inspector/settings-set-get.html: Added.
1168 2009-12-03 Oliver Hunt <oliver@apple.com>
1170 Reviewed by Maciej Stachowiak.
1172 NULL ptr in SVGPathSegList::getPathSegAtLength()
1173 https://bugs.webkit.org/show_bug.cgi?id=30313
1175 Add testcases for incorrect pathSeg usage.
1177 * svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: Added.
1178 * svg/dom/svgpath-out-of-bounds-getPathSeg.html: Added.
1180 2009-12-02 Shinichiro Hamaji <hamaji@chromium.org>
1182 Reviewed by Darin Adler.
1184 Rewrite two tests with dumpAsText
1185 https://bugs.webkit.org/show_bug.cgi?id=32014
1187 * fast/block/positioning/complex-percentage-height-expected.txt: Added.
1188 * fast/block/positioning/complex-percentage-height.html:
1189 * fast/lists/item-not-in-list-line-wrapping-expected.txt: Added.
1190 * fast/lists/item-not-in-list-line-wrapping.html:
1191 * platform/mac/fast/block/positioning/complex-percentage-height-expected.checksum: Removed.
1192 * platform/mac/fast/block/positioning/complex-percentage-height-expected.png: Removed.
1193 * platform/mac/fast/block/positioning/complex-percentage-height-expected.txt: Removed.
1194 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.checksum: Removed.
1195 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.png: Removed.
1196 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.txt: Removed.
1197 * platform/qt/Skipped:
1198 * platform/qt/fast/block/positioning/complex-percentage-height-expected.txt: Removed.
1199 * platform/qt/fast/lists/item-not-in-list-line-wrapping-expected.txt: Removed.
1201 2009-12-02 Alexey Proskuryakov <ap@apple.com>
1203 Reviewed by Darin Fisher.
1205 https://bugs.webkit.org/show_bug.cgi?id=32089
1206 Test that WebSocket.readyState is set correctly
1208 * websocket/tests/script-tests/simple.js:
1212 * websocket/tests/simple-expected.txt:
1213 Added readyState logging.
1215 2009-11-30 Julie Parent <jparent@chromium.org>
1217 Reviewed by Darin Adler.
1219 Make change-values-during-transition less flaky. Transition is 1 sec duration,
1220 translating 100px, starting at 0, so it should be at 50px at 500ms, not 600ms.
1222 https://bugs.webkit.org/show_bug.cgi?id=31997
1224 * transitions/change-values-during-transition.html:
1225 isEqual: Remove unnecessary code - tolerance always passed in and always default value.
1226 getXPosition: Extract into a function, since it is duplicated twice.
1227 check2: Still run second check if the first fails, just give more debugging output.
1228 start: Remove final setTimeout - nothing changes between the end of check2 and here,
1229 so this is just making the test take 100ms longer.
1231 2009-12-02 Brian Weinstein <bweinstein@apple.com>
1233 Rubber-stamped by Adam Roben.
1235 Skip http/tests/cache/subresource-failover-to-network.html because it
1236 is flaky on Windows, fixing it is being tracked by
1237 https://bugs.webkit.org/show_bug.cgi?id=32038.
1239 * platform/win/Skipped:
1241 2009-12-02 Csaba Osztrogonác <ossy@webkit.org>
1243 [Qt] Put tests into skiplist because of missing layoutTestController.evaluateInWebInspector().
1245 * platform/qt/Skipped:
1246 - inspector/elements-panel-selection-on-refresh.html added.
1247 - inspector/timeline-event-dispatch.html added.
1249 2009-12-02 Eric Z. Ayers <zundel@google.com>
1251 Reviewed by Pavel Feldman.
1253 Adds a timeline test for EventDispatch records.
1255 https://bugs.webkit.org/show_bug.cgi?id=31376
1257 * inspector/timeline-event-dispatch-expected.txt: Added.
1258 * inspector/timeline-event-dispatch.html: Added.
1260 2009-12-02 Pavel Feldman <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
1262 Reviewed by Timothy Hatcher.
1264 Web Inspector: DOM tree selection disappears upon page refresh.
1266 https://bugs.webkit.org/show_bug.cgi?id=31142
1268 * inspector/elements-panel-selection-on-refresh-expected.txt: Added.
1269 * inspector/elements-panel-selection-on-refresh.html: Added.
1271 2009-12-02 Csaba Osztrogonác <ossy@webkit.org>
1273 [Qt] r51577 made fast/frames/sandboxed-iframe-plugins.html crash.
1275 * platform/qt/Skipped:
1276 - fast/frames/sandboxed-iframe-navigation-windowopen.html added. (crasher)
1278 2009-12-02 Csaba Osztrogonác <ossy@webkit.org>
1280 [Qt] Unreviewed. Skip new tests.
1282 * platform/qt/Skipped:
1283 - svg/custom/mask-with-all-units.svg added.
1284 - fast/css/namespaces/namespaces-comments.xml added.
1285 - fast/css/namespaces/namespaces-empty.xml added.
1287 2009-12-02 Fumitoshi Ukai <ukai@chromium.org>
1289 Reviewed by Alexey Proskuryakov.
1291 WebSocket handshake check query component of URL
1292 https://bugs.webkit.org/show_bug.cgi?id=31617
1294 * websocket/tests/echo-location_wsh.py: Added.
1295 * websocket/tests/no-query_wsh.py: Added.
1296 * websocket/tests/script-tests/url-with-credential.js: Added.
1297 * websocket/tests/script-tests/url-with-empty-query.js: Added.
1298 * websocket/tests/script-tests/url-with-fragment.js: Added.
1299 * websocket/tests/script-tests/url-with-query-for-no-query.js: Added.
1300 * websocket/tests/script-tests/url-with-query.js: Added.
1301 * websocket/tests/url-with-credential-expected.txt: Added.
1302 * websocket/tests/url-with-credential.html: Added.
1303 * websocket/tests/url-with-empty-query-expected.txt: Added.
1304 * websocket/tests/url-with-empty-query.html: Added.
1305 * websocket/tests/url-with-fragment-expected.txt: Added.
1306 * websocket/tests/url-with-fragment.html: Added.
1307 * websocket/tests/url-with-query-expected.txt: Added.
1308 * websocket/tests/url-with-query-for-no-query-expected.txt: Added.
1309 * websocket/tests/url-with-query-for-no-query.html: Added.
1310 * websocket/tests/url-with-query.html: Added.
1312 2009-12-01 Shinichiro Hamaji <hamaji@chromium.org>
1314 Reviewed by Eric Seidel.
1316 Update expectations of css2.1/t1205-c56* for Qt
1317 https://bugs.webkit.org/show_bug.cgi?id=32015
1319 * platform/qt/Skipped:
1320 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
1321 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
1322 * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
1324 2009-12-01 Kent Tamura <tkent@chromium.org>
1326 Reviewed by Darin Adler.
1328 Change [Reflect] to [ConvertNullToNullString, Reflect] for min, max,
1329 pattern and step attributes of HTMLInputElement.
1330 https://bugs.webkit.org/show_bug.cgi?id=31708
1332 * fast/forms/input-minmax-expected.txt:
1333 * fast/forms/input-pattern-expected.txt: Added.
1334 * fast/forms/input-pattern.html: Added.
1335 * fast/forms/input-step-expected.txt:
1336 * fast/forms/script-tests/input-minmax.js: Add tests for null/undefined/non-string.
1337 * fast/forms/script-tests/input-pattern.js: Added.
1338 * fast/forms/script-tests/input-step.js: Change the result for null.
1340 2009-12-01 Chris Fleizach <cfleizach@apple.com>
1342 Reviewed by Darin Adler.
1344 WAI-ARIA: implement support for ARIA drag and drop
1345 https://bugs.webkit.org/show_bug.cgi?id=32007
1347 * platform/mac/accessibility/aria-drag-drop-expected.txt: Added.
1348 * platform/mac/accessibility/aria-drag-drop.html: Added.
1350 2009-12-01 Adam Barth <abarth@webkit.org>
1352 Reviewed by Darin Adler.
1354 https://bugs.webkit.org/show_bug.cgi?id=21288
1356 Add sneaky test that has tabs.
1358 * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Added.
1359 * fast/frames/sandboxed-iframe-attribute-parsing.html: Added.
1361 2009-12-01 Patrik Persson <patrik.j.persson@ericsson.com>
1363 Reviewed by Darin Adler.
1365 Implement HTML5 sandbox attribute for iframes.
1366 http://www.w3.org/TR/html5/text-level-semantics.html#attr-iframe-sandbox
1367 https://bugs.webkit.org/show_bug.cgi?id=21288
1369 * fast/frames/resources/non-sandboxed-iframe-navigation.html: Added.
1370 * fast/frames/resources/sandboxed-iframe-attribute-parsing-allowed.html: Added.
1371 * fast/frames/resources/sandboxed-iframe-attribute-parsing-disallowed.html: Added.
1372 * fast/frames/resources/sandboxed-iframe-form-allowed.html: Added.
1373 * fast/frames/resources/sandboxed-iframe-form-disallowed.html: Added.
1374 * fast/frames/resources/sandboxed-iframe-navigated.html: Added.
1375 * fast/frames/resources/sandboxed-iframe-navigation-child.html: Added.
1376 * fast/frames/resources/sandboxed-iframe-navigation-navigated.html: Added.
1377 * fast/frames/resources/sandboxed-iframe-navigation-parent.html: Added.
1378 * fast/frames/resources/sandboxed-iframe-navigation-source.html: Added.
1379 * fast/frames/resources/sandboxed-iframe-navigation-targetlink.html: Added.
1380 * fast/frames/resources/sandboxed-iframe-navigation-windowopen.html: Added.
1381 * fast/frames/resources/sandboxed-iframe-plugins-frame-applet.html: Added.
1382 * fast/frames/resources/sandboxed-iframe-plugins-frame-embed.html: Added.
1383 * fast/frames/resources/sandboxed-iframe-plugins-frame-object.html: Added.
1384 * fast/frames/resources/sandboxed-iframe-script-dynamic.html: Added.
1385 * fast/frames/resources/sandboxed-iframe-storage-allowed.html: Added.
1386 * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: Added.
1387 * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Added.
1388 * fast/frames/sandboxed-iframe-attribute-parsing.html: Added.
1389 * fast/frames/sandboxed-iframe-forms-expected.txt: Added.
1390 * fast/frames/sandboxed-iframe-forms.html: Added.
1391 * fast/frames/sandboxed-iframe-navigation-allowed-expected.txt: Added.
1392 * fast/frames/sandboxed-iframe-navigation-allowed.html: Added.
1393 * fast/frames/sandboxed-iframe-navigation-parent-expected.txt: Added.
1394 * fast/frames/sandboxed-iframe-navigation-parent.html: Added.
1395 * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt: Added.
1396 * fast/frames/sandboxed-iframe-navigation-targetlink.html: Added.
1397 * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt: Added.
1398 * fast/frames/sandboxed-iframe-navigation-windowopen.html: Added.
1399 * fast/frames/sandboxed-iframe-plugins-expected.txt: Added.
1400 * fast/frames/sandboxed-iframe-plugins.html: Added.
1401 * fast/frames/sandboxed-iframe-scripting-expected.txt: Added.
1402 * fast/frames/sandboxed-iframe-scripting.html: Added.
1403 * fast/frames/sandboxed-iframe-storage-expected.txt: Added.
1404 * fast/frames/sandboxed-iframe-storage.html: Added.
1405 * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html: Added.
1406 * http/tests/security/resources/sandboxed-iframe-modify-self.html: Added.
1407 * http/tests/security/resources/xss-DENIED-sandboxed-iframe-attacker.html: Added.
1408 * http/tests/security/sandboxed-iframe-document-cookie-expected.txt: Added.
1409 * http/tests/security/sandboxed-iframe-document-cookie.html: Added.
1410 * http/tests/security/sandboxed-iframe-modify-self-expected.txt: Added.
1411 * http/tests/security/sandboxed-iframe-modify-self.html: Added.
1412 * http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt: Added.
1413 * http/tests/security/xss-DENIED-sandboxed-iframe.html: Added.
1414 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-expected.txt: Added.
1415 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow.html: Added.
1416 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt: Added.
1417 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: Added.
1418 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard.html: Added.
1419 * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied.html: Added.
1420 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow-iframe.html: Added.
1421 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi: Added.
1422 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-iframe.html: Added.
1423 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard-iframe.html: Added.
1424 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard.cgi: Added.
1425 * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied.cgi: Added.
1427 2009-12-01 Chris Fleizach <cfleizach@apple.com>
1429 Reviewed by David Kilzer.
1431 ARIA: support a way to create a static text object
1432 https://bugs.webkit.org/show_bug.cgi?id=32030
1434 * accessibility/aria-text-role-expected.txt: Added.
1435 * accessibility/aria-text-role.html: Added.
1436 * platform/gtk/Skipped:
1437 * platform/win/Skipped:
1439 2009-12-01 Nikolas Zimmermann <nzimmermann@rim.com>
1441 Reviewed by Simon Fraser.
1443 Add SVG animation test framework with 'snapshot' functionality
1444 https://bugs.webkit.org/show_bug.cgi?id=31897
1446 Add LayoutTests/svg/animations directory, containing a new
1447 framework for SVG animation test with sampling at certain times.
1449 Added one example test, which will be extended soon to cover animVal
1450 support, once basic support has been implemented.
1452 * svg/animations: Added.
1453 * svg/animations/animVal-basics-expected.txt: Added.
1454 * svg/animations/animVal-basics.html: Added.
1455 * svg/animations/resources: Added.
1456 * svg/animations/resources/SVGAnimationTestCase.js: Added.
1458 (moveAnimationTimelineAndSample):
1462 * svg/animations/script-tests: Added.
1463 * svg/animations/script-tests/TEMPLATE.html: Added.
1464 * svg/animations/script-tests/animVal-basics.js: Added.
1470 2009-12-01 Adam Roben <aroben@apple.com>
1472 Skip more tests that fail with specific versions of CFNetwork on
1475 Rubber-stamped in advance by Brady Eidson.
1477 * platform/win/Skipped:
1479 2009-12-01 Daniel Bates <dbates@webkit.org>
1481 Reviewed by Pavel Feldman.
1483 https://bugs.webkit.org/show_bug.cgi?id=32001
1485 Updated layout test to reflect change to localized string and
1488 * inspector/elements-img-tooltip-expected.txt:
1489 * inspector/elements-img-tooltip.html:
1491 2009-12-01 Adam Roben <aroben@apple.com>
1493 Skip a test that fails with some versions of CFNetwork on Windows
1495 Rubber-stamped by Brady Eidson.
1497 * platform/win/Skipped: Skip http/tests/plugins/post-url-file.html.
1499 2009-12-01 Alexey Proskuryakov <ap@apple.com>
1501 Enabling WebSocket tests on Windows again - let's see what errors get logged.
1503 * platform/win/Skipped:
1505 2009-12-01 Adam Roben <aroben@apple.com>
1507 Add a timing-out test to the Skipped file on Windows
1509 Rubber-stamped by Ada Chan.
1511 * platform/win/Skipped: Added
1512 fast/dom/Window/window-postmessage-clone.html, which was timing out
1513 due to eventSender.beginDragFiles being unimplemented.
1515 2009-12-01 Adam Roben <aroben@apple.com>
1517 Add expected Windows failure results for tests that use
1520 <http://webkit.org/b/32021> covers fixing these tests.
1522 Rubber-stamped by Sam Weinig.
1524 * platform/win/Skipped: Removed tests that use textInputController.
1526 * platform/win/editing/selection/5825350-1-expected.txt: Added.
1527 * platform/win/editing/selection/5825350-2-expected.txt: Added.
1528 * platform/win/editing/selection/mixed-editability-10-expected.txt: Added.
1529 * platform/win/fast/events/ime-composition-events-001-expected.txt: Added.
1530 * platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Added.
1531 * platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Added.
1532 * platform/win/fast/text/international/thai-cursor-position-expected.txt: Added.
1534 2009-12-01 Csaba Osztrogonác <ossy@webkit.org>
1536 [Qt] Put test into skiplist because of missing layoutTestController.evaluateInWebInspector().
1538 * platform/qt/Skipped: inspector/timeline-network-resource.html added.
1540 2009-12-01 Eric Z. Ayers <zundel@google.com>
1542 Reviewed by Pavel Feldman.
1544 Adds test for Timeline network resource records.
1546 https://bugs.webkit.org/show_bug.cgi?id=31378
1548 * inspector/timeline-network-resource-expected.txt: Added.
1549 * inspector/timeline-network-resource.html: Added.
1550 * inspector/timeline-network-resource.js: Added.
1551 * inspector/timeline-test.js:
1552 (printTimelineRecords):
1554 2009-12-01 Chris Marrin <cmarrin@apple.com>
1556 Reviewed by Adam Roben.
1558 Added tests for getProgramInfoLog, getShaderInfoLog and getShaderSource to WebGL tests
1559 https://bugs.webkit.org/show_bug.cgi?id=30778
1561 * fast/canvas/webgl/gl-object-get-calls-expected.txt:
1562 * fast/canvas/webgl/script-tests/gl-object-get-calls.js:
1564 2009-12-01 Chris Marrin <cmarrin@apple.com>
1566 Reviewed by Oliver Hunt.
1568 Updated webgl tests to use "experimental-webgl" as the context name.
1569 https://bugs.webkit.org/show_bug.cgi?id=31672
1571 * fast/canvas/webgl/gl-get-calls.html:
1572 * fast/canvas/webgl/resources/utils3d.js:
1574 * fast/canvas/webgl/resources/webgl-test.js:
1577 2009-12-01 Csaba Osztrogonác <ossy@webkit.org>
1579 [Qt] Put tests into skiplist because of missing textInputController.selectedRange().
1581 * platform/qt/Skipped:
1582 - editing/selection/mixed-editability-10.html added.
1583 - editing/selection/5825350-1.html added.
1584 - editing/selection/5825350-2.html added.
1586 2009-11-30 Shinichiro Hamaji <hamaji@chromium.org>
1588 Reviewed by Dan Bernstein.
1590 css2.1/t1205-c566-list-stl-00-e-ag.html is failing
1591 https://bugs.webkit.org/show_bug.cgi?id=23264
1593 * editing/pasteboard/copy-crash-expected.txt:
1594 * fast/lists/calc-width-with-space-expected.txt: Added.
1595 * fast/lists/calc-width-with-space.html: Added.
1596 * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.checksum:
1597 * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.png:
1598 * platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.txt:
1599 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.checksum:
1600 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.png:
1601 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
1602 * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum:
1603 * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
1604 * platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
1605 * platform/mac/fast/block/positioning/complex-percentage-height-expected.checksum:
1606 * platform/mac/fast/block/positioning/complex-percentage-height-expected.png:
1607 * platform/mac/fast/block/positioning/complex-percentage-height-expected.txt:
1608 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.checksum:
1609 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.png:
1610 * platform/mac/fast/lists/item-not-in-list-line-wrapping-expected.txt:
1611 * platform/mac/fast/repaint/list-marker-expected.checksum:
1612 * platform/mac/fast/repaint/list-marker-expected.png:
1613 * platform/mac/fast/repaint/list-marker-expected.txt:
1614 * platform/qt/Skipped:
1616 2009-11-30 Enrica Casucci <enrica@apple.com>
1618 Reviewed by Darin Adler.
1620 Can focus but not type into content editable block that contains only non-editable content.
1621 <rdar://problem/5982901>
1622 https://bugs.webkit.org/show_bug.cgi?id=31750
1624 * editing/selection/5825350-1-expected.txt:
1625 * editing/selection/5825350-1.html: Modified to use caret rectangle.
1626 * editing/selection/5825350-2-expected.txt:
1627 * editing/selection/5825350-2.html: Modified to use caret rectangle.
1628 * editing/selection/mixed-editability-10-expected.txt: Added.
1629 * editing/selection/mixed-editability-10.html: Added.
1630 * platform/mac/editing/deleting/5390681-2-expected.txt: Re-baselined
1631 to account for the new possible caret position.
1633 2009-11-30 Beth Dakin <bdakin@apple.com>
1635 Reviewed by Oliver Hunt.
1637 Test for https://bugs.webkit.org/show_bug.cgi?id=32000 Crash in
1638 Safari caused by extreme column-gap and column-width values
1640 <rdar://problem/7425433>
1642 * fast/multicol/huge-column-gap-crash-expected.txt: Added.
1643 * fast/multicol/huge-column-gap-crash.html: Added.
1645 2009-11-30 Alexey Proskuryakov <ap@apple.com>
1647 Reviewed by Oliver Hunt.
1649 https://bugs.webkit.org/show_bug.cgi?id=31659
1650 Connection must be closed in case of Web Socket handshake error
1652 * platform/mac/Skipped: Un-skip websocket/tests/handshake-error.html.
1654 2009-11-30 Eric Carlson <eric.carlson@apple.com>
1656 Reviewed by Simon Fraser.
1658 All HTML5 media element events should be regular events
1659 https://bugs.webkit.org/show_bug.cgi?id=30513
1661 Remove progress event tests.
1663 * media/progress-event-at-least-one-expected.txt: Removed.
1664 * media/progress-event-at-least-one.html: Removed.
1665 * media/progress-event-expected.txt: Removed.
1666 * media/progress-event-total-expected.txt: Removed.
1667 * media/progress-event-total.html: Removed.
1668 * media/progress-event.html: Removed.
1670 2009-11-30 Yuzo Fujishima <yuzo@google.com>
1672 Reviewed by Alexey Proskuryakov.
1674 In testing handshake-error case, web_socket_do_extra_handshake calls a non-existent method
1675 https://bugs.webkit.org/show_bug.cgi?id=31465
1677 * platform/mac/Skipped: websocket/tests/handshake-error.html now fails on Mac, added to
1678 Skipped list, and filed bug 31659 to investigate.
1680 * websocket/tests/handshake-error_wsh.py: Call write() on a correct object.
1682 2009-11-30 Joseph Pecoraro <joepeck@webkit.org>
1684 Reviewed by Pavel Feldman.
1686 Web Inspector: Wrong console output for Regexp escape sequence
1687 https://bugs.webkit.org/show_bug.cgi?id=31538
1689 * inspector/console-format-expected.txt:
1690 * inspector/console-format.html:
1692 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1694 Skipping test that fails because of broken DND, and some tests
1695 requiring new results.
1697 * platform/gtk/Skipped:
1699 2009-11-30 Dirk Schulze <krit@webkit.org>
1701 Reviewed by Nikolas Zimmermann.
1703 Complex test of mask with every combination of maskUnits and maskContentUnits
1704 as well as different values for size and position of the mask and it's content.
1706 * platform/mac/svg/custom/mask-with-all-units-expected.checksum: Added.
1707 * platform/mac/svg/custom/mask-with-all-units-expected.png: Added.
1708 * platform/mac/svg/custom/mask-with-all-units-expected.txt: Added.
1709 * svg/custom/mask-with-all-units.svg: Added.
1711 2009-11-30 Csaba Osztrogonác <ossy@webkit.org>
1713 [Qt] Put tests into skiplist because of missing features.
1715 * platform/qt/Skipped:
1716 - fast/dom/Window/window-postmessage-clone.html added
1717 - inspector/elements-img-tooltip.html added.
1719 2009-11-28 Oliver Hunt <oliver@apple.com>
1721 Reviewed by Sam Weinig.
1723 postMessage should serialize File objects
1724 https://bugs.webkit.org/show_bug.cgi?id=31955
1726 Add test for postMessage serialization of File objects.
1728 * fast/dom/Window/window-postmessage-clone-expected.txt:
1729 * fast/dom/Window/window-postmessage-clone.html:
1731 2009-11-29 Simon Fraser <simon.fraser@apple.com>
1733 Rubber-stamped by Eric Seidel.
1735 Fix up some compositing layout tests.
1737 * compositing/layers-inside-overflow-scroll.html:
1738 * compositing/self-painting-layers.html:
1739 Use the 'loadeddata' event, instead of 'load', to know when the video loads.
1741 * platform/mac/compositing/repaint/content-into-overflow-expected.checksum:
1742 * platform/mac/compositing/repaint/content-into-overflow-expected.png:
1743 * platform/mac/compositing/repaint/overflow-into-content-expected.checksum:
1744 * platform/mac/compositing/repaint/overflow-into-content-expected.png:
1745 * platform/mac/compositing/self-painting-layers-expected.checksum:
1746 * platform/mac/compositing/self-painting-layers-expected.png:
1747 Update with correct pixel results.
1749 2009-11-29 Shu Chang <Chang.Shu@nokia.com>
1751 Reviewed by Eric Seidel.
1753 Test using Id as index of node list.
1754 https://bugs.webkit.org/show_bug.cgi?id=31428
1756 * fast/dom/Element/id-in-node-list-index01-expected.txt: Added.
1757 * fast/dom/Element/id-in-node-list-index01.html: Added.
1759 2009-11-28 Adam Barth <abarth@webkit.org>
1761 Reviewed by Dimitri Glazkov.
1763 [Chromium] Sify compose button alerts error
1764 https://bugs.webkit.org/show_bug.cgi?id=31394
1766 Test that we're using the calling security context in a simple case.
1768 * http/tests/security/calling-versus-current-expected.txt: Added.
1769 * http/tests/security/calling-versus-current.html: Added.
1771 2009-11-27 Daniel Bates <dbates@webkit.org>
1773 Reviewed by Adam Barth.
1775 https://bugs.webkit.org/show_bug.cgi?id=31940
1777 Rebased results because of new error messages.
1779 * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
1780 * http/tests/security/xssAuditor/base-href-expected.txt:
1781 * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
1782 * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
1783 * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
1784 * http/tests/security/xssAuditor/embed-tag-expected.txt:
1785 * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
1786 * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
1787 * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
1788 * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
1789 * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
1790 * http/tests/security/xssAuditor/object-src-inject-expected.txt:
1791 * http/tests/security/xssAuditor/object-tag-expected.txt:
1792 * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
1794 2009-11-27 Kenneth Russell <kbr@google.com>
1796 Reviewed by Eric Seidel.
1798 REGRESSION(51418): fast/canvas/webgl/gl-object-get-calls.html is failing on the Leopard commit bot
1799 https://bugs.webkit.org/show_bug.cgi?id=31919
1801 Temporarily disabled portion of test which is failing on some
1802 machines but not others. Root cause will be investigated under
1803 https://bugs.webkit.org/show_bug.cgi?id=31843 .
1805 * fast/canvas/webgl/gl-object-get-calls-expected.txt:
1806 * fast/canvas/webgl/script-tests/gl-object-get-calls.js:
1808 2009-11-26 Shinichiro Hamaji <hamaji@chromium.org>
1810 Unreviewed red bot fix.
1812 Skip tests introduced by the previous change as it seems to be failing.
1814 * platform/qt/Skipped:
1815 * platform/win/Skipped:
1817 2009-11-26 Shinichiro Hamaji <hamaji@chromium.org>
1819 Reviewed by Dan Bernstein.
1821 Assertion failure in RenderBlock::positionForPointWithInlineChildren when running fast/inline/relative-positioned-overflow.html
1822 https://bugs.webkit.org/show_bug.cgi?id=29966
1824 A test case where a user drags the mouse from an empty inline
1825 element to above texts.
1827 * editing/selection/last-empty-inline-expected.txt: Added.
1828 * editing/selection/last-empty-inline.html: Added.
1829 * platform/win/Skipped:
1831 2009-11-26 Kinuko Yasuda <kinuko@chromium.com>
1833 Reviewed by Eric Seidel.
1835 Rewrite the test fast/parser/comment-in-textarea to use dumpAsText
1836 so that the expected results can be independent of platform differences.
1837 https://bugs.webkit.org/show_bug.cgi?id=31580
1839 * fast/parser/comment-in-textarea-expected.txt: Added.
1840 * fast/parser/comment-in-textarea.html:
1841 * fast/parser/script-tests/comment-in-textarea.js: Added.
1842 * platform/mac/fast/parser/comment-in-textarea-expected.checksum: Removed.
1843 * platform/mac/fast/parser/comment-in-textarea-expected.png: Removed.
1844 * platform/mac/fast/parser/comment-in-textarea-expected.txt: Removed.
1845 * platform/win/fast/parser/comment-in-textarea-expected.txt: Removed.
1847 2009-11-26 Daniel Bates <dbates@webkit.org>
1849 Reviewed by Pavel Feldman.
1851 https://bugs.webkit.org/show_bug.cgi?id=21554
1853 Tests that the tooltip text for an image is its dimensions.
1855 * inspector/elements-img-tooltip-expected.txt: Added.
1856 * inspector/elements-img-tooltip.html: Added.
1858 2009-11-21 Holger Hans Peter Freyther <zecke@selfish.org>
1860 Reviewed by Kenneth Rohde Christiansen.
1862 [Qt] Add automatic test for Qt Plugins.
1863 https://bugs.webkit.org/show_bug.cgi?id=31203
1865 Add a test case for Qt plugins. In this case one
1866 RenderPart should be visible on screen and the other
1867 should be invisible. The internal QWidget should
1868 have the same state as the WebCore::Widget.
1870 Add Qt specific netscape-dom-access-expected.txt because
1871 that was using a native widget inside a RenderPart as well.
1873 * platform/gtk/Skipped:
1874 * platform/mac/Skipped:
1875 * platform/qt/plugins/netscape-dom-access-expected.txt: Added
1876 * platform/qt/plugins/qt-qwidget-plugin-expected.txt: Added
1877 * platform/win/Skipped:
1878 * plugins/qt-qwidget-plugin.html: Added.
1880 2009-11-25 Csaba Osztrogonác <ossy@webkit.org>
1882 [Qt] Audio related layout tests are failing on the buildbot
1883 https://bugs.webkit.org/show_bug.cgi?id=27910
1885 * platform/qt/Skipped: fast/js/global-constructors.html added.
1887 2009-11-25 Kenneth Russell <kbr@google.com>
1889 Reviewed by Oliver Hunt.
1891 Off-by-one error in index validation for drawElements and drawArrays
1892 https://bugs.webkit.org/show_bug.cgi?id=31891
1894 Fixed computation of number of elements for bound array objects.
1896 Test: fast/canvas/webgl/index-validation.html
1898 * fast/canvas/webgl/index-validation-expected.txt: Added.
1899 * fast/canvas/webgl/index-validation.html: Added.
1900 * fast/canvas/webgl/script-tests/index-validation.js: Added.
1902 2009-11-25 Csaba Osztrogonác <ossy@webkit.org>
1904 [Qt] Remove a bunch of now passing fast tests from skiplist.
1905 And add a crasher/crashed pair into skiplist.
1907 * platform/qt/Skipped:
1909 2009-11-25 Csaba Osztrogonác <ossy@webkit.org>
1911 [Qt] Put tests into skiplist because of missing layoutTestController feature.
1913 * platform/qt/Skipped:
1914 - http/tests/cache/subresource-failover-to-network.html added.
1915 - fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html added.
1917 - "3D_RENDERING and ACCELERATED_COMPOSITING" block moved to good place.
1919 2009-11-25 Eric Carlson <eric.carlson@apple.com>
1921 Reviewed by Simon Fraser.
1923 <rdar://problem/7409331> Windows: Support closed caption in <video> element
1925 * platform/win/Skipped:
1926 Enable the closed caption test.
1928 2009-11-25 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1930 We do not have a strategy in place to mimick the output for load
1931 delegates fully yet. See https://bugs.webkit.org/show_bug.cgi?id=27905
1933 * platform/gtk/Skipped:
1935 2009-11-22 Jakub Wieczorek <faw217@gmail.com>
1937 Reviewed by Adam Barth.
1939 [Qt] Remove the Referer header when redirecting to a non-secure site
1940 https://bugs.webkit.org/show_bug.cgi?id=31785
1942 This makes Qt pass two tests introduced in r50226.
1944 * platform/qt/Skipped:
1946 2009-11-24 Chris Marrin <cmarrin@apple.com>
1948 Reviewed by Simon Fraser.
1950 Skip 3d and compositing tests on all platforms but Mac
1951 https://bugs.webkit.org/show_bug.cgi?id=27314
1953 For Mac, tests are performed in webkitdirs.pm to determine
1954 whether these tests should be skipped.
1956 * platform/gtk/Skipped:
1957 * platform/qt/Skipped:
1958 * platform/win/Skipped:
1960 2009-11-24 Chris Marrin <cmarrin@apple.com>
1962 Reviewed by Eric Seidel.
1964 Test for createShader param passing
1965 https://bugs.webkit.org/show_bug.cgi?id=31808
1967 This test will eventually contain more param passing tests as
1968 they are implemented.
1970 * fast/canvas/webgl/invalidPassedParams-expected.txt: Added.
1971 * fast/canvas/webgl/invalidPassedParams.html: Added.
1973 2009-11-24 Darin Fisher <darin@chromium.org>
1975 Reviewed by Adam Barth.
1977 [Chromium] Renderer hang when using www.expedia.com
1978 https://bugs.webkit.org/show_bug.cgi?id=31822
1980 This test verifies that a synchronous XMLHttpRequest, generated from a
1981 page that is the result of a form submission, loads properly when the
1982 user navigates back to the page.
1984 When navigating back to a page that resulted from a form submission,
1985 the page is loaded with the ReturnCacheDataDontLoad cache policy. It
1986 is important that subresources (including XMLHttpRequest instances) do
1987 not inherit this cache policy.
1989 * http/tests/cache/resources/echo-no-store.cgi: Added.
1990 * http/tests/cache/resources/subresource-failover-to-network.cgi: Added.
1991 * http/tests/cache/subresource-failover-to-network-expected.txt: Added.
1992 * http/tests/cache/subresource-failover-to-network.html: Added.
1994 2009-11-23 Kenneth Russell <kbr@google.com>
1996 Reviewed by Oliver Hunt.
1998 Change get... calls to latest spec
1999 https://bugs.webkit.org/show_bug.cgi?id=30091
2001 Removed old versions of get calls on WebGLRenderingContext and
2002 added new ones per spec returning "any". New code simplifies
2003 GraphicsContext3D and fixes previously unimplemented routines.
2004 Added custom JS and V8 bindings. Added exhaustive test case
2005 exercising all new code paths. Updated preexisting test cases for
2006 new APIs. Fixed preexisting bugs in WebKit's and Chrome's WebGL
2009 Ran WebGL layout tests in WebKit (clean) and Chrome (couple of
2010 preexisting known failures) and manual WebGL tests in both
2013 Two of the tests fail on various hardware and were modified. See
2015 https://bugs.webkit.org/show_bug.cgi?id=31842
2016 https://bugs.webkit.org/show_bug.cgi?id=31843
2018 Test: fast/canvas/webgl/gl-object-get-calls.html
2020 * fast/canvas/webgl/gl-get-calls-expected.txt:
2021 * fast/canvas/webgl/gl-get-calls.html:
2022 * fast/canvas/webgl/gl-object-get-calls-expected.txt: Added.
2023 * fast/canvas/webgl/gl-object-get-calls.html: Added.
2024 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
2025 * fast/canvas/webgl/null-object-behaviour-expected.txt:
2026 * fast/canvas/webgl/resources/boolUniformShader.vert: Added.
2027 * fast/canvas/webgl/resources/floatUniformShader.vert: Added.
2028 * fast/canvas/webgl/resources/intUniformShader.vert: Added.
2029 * fast/canvas/webgl/resources/matUniformShader.vert: Added.
2030 * fast/canvas/webgl/resources/noopUniformShader.frag: Added.
2031 * fast/canvas/webgl/resources/utils3d.js:
2034 (Framerate.prototype.snapshot):
2035 * fast/canvas/webgl/resources/webgl-test.js:
2037 (loadStandardVertexShader):
2039 (loadStandardFragmentShader):
2040 (loadFragmentShader):
2041 * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Added.
2042 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
2043 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
2044 * fast/canvas/webgl/triangle.html:
2045 * fast/js/resources/js-test-pre.js:
2049 2009-11-24 Dmitry Titov <dimich@chromium.org>
2051 Reviewed by Eric Seidel.
2053 Convert fast/table/row-height-recalc2.html to be 'dumpAsText()'
2054 https://bugs.webkit.org/show_bug.cgi?id=31816
2056 * fast/table/row-height-recalc2-expected.txt: Added.
2057 * fast/table/row-height-recalc2.html:
2058 * platform/mac/fast/table/row-height-recalc2-expected.checksum: Removed.
2059 * platform/mac/fast/table/row-height-recalc2-expected.png: Removed.
2060 * platform/mac/fast/table/row-height-recalc2-expected.txt: Removed.
2061 * platform/qt/fast/table/row-height-recalc2-expected.checksum: Removed.
2062 * platform/qt/fast/table/row-height-recalc2-expected.png: Removed.
2063 * platform/qt/fast/table/row-height-recalc2-expected.txt: Removed.
2064 * platform/win/fast/table/row-height-recalc2-expected.checksum: Removed.
2065 * platform/win/fast/table/row-height-recalc2-expected.png: Removed.
2067 2009-11-23 Chris Marrin <cmarrin@apple.com>
2069 Reviewed by Oliver Hunt.
2071 Tests for out of bounds conditions on drawElements and drawArrays
2072 https://bugs.webkit.org/show_bug.cgi?id=31239
2074 * fast/canvas/webgl/drawArraysOutOfBounds-expected.txt: Added.
2075 * fast/canvas/webgl/drawArraysOutOfBounds.html: Added.
2076 * fast/canvas/webgl/drawElementssOutOfBounds-expected.txt: Added.
2077 * fast/canvas/webgl/drawElementssOutOfBounds.html: Added.
2079 2009-11-23 Erik Arvidsson <arv@chromium.org>
2081 Reviewed by Eric Seidel.
2083 JSC bindings for HasIndexGetter generates incorrect code (affects
2084 MediaList and CSSStyleDeclaration).
2085 This cleans up the edge cases for indexing out of range for style and
2086 computed style objects to return an empty string according to the spec.
2087 MediaList now returns null when indexed out of range.
2088 https://bugs.webkit.org/show_bug.cgi?id=31683
2090 * fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt: Added.
2091 * fast/dom/CSSStyleDeclaration/css-computed-style-item.html: Added.
2092 * fast/dom/CSSStyleDeclaration/css-style-item-expected.txt: Added.
2093 * fast/dom/CSSStyleDeclaration/css-style-item.html: Added.
2094 * fast/dom/CSSStyleDeclaration/script-tests/css-computed-style-item.js: Added.
2095 * fast/dom/CSSStyleDeclaration/script-tests/css-style-item.js: Added.
2096 * fast/dom/StyleSheet/css-medialist-item-expected.txt: Added.
2097 * fast/dom/StyleSheet/css-medialist-item.html: Added.
2098 * fast/dom/StyleSheet/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html.
2099 * fast/dom/StyleSheet/script-tests/css-medialist-item.js: Added.
2101 2009-11-23 Csaba Osztrogonác <ossy@webkit.org>
2103 Unreviewed. Skip new test added in r51324.
2105 * platform/qt/Skipped: Added editing/selection/trransformed-selection-rects.html
2107 2009-11-23 Simon Fraser <simon.fraser@apple.com>
2109 Reviewed by Dan Bernstein.
2111 DocumentMarkers need to be educated about transforms
2112 https://bugs.webkit.org/show_bug.cgi?id=31751
2114 Find highlight is incorrect with transforms
2115 <rdar://problem/6358394>
2117 Add test to show the selection rect for selection in a transformed element.
2119 * editing/editing.js:
2120 * editing/selection/transformed-selection-rects.html: Added.
2121 * platform/mac/editing/selection/transformed-selection-rects-expected.checksum: Added.
2122 * platform/mac/editing/selection/transformed-selection-rects-expected.png: Added.
2123 * platform/mac/editing/selection/transformed-selection-rects-expected.txt: Added.
2125 2009-11-23 Csaba Osztrogonác <ossy@webkit.org>
2127 Unreviewed. Skip new tests.
2129 * platform/qt/Skipped:
2131 2009-11-23 Jakub Wieczorek <faw217@gmail.com>
2133 Reviewed by Kenneth Rohde Christiansen.
2135 [Qt] DRT: dumpBackForwardList() does not work properly with non-file URLs.
2136 https://bugs.webkit.org/show_bug.cgi?id=31775
2138 LayoutTestController::dumpBackForwardList() should work with local URLs
2139 as well as with normal URLs (in http tests for instance).
2140 Currently it does not output the latter properly.
2142 Unskip a bunch of passing http/navigation tests.
2144 * platform/qt/Skipped:
2146 2009-11-22 Chris Fleizach <cfleizach@apple.com>
2148 Reviewed by Oliver Hunt.
2150 ARIA: support aria-flowto
2151 https://bugs.webkit.org/show_bug.cgi?id=31762
2153 * platform/mac/accessibility/aria-flowto-expected.txt: Added.
2154 * platform/mac/accessibility/aria-flowto.html: Added.
2156 2009-11-22 Dirk Schulze <krit@webkit.org>
2158 Reviewed by Nikolas Zimmermann.
2160 Tests to the filterRes implementation for SVG Filters
2161 [https://bugs.webkit.org/show_bug.cgi?id=6021]
2163 big-sized-filter: tests if filter quality is scaled down on a too
2164 big SourceImage (SourceGraphic, SourceAlpha)
2165 big-sized-filter-2: tests if the filter quality is scaled down
2166 on a too big filter effect size.
2167 filterRes: Various tests of SVG Filters with different values for
2168 filterRes attributes. Checks
2169 * that kernel values (if present) are scaled with the filterRes
2170 * subRegion calculation is correct for effects with deeper
2173 * platform/mac/svg/filters/big-sized-filter-2-expected.txt: Added.
2174 * platform/mac/svg/filters/big-sized-filter-expected.checksum: Added.
2175 * platform/mac/svg/filters/big-sized-filter-expected.png: Added.
2176 * platform/mac/svg/filters/big-sized-filter-expected.txt: Added.
2177 * platform/mac/svg/filters/filterRes-expected.checksum: Added.
2178 * platform/mac/svg/filters/filterRes-expected.png: Added.
2179 * platform/mac/svg/filters/filterRes-expected.txt: Added.
2180 * svg/filters/big-sized-filter-2.svg: Added.
2181 * svg/filters/big-sized-filter.svg: Added.
2182 * svg/filters/filterRes.svg: Added.
2184 2009-11-22 Jakub Wieczorek <faw217@gmail.com>
2186 Reviewed by Adam Barth.
2188 [Qt] DumpRenderTree should explicitly ignore any SSL certificate errors
2189 for localhost and 127.0.0.1.
2190 https://bugs.webkit.org/show_bug.cgi?id=31783
2192 Unskip the http/tests/ssl/verify-ssl-enabled.php test, which is passing now.
2194 * platform/qt/Skipped:
2196 2009-11-22 Chris Evans <cevans@chromium.org>
2198 Reviewed by Adam Barth.
2200 Disable access to file:/// directory listings
2201 https://bugs.webkit.org/show_bug.cgi?id=31329
2203 Updates the test to make sure it is disabling universal access for
2204 file:/// URLs (if the API is supported). This is required to do
2205 effective intra-file:/// access tests.
2206 Note that Safari only passes by virtual of supporting no directory
2209 * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: Added.
2210 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
2211 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html:
2212 Disable universal access for file:/// URLs (if API available).
2213 Run the real test in an iframe without universal access.
2215 2009-11-21 Simon Fraser <simon.fraser@apple.com>
2217 Reviewed by Dan Bernstein.
2219 CSSKeyframesRule::findRule() and deleteRule() should accept 'from' and 'to' as well as percentages
2220 https://bugs.webkit.org/show_bug.cgi?id=31588
2222 Add tests for finding and deleting keyframes using 'from' and 'to'.
2224 * animations/keyframes-rule-expected.txt:
2225 * animations/keyframes-rule.html:
2227 2009-11-20 Chris Fleizach <cfleizach@apple.com>
2229 Reviewed by Beth Dakin.
2231 WAI-ARIA: add support for aria-owns
2232 https://bugs.webkit.org/show_bug.cgi?id=31702
2234 * platform/mac/accessibility/aria-owns-expected.txt: Added.
2235 * platform/mac/accessibility/aria-owns.html: Added.
2237 2009-11-20 Eric Carlson <eric.carlson@apple.com>
2239 Reviewed by Simon Fraser.
2241 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
2243 Remove closed captions test from skipped list.
2245 * platform/mac-leopard/Skipped:
2246 * platform/mac-tiger/Skipped:
2248 2009-11-20 Chris Fleizach <cfleizach@apple.com>
2250 Reviewed by Beth Dakin.
2252 WAI-ARIA: add support for 'math' role
2253 https://bugs.webkit.org/show_bug.cgi?id=31706
2255 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
2256 * platform/mac/accessibility/aria-grouping-roles.html:
2258 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
2262 Fix file names in the skipped list, for files added in http://trac.webkit.org/changeset/51257.
2264 * platform/mac/Skipped:
2265 * platform/win/Skipped:
2267 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
2269 Reviewed by Kenneth Rohde Christiansen.
2271 NPN_ReloadPlugins does not reload the page even if reloadPages is true.
2272 https://bugs.webkit.org/show_bug.cgi?id=30460
2274 Added tests for calling NPN_ReloadPlugins with reloadPages being true and false.
2276 * platform/mac/Skipped:
2277 * platform/win/Skipped:
2278 * plugins/reloadplugins-and-pages-expected.txt: Added.
2279 * plugins/reloadplugins-and-pages.html: Added.
2280 * plugins/reloadplugins-no-pages-expected.txt: Added.
2281 * plugins/reloadplugins-no-pages.html: Added.
2283 2009-11-20 Alexey Proskuryakov <ap@apple.com>
2285 Reviewed by Darin Adler.
2287 https://bugs.webkit.org/show_bug.cgi?id=25381
2288 Needs test: jQuery animation crashing Safari
2290 Adding a regression test for a bug that doesn't reproduce in ToT.
2292 * fast/dynamic/jQuery-animation-crash-expected.txt: Added.
2293 * fast/dynamic/jQuery-animation-crash.html: Added.
2295 2009-11-20 Alexey Proskuryakov <ap@apple.com>
2297 WebSocket tests still don't work on Windows, disabling for futher invesigation.
2299 * platform/win/Skipped:
2301 2009-11-20 Alexey Proskuryakov <ap@apple.com>
2303 Enabling WebSocket tests on Windows - let's see if they pass after the recent fixes.
2305 * platform/win/Skipped:
2307 2009-11-20 Victor Wang <victorw@chromium.org>
2309 Reviewed by Darin Adler.
2311 Add expected pixel result for layout test input-file-re-render
2313 https://bugs.webkit.org/show_bug.cgi?id=31696
2315 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
2316 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
2318 2009-11-20 Eric Carlson <eric.carlson@apple.com>
2320 Reviewed by Simon Fraser.
2322 <rdar://problem/7389945> QTKit based media engine should not claim to support fullscreen on Leopard
2324 Update test results.
2326 * platform/mac/media/audio-controls-rendering-expected.checksum:
2327 * platform/mac/media/audio-controls-rendering-expected.png:
2328 * platform/mac/media/audio-controls-rendering-expected.txt:
2330 2009-11-20 Roland Steiner <rolandsteiner@chromium.org>
2332 Reviewed by Darin Adler.
2334 Test checking that CSS 'text-indent' does not affect ruby rendering by default.
2335 (https://bugs.webkit.org/show_bug.cgi?id=31247)
2337 * fast/ruby/ruby-text-indent-expected.txt: Added.
2338 * fast/ruby/ruby-text-indent.html: Added.
2340 2009-11-19 Beth Dakin <bdakin@apple.com>
2342 Reviewed by Darin Adler.
2344 Tests for https://bugs.webkit.org/show_bug.cgi?id=31321 Make
2345 -webkit-color-correction work with untagged images
2347 * fast/css/color-correction-on-background-image.html: Added.
2348 * fast/css/color-correction-untagged-images.html: Added.
2349 * fast/css/resources/purple-noprofile.png: Added.
2350 * platform/mac/fast/css/color-correction-on-background-image-expected.checksum: Added.
2351 * platform/mac/fast/css/color-correction-on-background-image-expected.png: Added.
2352 * platform/mac/fast/css/color-correction-on-background-image-expected.txt: Added.
2353 * platform/mac/fast/css/color-correction-untagged-images-expected.checksum: Added.
2354 * platform/mac/fast/css/color-correction-untagged-images-expected.png: Added.
2355 * platform/mac/fast/css/color-correction-untagged-images-expected.txt: Added.
2357 2009-11-19 Michelangelo De Simone <michelangelo@webkit.org>
2359 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>
2360 Files missed when landing patch.
2362 * platform/qt/Skipped:
2363 * platform/win/Skipped:
2365 2009-11-19 Alexey Proskuryakov <ap@apple.com>
2367 Trying to enable WebSocket tests on Tiger again, as the bot seems to behave now.
2369 * platform/mac-tiger/Skipped:
2371 2009-11-19 Rahul Kuchhal <kuchhal@chromium.org>
2373 Reviewed by Darin Adler.
2375 Do not assert when a high number is used for roman numerals in lists.
2376 https://bugs.webkit.org/show_bug.cgi?id=31652
2378 * fast/lists/ol-start-roman.html: Added.
2379 * platform/mac/fast/lists/ol-start-roman-expected.txt: Added.
2381 2009-11-19 Eric Z. Ayers <zundel@google.com>
2383 Reviewed by Pavel Feldman.
2385 Updated timeline paint test to ignore width and height. GTK+ testing
2386 uses a different top level window size than other platforms.
2388 https://bugs.webkit.org/show_bug.cgi?id=31402
2390 * inspector/timeline-paint-expected.txt:
2391 * inspector/timeline-test.js:
2392 * platform/win/Skipped:
2394 2009-11-19 Chris Fleizach <cfleizach@apple.com>
2396 Reviewed by Darin Adler.
2398 WAI-ARIA roles not supported on image map <area>
2399 https://bugs.webkit.org/show_bug.cgi?id=31525
2401 * accessibility/aria-used-on-image-maps-expected.txt: Added.
2402 * accessibility/aria-used-on-image-maps.html: Added.
2403 * platform/gtk/Skipped:
2404 * platform/win/Skipped:
2406 2009-11-19 Eric Carlson <eric.carlson@apple.com>
2408 Reviewed by Dan Bernstein.
2410 <rdar://problem/7035231>
2411 Support closed caption in <video> element
2413 * media/media-captions-expected.txt: Added.
2414 * media/media-captions.html: Added.
2415 * media/content/counting-captioned.mov: Added.
2417 * platform/gtk/Skipped:
2418 * platform/mac-leopard/Skipped:
2419 * platform/mac-tiger/Skipped:
2420 * platform/win/Skipped:
2421 Skipped on platforms that don't support closed captions yet.
2423 2009-11-19 Pavel Feldman <pfeldman@chromium.org>
2425 Reviewed by Gustavo Noronha Silva.
2427 Web Inspector: Implement "show inspector" in WebKit GTK
2428 API and enable console tests.
2430 https://bugs.webkit.org/show_bug.cgi?id=31669
2432 * platform/gtk/Skipped:
2434 2009-11-19 Shinichiro Hamaji <hamaji@chromium.org>
2436 Reviewed by Eric Seidel.
2438 Some tests in fast/css-generated-content can be dumpAsText test
2439 https://bugs.webkit.org/show_bug.cgi?id=31663
2441 * fast/css-generated-content/absolute-position-inside-inline-expected.txt: Added.
2442 * fast/css-generated-content/absolute-position-inside-inline.html:
2443 * fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
2444 * fast/css-generated-content/hit-test-generated-content.html:
2445 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
2446 * fast/css-generated-content/positioned-background-hit-test-crash.html:
2447 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
2448 * fast/css-generated-content/spellingToolTip-assert.html:
2449 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.checksum: Removed.
2450 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.png: Removed.
2451 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
2452 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Removed.
2453 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Removed.
2454 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Removed.
2455 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Removed.
2456 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Removed.
2457 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
2458 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.checksum: Removed.
2459 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.png: Removed.
2460 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
2461 * platform/qt/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
2462 * platform/qt/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
2463 * platform/qt/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
2465 2009-11-19 Kinuko Yasuda <kinuko@google.com>
2467 Reviewed by Dan Bernstein.
2469 Update the test fast/overflow/004.html to make it match the test
2470 description and expected results.
2471 https://bugs.webkit.org/show_bug.cgi?id=31455
2473 * fast/overflow/004.html:
2474 * platform/mac/fast/overflow/004-expected.checksum:
2475 * platform/mac/fast/overflow/004-expected.png:
2476 * platform/mac/fast/overflow/004-expected.txt:
2478 2009-11-18 Dan Bernstein <mitz@apple.com>
2480 Reviewed by Simon Fraser.
2482 Test for <rdar://problem/7398987> Assertion failure in
2483 RenderLayer::updateClipRects when a plug-in’s enclosing layer is
2484 enclosed by a transformed layer
2486 * fast/layers/clip-rects-transformed-2-expected.txt: Added.
2487 * fast/layers/clip-rects-transformed-2.html: Added.
2488 * fast/layers/clip-rects-transformed-expected.txt: Added.
2489 * fast/layers/clip-rects-transformed.html: Added.
2491 2009-11-18 Michelangelo De Simone <micdesim@gmail.com>
2493 Reviewed by Darin Adler.
2495 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
2496 Support for validationMessage attribute, as per HTML5 specs.
2498 * fast/dom/domListEnumeration-expected.txt: updated with new property
2499 * fast/dom/script-tests/domListEnumeration.js: ditto
2500 * fast/forms/script-tests/validationMessage.js: Added.
2501 * fast/forms/validationMessage-expected.txt: Added.
2502 * fast/forms/validationMessage.html: Added.
2503 * platform/gtk/Skipped:
2504 * platform/qt/Skipped:
2505 * platform/win/Skipped:
2507 2009-11-19 Roland Steiner <rolandsteiner@chromium.org>
2509 Reviewed by Darin Adler.
2511 Bug 31574 - Crashing bug when removing <ruby> element
2512 (https://bugs.webkit.org/show_bug.cgi?id=31574)
2514 Layout test to verify it no longer crashes when the <ruby> element
2517 * fast/ruby/ruby-remove-expected.txt: Added.
2518 * fast/ruby/ruby-remove.html: Added.
2520 2009-11-18 Kent Tamura <tkent@chromium.org>
2522 Reviewed by Darin Adler.
2524 Tests for ValidityState.typeMismatch for the following types of INPUT element:
2525 date, datetime, datetime-local, month, time and week
2526 https://bugs.webkit.org/show_bug.cgi?id=31342
2528 * fast/forms/ValidityState-typeMismatch-date-expected.txt: Added.
2529 * fast/forms/ValidityState-typeMismatch-date.html: Added.
2530 * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: Added.
2531 * fast/forms/ValidityState-typeMismatch-datetime.html: Added.
2532 * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: Added.
2533 * fast/forms/ValidityState-typeMismatch-datetimelocal.html: Added.
2534 * fast/forms/ValidityState-typeMismatch-month-expected.txt: Added.
2535 * fast/forms/ValidityState-typeMismatch-month.html: Added.
2536 * fast/forms/ValidityState-typeMismatch-time-expected.txt: Added.
2537 * fast/forms/ValidityState-typeMismatch-time.html: Added.
2538 * fast/forms/ValidityState-typeMismatch-week-expected.txt: Added.
2539 * fast/forms/ValidityState-typeMismatch-week.html: Added.
2540 * fast/forms/script-tests/ValidityState-typeMismatch-date.js: Added.
2541 * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: Added.
2542 * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: Added.
2543 * fast/forms/script-tests/ValidityState-typeMismatch-month.js: Added.
2544 * fast/forms/script-tests/ValidityState-typeMismatch-time.js: Added.
2545 * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Added.
2547 2009-11-18 Kent Tamura <tkent@chromium.org>
2549 Reviewed by Darin Adler.
2551 Add tests for ValidityState.stepMismatch.
2552 https://bugs.webkit.org/show_bug.cgi?id=31331
2554 * fast/forms/ValidityState-stepMismatch-number-expected.txt: Added.
2555 * fast/forms/ValidityState-stepMismatch-number.html: Added.
2556 * fast/forms/ValidityState-stepMismatch-range-expected.txt: Added.
2557 * fast/forms/ValidityState-stepMismatch-range.html: Added.
2558 * fast/forms/ValidityState-stepMismatch-unsupported-expected.txt: Added.
2559 * fast/forms/ValidityState-stepMismatch-unsupported.html: Added.
2560 * fast/forms/input-step-expected.txt: Added.
2561 * fast/forms/input-step.html: Added.
2562 * fast/forms/script-tests/ValidityState-stepMismatch-number.js: Added.
2563 * fast/forms/script-tests/ValidityState-stepMismatch-range.js: Added.
2564 * fast/forms/script-tests/ValidityState-stepMismatch-unsupported.js: Added.
2565 * fast/forms/script-tests/input-step.js: Added.
2567 2009-11-18 Shu Chang <Chang.Shu@nokia.com>
2569 Reviewed by Eric Seidel.
2571 [Qt] Update expected result after Qt4.6 upgrade.
2572 https://bugs.webkit.org/show_bug.cgi?id=31560
2574 Test: LayoutTests/editing/deleting/5408255.html
2576 * platform/qt/editing/deleting/5408255-expected.txt:
2578 2009-11-18 Daniel Bates <dbates@webkit.org>
2580 Reviewed by Dave Hyatt.
2582 https://bugs.webkit.org/show_bug.cgi?id=24971
2584 <rdar://problem/7138265>
2586 Tests that setting the height of a table row programmatically (via JavaScript)
2587 recalculates the height of the rows in the table.
2589 * fast/table/row-height-recalc2.html: Added.
2590 * platform/mac/fast/table/row-height-recalc2-expected.checksum: Added.
2591 * platform/mac/fast/table/row-height-recalc2-expected.png: Added.
2592 * platform/mac/fast/table/row-height-recalc2-expected.txt: Added.
2593 * platform/qt/fast/table/row-height-recalc2-expected.checksum: Added.
2594 * platform/qt/fast/table/row-height-recalc2-expected.png: Added.
2595 * platform/qt/fast/table/row-height-recalc2-expected.txt: Added.
2596 * platform/win/fast/table/row-height-recalc2-expected.checksum: Added.
2597 * platform/win/fast/table/row-height-recalc2-expected.png: Added.
2598 * platform/win/fast/table/row-height-recalc2-expected.txt: Added.
2600 2009-11-18 Julie Parent <jparent@chromium.org>
2602 Reviewed by Eric Seidel.
2604 Reduce flakiness in zero-duration-with-non-zero-delay-end.html by
2605 increasing a timeout.
2607 https://bugs.webkit.org/show_bug.cgi?id=31646
2609 * transitions/zero-duration-with-non-zero-delay-end.html:
2611 2009-11-18 Oliver Hunt <oliver@apple.com>
2613 Update expected results of fixed test.
2615 * fast/profiler/throw-exception-from-eval-expected.txt:
2617 2009-11-18 Oliver Hunt <oliver@apple.com>
2619 Reviewed by Alexey Proskuryakov.
2621 Interpreter may do an out of range access when throwing an exception in the profiler.
2622 https://bugs.webkit.org/show_bug.cgi?id=31635
2624 Correct this test so that it is actually testing what it is intended to.
2626 * fast/profiler/throw-exception-from-eval.html:
2628 2009-11-18 Alexey Proskuryakov <ap@apple.com>
2630 Disabling WebSocket tests on Tiger back, they still hang.
2632 * platform/mac-tiger/Skipped:
2634 2009-11-17 Julie Parent <jparent@chromium.org>
2636 Reviewed by Dmitry Titov.
2638 Eliminate flakiness in file-URL-with-port-number by removing a setTimeout.
2639 The timeout caused the test to fail about 2% of the time on the Chromium builders.
2640 The timeout exists to catch cases where the iframe does not load, but the test
2641 framework already will handle this (albeit with a longer timeout).
2643 * fast/loader/file-URL-with-port-number.html:
2645 2009-11-18 Ben Murdoch <benm@google.com>
2647 Reviewed by Darin Adler.
2649 HTMLAnchorElement is inconsistent with its internal handling of the value returned for the href attribute.
2650 https://bugs.webkit.org/show_bug.cgi?id=31593
2652 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-whitespace.js: Added.
2653 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace-expected.txt: Added.
2654 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html: Added.
2656 2009-11-18 Alexey Proskuryakov <ap@apple.com>
2658 Trying to enable WebSocket tests on Tiger again, now that bug 31603 is fixed.
2660 * platform/mac-tiger/Skipped:
2662 2009-11-18 Martin Robinson <martin.james.robinson@gmail.com>
2664 Reviewed by Gustavo Noronha.
2666 [GTK] Tab key does not cycle through elements by default
2667 https://bugs.webkit.org/show_bug.cgi?id=31505
2669 Improve fast/events/keypress-insert-tab.html to test that the
2670 TabKeyCyclesThroughElements setting is true by default and
2673 * fast/events/keypress-insert-tab.html:
2675 2009-11-18 Benjamin Poulain <benjamin.poulain@nokia.com>
2677 Reviewed by Simon Hausmann.
2679 [Qt] WebKit crashes when loading certain SVG images
2681 Added a test for a crash of QtWebkit when loading SVG images.
2683 https://bugs.webkit.org/show_bug.cgi?id=29443
2685 * svg/text/resources/text-font-invalid.svg: Added.
2686 * svg/text/text-font-invalid-expected.txt: Added.
2687 * svg/text/text-font-invalid.html: Added.
2689 2009-11-17 Hayato Ito <hayato@google.com>
2691 Reviewed by Darin Adler.
2693 Avoid infinite mutual recursion when deeply nested tags are loaded
2694 https://bugs.webkit.org/show_bug.cgi?id=30651
2696 * fast/parser/block-nesting-cap-table-expected.txt: Added.
2697 * fast/parser/block-nesting-cap-table.html: Added.
2698 * fast/parser/script-tests/block-nesting-cap-table.js: Added.
2700 2009-11-17 Johnny Ding <jnd@chromium.org>
2702 Reviewed by Darin Adler.
2704 In all valid script tags for JavaScript, the event handler in <script...for> should not get executed.
2705 Change the original test to pure js test, and test the situation about script tags which have text or language attribute.
2706 https://bugs.webkit.org/show_bug.cgi?id=31567
2708 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt:
2709 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html:
2710 * fast/dom/HTMLScriptElement/script-tests: Added.
2711 * fast/dom/HTMLScriptElement/script-tests/script-for-attribute-unexpected-execution.js: Added.
2712 (ScriptForAttributeExecute):
2714 2009-11-17 Mark Rowe <mrowe@apple.com>
2716 Reviewed by Alexey Proskuryakov.
2718 <http://webkit.org/b/31602> Failing to start the WebSocket server shouldn’t terminate entire test run
2720 * websocket/resources/server-failed-to-start.html: Error page that will be loaded in place of websocket
2721 tests when the server fails to start.
2723 2009-11-17 Brian Weinstein <bweinstein@apple.com>
2725 Rubber-stamped by Pavel Feldman.
2727 Skip inspector tests that are flaky on Windows Release - this is being tracked by:
2728 https://bugs.webkit.org/show_bug.cgi?id=31596.
2730 * platform/win/Skipped:
2732 2009-11-16 Julie Parent <jparent@chromium.org>
2734 Reviewed by Darin Adler.
2736 Eliminate flakiness in char-encoding tests by removing setTimeout,
2737 that was working around an old issue.
2738 https://bugs.webkit.org/show_bug.cgi?id=31571
2740 * fast/encoding/char-encoding-mac.html:
2741 * fast/encoding/char-encoding.html:
2742 * fast/encoding/resources/char-encoding-utils.js:
2744 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
2746 Not reviewed, follow up to r51072: rename skipped entries
2747 * platform/qt/Skipped:
2749 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
2751 Reviewed by Kenneth Rohde Christiansen.
2753 [Qt] Crashing tests after updating to Qt-4.6.0
2754 https://bugs.webkit.org/show_bug.cgi?id=31591
2756 * platform/qt/Skipped: Put tests into skiplist temporarily.
2758 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
2760 Not reviewed, tests fix. Follow up to r51072: move
2761 platform-specific results for fast/inspector into
2762 fast/inspector-support.
2764 * platform/mac/fast/inspector-support/matchedrules-expected.checksum: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.checksum.
2765 * platform/mac/fast/inspector-support/matchedrules-expected.png: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.png.
2766 * platform/mac/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.txt.
2767 * platform/mac/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/style-expected.txt.
2768 * platform/qt/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/matchedrules-expected.txt.
2769 * platform/qt/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/style-expected.txt.
2771 2009-11-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2773 Actually skip the inspector console tests while the problem
2774 discussed in https://bugs.webkit.org/show_bug.cgi?id=31472 is
2777 * platform/gtk/Skipped:
2779 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
2781 Not reviewed, build fix. Follow up to r51072: rename skipped entries
2782 for the tests that were moved.
2784 * platform/gtk/Skipped:
2785 * platform/qt/Skipped:
2787 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
2789 Reviewed by Timothy Hatcher.
2791 Web Inspector: Make DRT show web inspector for tests in inspector/ folder.
2792 - Updated DRT to show/close inspector for all tests under /inspector
2793 - Introduced LayoutTestController::setTimelineProfilingEnabled and
2794 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
2795 - Removed reload on each inspector test
2796 - Renamed fast/inspector to fast/inspector-support in order not to trigger
2797 inspector for those.
2798 - Reimplemented timeline tests in order to get rid of reload there.
2799 - Moved tests that don't require harness into the fast group.
2801 https://bugs.webkit.org/show_bug.cgi?id=31472
2803 * fast/inspector-support/cssURLQuotes-expected.txt: Renamed from LayoutTests/fast/inspector/cssURLQuotes-expected.txt.
2804 * fast/inspector-support/cssURLQuotes.html: Renamed from LayoutTests/fast/inspector/cssURLQuotes.html.
2805 * fast/inspector-support/matchedrules.html: Renamed from LayoutTests/fast/inspector/matchedrules.html.
2806 * fast/inspector-support/style.html: Renamed from LayoutTests/fast/inspector/style.html.
2807 * fast/inspector-support/uncaught-dom1-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom1-exception-expected.txt.
2808 * fast/inspector-support/uncaught-dom1-exception.html: Renamed from LayoutTests/inspector/uncaught-dom1-exception.html.
2809 * fast/inspector-support/uncaught-dom3-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom3-exception-expected.txt.
2810 * fast/inspector-support/uncaught-dom3-exception.html: Renamed from LayoutTests/inspector/uncaught-dom3-exception.html.
2811 * fast/inspector-support/uncaught-dom8-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom8-exception-expected.txt.
2812 * fast/inspector-support/uncaught-dom8-exception.html: Renamed from LayoutTests/inspector/uncaught-dom8-exception.html.
2813 * inspector/inspector-test.js:
2815 (evaluateInWebInspector):
2817 * inspector/resources/timeline-iframe-data.html: Added.
2818 * inspector/timeline-layout-expected.txt:
2819 * inspector/timeline-layout.html:
2820 * inspector/timeline-mark-timeline.html:
2821 * inspector/timeline-paint.html:
2822 * inspector/timeline-parse-html-expected.txt:
2823 * inspector/timeline-parse-html.html:
2824 * inspector/timeline-recalculate-styles-expected.txt:
2825 * inspector/timeline-recalculate-styles.html:
2826 * inspector/timeline-script-tag-1-expected.txt:
2827 * inspector/timeline-script-tag-1.html:
2828 * inspector/timeline-script-tag-2-expected.txt:
2829 * inspector/timeline-script-tag-2.html:
2830 * inspector/timeline-script-tag-2.js:
2831 * inspector/timeline-test.js:
2832 (printTimelineRecords):
2834 (dumpTimelineRecords):
2836 (frontend_getTimelineResults):
2838 2009-11-17 Yuta Kitamura <yutak@chromium.org>
2840 Reviewed by Eric Seidel.
2842 Fix http tests so that they do not submit a GET form to about:blank.
2844 Original tests expected that submitting an empty form to <about:blank> navigates
2845 the browser to <about:blank?>, not <about:blank>. However, some other browsers
2846 do not act like Safari, and in fact the layout test runner of Chromium was
2847 failing to run these tests.
2849 Prior to this patch, a test that only checks this behavior was added, so now
2850 we can remove the dependency on it from these tests.
2852 Some HTTP tests submit a GET form to about:blank
2853 https://bugs.webkit.org/show_bug.cgi?id=30423
2855 * http/tests/navigation/onload-navigation-iframe-2-expected.txt:
2856 * http/tests/navigation/onload-navigation-iframe-2.html:
2857 * http/tests/navigation/onload-navigation-iframe-expected.txt:
2858 * http/tests/navigation/onload-navigation-iframe-timeout-expected.txt:
2859 * http/tests/navigation/onload-navigation-iframe-timeout.html:
2860 * http/tests/navigation/onload-navigation-iframe.html:
2861 * http/tests/navigation/resources/blank.txt: Added.
2863 2009-11-17 Yuta Kitamura <yutak@chromium.org>
2865 Reviewed by Darin Adler.
2867 Add a test to check the behavior of submitting a GET form to <about:blank>.
2869 Currently Safari redirects the browser to <about:blank?>, while some other
2870 browsers do not (including Firefox and Chromium). The objective of this test is
2871 to express the current behavior of Safari and to become ready to remove
2872 unintentional dependency on it from several tests.
2874 Some HTTP tests submit a GET form to about:blank
2875 https://bugs.webkit.org/show_bug.cgi?id=30423
2877 * fast/forms/get-forms-to-about-blank-expected.txt: Added.
2878 * fast/forms/get-forms-to-about-blank.html: Added.
2880 2009-11-16 Alexey Proskuryakov <ap@apple.com>
2882 Disabling WebSocket tests on Tiger and Windows again, as they still time out.
2884 * platform/mac-tiger/Skipped:
2885 * platform/win/Skipped:
2887 2009-11-16 Chris Fleizach <cfleizach@apple.com>
2889 Reviewed by Beth Dakin.
2891 AX: aria-labelledby duplicates some of its WAI-ARIA label
2892 https://bugs.webkit.org/show_bug.cgi?id=31565
2894 * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
2895 * accessibility/aria-labelledby-overrides-label.html: Added.
2896 * platform/gtk/Skipped:
2897 * platform/win/Skipped:
2899 2009-11-16 Kenneth Russell <kbr@google.com>
2901 Reviewed by Oliver Hunt.
2903 Update API of WebGLArray and friends
2904 https://bugs.webkit.org/show_bug.cgi?id=31175
2906 * fast/canvas/webgl/array-unit-tests-expected.txt:
2907 * fast/canvas/webgl/array-unit-tests.html:
2909 2009-11-16 Alexey Proskuryakov <ap@apple.com>
2911 Re-enabling WebSocket tests on Tiger and Windows, now that SSL is disabled.
2913 * platform/mac-tiger/Skipped:
2914 * platform/win/Skipped:
2916 2009-11-14 Antonio Gomes <tonikitoo@webkit.org>
2918 Reviewed by Antti Koivisto.
2920 [Qt] Broken back/forward after using ErrorPageExtension to set error page
2921 https://bugs.webkit.org/show_bug.cgi?id=30573
2923 Skipped fast/history/back-forward-reset-after-error-handling.html
2924 in mac, gtk and win DRT, because their DRT do not support yet
2925 error pages handling.
2927 * fast/history/back-forward-reset-after-error-handling.html:
2928 * platform/gtk/Skipped:
2929 * platform/mac/Skipped:
2930 * platform/win/Skipped:
2932 2009-11-16 Kenneth Rohde Christiansen <kenneth@webkit.org>
2934 Rubberstamped by Simon Hausmann.
2936 Added new Qt expected results for animation tests.
2938 * platform/qt/animations/change-transform-in-end-event-expected.txt: Added.
2939 * platform/qt/animations/state-at-end-event-expected.txt: Added.
2940 * platform/qt/animations/state-at-end-event-transform-expected.txt: Added.
2942 2009-11-15 Chris Fleizach <cfleizach@apple.com>
2944 Fixing broken layout test.
2946 Need to implement ARIA role="directory"
2947 https://bugs.webkit.org/show_bug.cgi?id=31516
2949 Lists are not supported on Leopard or Tiger, so the test for this
2950 bug needs to be skipped.
2952 * platform/mac-leopard/Skipped:
2953 * platform/mac-tiger/Skipped:
2955 2009-11-14 Chris Fleizach <cfleizach@apple.com>
2957 Reviewed by Darin Adler.
2959 Need to implement ARIA role="directory"
2960 https://bugs.webkit.org/show_bug.cgi?id=31516
2962 * platform/mac/accessibility/aria-directory-expected.txt: Added.
2963 * platform/mac/accessibility/aria-directory.html: Added.
2965 2009-11-14 Adele Peterson <adele@apple.com>
2967 Reviewed by Dan Bernstein.
2969 Test for <rdar://problem/6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp
2971 * fast/overflow/line-clamp.html: Added.
2972 * platform/mac/fast/overflow/line-clamp-expected.checksum: Added.
2973 * platform/mac/fast/overflow/line-clamp-expected.png: Added.
2974 * platform/mac/fast/overflow/line-clamp-expected.txt: Added.
2976 2009-11-14 Kent Tamura <tkent@chromium.org>
2978 Reviewed by Darin Adler.
2980 Add tests for reading/writing .type property of HTMLInputElement.
2981 https://bugs.webkit.org/show_bug.cgi?id=29004
2983 * fast/forms/input-type-change3-expected.txt: Added.
2984 * fast/forms/input-type-change3.html: Added.
2985 * fast/forms/script-tests/input-type-change3.js: Added.
2987 2009-11-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2989 Skip new test that needs new DRT infrastructure, with bug filled.
2991 * platform/gtk/Skipped:
2993 2009-11-13 Chris Fleizach <cfleizach@apple.com>
2995 Reviewed by Darin Adler.
2997 WAI-ARIA: checkbox does not determine its label from text content
2998 https://bugs.webkit.org/show_bug.cgi?id=31456
3000 * accessibility/aria-checkbox-text.html: Added.
3001 * platform/gtk/Skipped:
3002 * platform/mac/accessibility/aria-checkbox-text-expected.txt: Added.
3003 * platform/win/Skipped:
3005 2009-11-13 Alexey Proskuryakov <ap@apple.com>
3007 Disable websocket tests on Tiger, as they time out.
3009 Filed <https://bugs.webkit.org/show_bug.cgi?id=31501> to investigate this issue.
3011 * platform/mac-tiger/Skipped:
3013 2009-11-12 Jeremy Orlow <jorlow@chromium.org>
3015 Reviewed by Dmitry Titov.
3017 Now that we're tracking key size in the quota, we can't fit as much in.
3018 https://bugs.webkit.org/show_bug.cgi?id=31451
3020 * storage/domstorage/quota-expected.txt:
3021 * storage/domstorage/script-tests/quota.js:
3024 2009-11-13 Shinichiro Hamaji <hamaji@chromium.org>
3026 Reviewed by Darin Adler.
3028 WebCore::externalRepresentation should update layout before getting render object
3029 https://bugs.webkit.org/show_bug.cgi?id=31459
3031 Before this change, the render tree output for this test was wrong.
3032 Note that #FF0000 (red) becomes #008000 (green) now.
3034 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
3036 2009-11-04 Adam Roben <aroben@apple.com>
3038 Test that delegates can modify global objects in isolated worlds
3040 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
3041 window objects in isolated worlds are cleared
3043 Reviewed by Dave Hyatt.
3045 * http/tests/security/isolatedWorld/didClearWindowObject-expected.txt: Added.
3046 * http/tests/security/isolatedWorld/didClearWindowObject.html: Added.
3047 Tests that the global object in the normal world does not have a
3048 __worldID property, and that the global object in isolated worlds has
3049 a __worldID property whose value is equal to the world's ID.
3051 2009-11-13 Dumitru Daniliuc <dumi@chromium.org>
3053 Reviewed by Eric Seidel.
3055 Remove the unnecessary call to dumpDatabaseCallbacks().
3057 https://bugs.webkit.org/show_bug.cgi?id=31495
3059 * storage/hash-change-with-xhr.html:
3061 2009-11-13 Hironori Bono <hbono@chromium.org>
3063 Reviewed by Oliver Hunt.
3065 Implement composition events introduced in DOM Level 3.
3066 This change adds a new IDL which defines the composition events, adds a class which
3067 implements the composition events, and sends the composition events according to
3069 https://bugs.webkit.org/show_bug.cgi?id=26310
3071 * fast/events/ime-composition-events-001-expected.txt: Added.
3072 * fast/events/ime-composition-events-001.html: Added.
3073 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
3074 * platform/qt/Skipped: ditto.
3075 * platform/win/Skipped: ditto.
3077 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
3079 Reviewed by Simon Hausmann.
3081 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
3083 * platform/qt/SuppressedValgrindErrors: Added.
3085 2009-11-13 Alexey Proskuryakov <ap@apple.com>
3087 Disable websocket tests on Windows, as the server cannot start on buildbot.
3089 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
3091 * platform/win/Skipped:
3093 2009-11-12 Alexey Proskuryakov <ap@apple.com>
3095 Reviewed by Darin Adler.
3097 https://bugs.webkit.org/show_bug.cgi?id=31441
3098 Implement SocketStreamCFNet
3100 * platform/mac/Skipped:
3101 * platform/win/Skipped:
3102 Enables tests in websocket directory.
3104 2009-11-13 Dmitry Titov <dimich@chromium.org>
3106 Reviewed by Darin Adler.
3108 Fix worker-timeout.html layout test that fails in Chromium harness.
3109 https://bugs.webkit.org/show_bug.cgi?id=31452
3111 * fast/workers/worker-timeout.html:
3112 Stop logging timer messages at the same time as calling NotifyDone() because
3113 in test harness Chromium uses for workers it does not capture the output immediately.
3115 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
3117 Reviewed by Adam Barth.
3119 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
3120 Rolling back r50890.
3122 https://bugs.webkit.org/show_bug.cgi?id=31467
3124 * http/tests/security/calling-versus-current-expected.txt: Removed.
3125 * http/tests/security/calling-versus-current.html: Removed.
3127 2009-11-13 Dirk Schulze <krit@webkit.org>
3129 Reviewed by Gustavo Noronha.
3131 Skip fast/canvas/canvas-shadow.html we need to enable filters
3132 on cairo to pass this test.
3134 * platform/gtk/Skipped:
3136 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3138 Skip one more new test.
3140 * platform/gtk/Skipped:
3142 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
3144 Reviewed by Adam Barth.
3146 The document-html and window-html tests don't use a setTimeout to notify that the
3147 test is completed. The layout test plugin now issues the notifyDone call via
3150 https://bugs.webkit.org/show_bug.cgi?id=31067
3152 * plugins/document-open.html:
3153 * plugins/window-open.html:
3155 2009-11-12 Kinuko Yasuda <kinuko@google.com>
3157 Reviewed by Adam Barth.
3159 Makes the output of fast/events/mouse-click-events.html independent
3161 https://bugs.webkit.org/show_bug.cgi?id=31405
3163 * fast/events/mouse-click-events-expected.txt:
3164 * fast/events/script-tests/mouse-click-events.js:
3166 2009-11-12 Simon Fraser <simon.fraser@apple.com>
3168 Reviewed by Dan Bernstein.
3170 Transformed reflected elements are clipped inside element with opacity
3171 https://bugs.webkit.org/show_bug.cgi?id=30957
3173 Testcase for reflected and transformed elements inside an opacity layer.
3175 * fast/reflections/opacity-reflection-transform.html: Added.
3176 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
3177 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
3178 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
3180 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
3182 Reviewed by Gustavo Noronha Silva.
3184 https://bugs.webkit.org/show_bug.cgi?id=30997
3185 [Gtk] Implemment AtkDocument
3187 Added testing support for AtkDocument implementation.
3189 * accessibility/document-attributes.html: Added.
3190 * accessibility/document-attributes-expected.txt: Added.
3191 * platform/mac/Skipped:
3192 * platform/win/Skipped:
3194 2009-11-11 Dirk Schulze <krit@webkit.org>
3196 Reviewed by Simon Fraser.
3198 Some tests for canvas shadow.
3200 * fast/canvas/canvas-shadow-expected.txt: Added.
3201 * fast/canvas/canvas-shadow.html: Added.
3202 * fast/canvas/script-tests/canvas-shadow.js: Added.
3204 2009-11-12 Brian Weinstein <bweinstein@apple.com>
3206 Rubber-stamped by Steve Falkenburg.
3208 Add failing tests to Skipped list.
3210 * platform/win/Skipped:
3212 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3214 Skipping tests that fail intermitently.
3216 * platform/gtk/Skipped:
3218 2009-11-12 Sam Weinig <sam@webkit.org>
3220 Reviewed by Oliver Hunt.
3222 Test for <rdar://problem/7267951>
3223 Canvas methods should reject uses of NaN and Infinity.
3225 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
3226 * fast/canvas/canvas-with-illegal-args.html: Added.
3227 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
3229 2009-11-12 Mark Rowe <mrowe@apple.com>
3231 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
3233 * platform/mac-leopard/Skipped:
3234 * platform/mac-tiger/Skipped:
3236 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3238 Skipping one more new test, and a number of other tests, with bugs
3241 * platform/gtk/Skipped:
3243 2009-11-12 Mark Rowe <mrowe@apple.com>
3245 Fix results for fast/dom/Window/window-properties.html after r50893.
3247 * fast/dom/Window/window-properties-expected.txt:
3249 2009-11-12 Mark Rowe <mrowe@apple.com>
3251 Rubber-stamped by Anders Carlsson.
3253 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
3254 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
3256 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
3257 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
3259 2009-11-12 Mark Rowe <mrowe@apple.com>
3261 Rubber-stamped by Brady Eidson.
3263 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
3265 * 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.
3266 * 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.
3267 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
3268 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
3270 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3272 Unreviewed. Skipped new tests, a test that keeps failing despite
3273 not failing locally, and a new DnD test.
3275 * platform/gtk/Skipped:
3277 2009-11-12 Eric Carlson <eric.carlson@apple.com>
3279 Unreviewed, build fix.
3281 Skipped tests need path relative to LayoutTests folder, not just
3284 * platform/gtk/Skipped:
3285 * platform/mac-leopard/Skipped:
3286 * platform/mac-tiger/Skipped:
3287 * platform/win/Skipped:
3289 2009-11-12 Eric Carlson <eric.carlson@apple.com>
3291 Reviewed by Dan Bernstein.
3293 <rdar://problem/7388969> Add DOM API for fullscreen video
3295 Tests for fullscreen <video> DOM API.
3297 * media/media-fullscreen-inline-expected.txt: Added.
3298 * media/media-fullscreen-inline.html: Added.
3299 * media/media-fullscreen-not-in-document-expected.txt: Added.
3300 * media/media-fullscreen-not-in-document.html: Added.
3301 * media/media-fullscreen.js: Added.
3303 * platform/gtk/Skipped:
3304 * platform/mac-leopard/Skipped:
3305 * platform/mac-tiger/Skipped:
3306 * platform/win/Skipped:
3307 Skipped on platforms that don't support fullscreen yet.
3309 2009-11-12 Alexey Proskuryakov <ap@apple.com>
3311 Reviewed by David Levin.
3313 https://bugs.webkit.org/show_bug.cgi?id=31426
3314 Some WebSocket tests don't properly listen to close event
3316 * websocket/tests/script-tests/handshake-error.js:
3317 * websocket/tests/script-tests/simple.js:
3318 Made the tests clear second-chance timer on finish, avoiding confusing output when running
3321 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
3322 * websocket/tests/script-tests/frame-length-skip.js:
3323 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
3324 * websocket/tests/frame-length-skip-expected.txt:
3325 These tests now finish properly.
3327 * websocket/tests/handshake-error-expected.txt:
3328 * websocket/tests/simple-expected.txt:
3329 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
3330 change anything, I assume that it should be there.
3332 2009-11-12 Adam Barth <abarth@webkit.org>
3334 Reviewed by Dimitri Glazkov.
3336 [Chromium] Sify compose button alerts error
3337 https://bugs.webkit.org/show_bug.cgi?id=31394
3339 Test that we're using the calling security context in a simple case.
3341 * http/tests/security/calling-versus-current-expected.txt: Added.
3342 * http/tests/security/calling-versus-current.html: Added.
3344 2009-11-12 Daniel Bates <dbates@webkit.org>
3346 Reviewed by Darin Adler.
3348 https://bugs.webkit.org/show_bug.cgi?id=30291
3350 Rebased results for existing test case fast/events/drag-and-drop.html
3353 Now, we can run the part of the test when effectAllowed == "uninitialized".
3355 * fast/events/drag-and-drop-expected.txt: Rebased results.
3356 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
3358 2009-11-12 Chris Fleizach <cfleizach@apple.com>
3360 Reviewed by Darin Adler.
3362 ARIA: add alert type roles
3363 https://bugs.webkit.org/show_bug.cgi?id=31392
3365 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
3366 * platform/mac/accessibility/aria-alerts.html: Added.
3368 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3370 Rubber-stamped by Tor Arne Vestbø.
3372 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
3374 * platform/qt/css1/basic/class_as_selector-expected.txt:
3375 * platform/qt/css1/basic/comments-expected.txt:
3376 * platform/qt/css1/basic/containment-expected.txt:
3377 * platform/qt/css1/basic/contextual_selectors-expected.txt:
3378 * platform/qt/css1/basic/grouping-expected.txt:
3379 * platform/qt/css1/basic/id_as_selector-expected.txt:
3380 * platform/qt/css1/basic/inheritance-expected.txt:
3381 * platform/qt/css1/box_properties/acid_test-expected.txt:
3382 * platform/qt/css1/box_properties/border-expected.txt:
3383 * platform/qt/css1/box_properties/border_bottom-expected.txt:
3384 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
3385 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
3386 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
3387 * platform/qt/css1/box_properties/border_color-expected.txt:
3388 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
3389 * platform/qt/css1/box_properties/border_inline-expected.txt:
3390 * platform/qt/css1/box_properties/border_left-expected.txt:
3391 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
3392 * platform/qt/css1/box_properties/border_left_width-expected.txt:
3393 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
3394 * platform/qt/css1/box_properties/border_right-expected.txt:
3395 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
3396 * platform/qt/css1/box_properties/border_right_width-expected.txt:
3397 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
3398 * platform/qt/css1/box_properties/border_style-expected.txt:
3399 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
3400 * platform/qt/css1/box_properties/border_top-expected.txt:
3401 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
3402 * platform/qt/css1/box_properties/border_top_width-expected.txt:
3403 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
3404 * platform/qt/css1/box_properties/border_width-expected.txt:
3405 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
3406 * platform/qt/css1/box_properties/clear-expected.txt:
3407 * platform/qt/css1/box_properties/clear_float-expected.txt:
3408 * platform/qt/css1/box_properties/float-expected.txt:
3409 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
3410 * platform/qt/css1/box_properties/float_margin-expected.txt:
3411 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
3412 * platform/qt/css1/box_properties/height-expected.txt:
3413 * platform/qt/css1/box_properties/margin-expected.txt:
3414 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
3415 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
3416 * platform/qt/css1/box_properties/margin_inline-expected.txt:
3417 * platform/qt/css1/box_properties/margin_left-expected.txt:
3418 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
3419 * platform/qt/css1/box_properties/margin_right-expected.txt:
3420 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
3421 * platform/qt/css1/box_properties/margin_top-expected.txt:
3422 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
3423 * platform/qt/css1/box_properties/padding-expected.txt:
3424 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
3425 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
3426 * platform/qt/css1/box_properties/padding_inline-expected.txt:
3427 * platform/qt/css1/box_properties/padding_left-expected.txt:
3428 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
3429 * platform/qt/css1/box_properties/padding_right-expected.txt:
3430 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
3431 * platform/qt/css1/box_properties/padding_top-expected.txt:
3432 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
3433 * platform/qt/css1/box_properties/width-expected.txt:
3434 * platform/qt/css1/cascade/cascade_order-expected.txt:
3435 * platform/qt/css1/cascade/important-expected.txt:
3436 * platform/qt/css1/classification/display-expected.txt:
3437 * platform/qt/css1/classification/list_style-expected.txt:
3438 * platform/qt/css1/classification/list_style_image-expected.txt:
3439 * platform/qt/css1/classification/list_style_position-expected.txt:
3440 * platform/qt/css1/classification/list_style_type-expected.txt:
3441 * platform/qt/css1/classification/white_space-expected.txt:
3442 * platform/qt/css1/color_and_background/background-expected.txt:
3443 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
3444 * platform/qt/css1/color_and_background/background_color-expected.txt:
3445 * platform/qt/css1/color_and_background/background_image-expected.txt:
3446 * platform/qt/css1/color_and_background/background_position-expected.txt:
3447 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
3448 * platform/qt/css1/color_and_background/color-expected.txt:
3449 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
3450 * platform/qt/css1/font_properties/font-expected.txt:
3451 * platform/qt/css1/font_properties/font_family-expected.txt:
3452 * platform/qt/css1/font_properties/font_size-expected.txt:
3453 * platform/qt/css1/font_properties/font_style-expected.txt:
3454 * platform/qt/css1/font_properties/font_variant-expected.txt:
3455 * platform/qt/css1/font_properties/font_weight-expected.txt:
3456 * platform/qt/css1/formatting_model/canvas-expected.txt:
3457 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
3458 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
3459 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
3460 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
3461 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
3462 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
3463 * platform/qt/css1/pseudo/anchor-expected.txt:
3464 * platform/qt/css1/pseudo/firstletter-expected.txt:
3465 * platform/qt/css1/pseudo/firstline-expected.txt:
3466 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
3467 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
3468 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
3469 * platform/qt/css1/text_properties/line_height-expected.txt:
3470 * platform/qt/css1/text_properties/text_align-expected.txt:
3471 * platform/qt/css1/text_properties/text_decoration-expected.txt:
3472 * platform/qt/css1/text_properties/text_indent-expected.txt:
3473 * platform/qt/css1/text_properties/text_transform-expected.txt:
3474 * platform/qt/css1/text_properties/vertical_align-expected.txt:
3475 * platform/qt/css1/text_properties/word_spacing-expected.txt:
3476 * platform/qt/css1/units/color_units-expected.txt:
3477 * platform/qt/css1/units/length_units-expected.txt:
3478 * platform/qt/css1/units/percentage_units-expected.txt:
3479 * platform/qt/css1/units/urls-expected.txt:
3480 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
3481 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
3482 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
3483 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
3484 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
3485 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
3486 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
3487 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
3488 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
3489 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
3490 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
3491 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
3492 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
3493 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
3494 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
3495 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
3496 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
3497 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
3498 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
3499 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
3500 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
3501 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
3502 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
3503 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
3504 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
3505 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
3506 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
3507 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
3508 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
3509 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
3510 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
3511 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
3512 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
3513 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
3514 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
3515 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
3516 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
3517 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
3518 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
3519 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
3520 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
3521 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
3522 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
3523 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
3524 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
3525 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
3526 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
3527 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
3528 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
3529 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
3530 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
3531 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
3532 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
3533 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
3534 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
3535 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
3536 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
3537 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
3538 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
3539 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
3540 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
3541 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
3542 * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
3543 * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
3544 * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
3545 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
3546 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
3547 * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
3548 * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
3549 * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
3550 * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
3551 * platform/qt/css2.1/t1202-counter-15-b-expected.txt:
3552 * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
3553 * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
3554 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
3555 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
3556 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
3557 * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
3558 * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
3559 * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
3560 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
3561 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
3562 * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
3563 * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
3564 * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
3565 * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
3566 * platform/qt/css2.1/t1202-counters-15-b-expected.txt:
3567 * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
3568 * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
3569 * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
3570 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
3571 * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
3572 * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
3573 * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
3574 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
3575 * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
3576 * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
3577 * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
3578 * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
3579 * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
3580 * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
3581 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
3582 * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
3583 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
3584 * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
3585 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
3586 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
3587 * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
3588 * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
3589 * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
3590 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
3591 * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
3592 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
3593 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
3594 * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
3595 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
3596 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
3597 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
3598 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
3599 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
3600 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
3601 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
3602 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
3603 * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
3604 * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
3605 * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
3606 * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
3607 * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
3608 * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
3609 * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
3610 * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
3611 * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
3612 * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
3613 * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
3614 * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
3615 * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
3616 * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
3617 * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
3618 * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
3619 * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
3620 * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
3621 * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
3622 * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
3623 * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
3624 * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
3625 * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
3626 * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
3627 * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
3628 * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
3629 * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
3630 * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
3631 * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
3632 * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
3633 * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
3634 * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
3635 * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
3636 * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
3637 * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
3638 * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
3639 * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
3640 * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
3641 * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
3642 * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
3643 * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
3644 * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
3645 * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
3646 * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
3647 * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
3648 * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
3649 * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
3650 * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
3651 * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
3652 * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
3653 * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
3654 * platform/qt/fast/backgrounds/001-expected.txt:
3655 * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt:
3656 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
3657 * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
3658 * platform/qt/fast/backgrounds/background-position-1-expected.txt:
3659 * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
3660 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
3661 * platform/qt/fast/backgrounds/mask-composite-expected.txt:
3662 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
3663 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
3664 * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
3665 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
3666 * platform/qt/fast/backgrounds/size/zero-expected.txt:
3667 * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
3668 * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt:
3669 * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt:
3670 * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt:
3671 * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt:
3672 * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt:
3673 * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt:
3674 * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
3675 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
3676 * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
3677 * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
3678 * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
3679 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
3680 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
3681 * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
3682 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3683 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3684 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3685 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3686 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3687 * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
3688 * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
3689 * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
3690 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3691 * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
3692 * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
3693 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
3694 * platform/qt/fast/borders/border-radius-constraints-expected.txt:
3695 * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
3696 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
3697 * platform/qt/fast/box-shadow/inset-expected.txt:
3698 * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
3699 * platform/qt/fast/canvas/canvas-before-css-expected.txt:
3700 * platform/qt/fast/canvas/canvas-composite-expected.txt:
3701 * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt:
3702 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt:
3703 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt:
3704 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt:
3705 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt:
3706 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt:
3707 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt:
3708 * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt:
3709 * platform/qt/fast/canvas/canvas-zoom-expected.txt:
3710 * platform/qt/fast/canvas/drawImage-expected.txt:
3711 * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt:
3712 * platform/qt/fast/canvas/image-pattern-rotate-expected.txt:
3713 * platform/qt/fast/canvas/shadow-offset-1-expected.txt:
3714 * platform/qt/fast/canvas/shadow-offset-2-expected.txt:
3715 * platform/qt/fast/canvas/shadow-offset-3-expected.txt:
3716 * platform/qt/fast/canvas/shadow-offset-4-expected.txt:
3717 * platform/qt/fast/canvas/shadow-offset-5-expected.txt:
3718 * platform/qt/fast/canvas/shadow-offset-6-expected.txt:
3719 * platform/qt/fast/canvas/shadow-offset-7-expected.txt:
3720 * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
3721 * platform/qt/fast/css/font-smoothing-expected.txt:
3722 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt:
3723 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
3724 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
3725 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
3726 * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
3727 * platform/qt/fast/css/rem-units-on-root-expected.txt:
3728 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
3729 * platform/qt/fast/css/text-rendering-expected.txt:
3730 * platform/qt/fast/doctypes/001-expected.txt:
3731 * platform/qt/fast/doctypes/002-expected.txt:
3732 * platform/qt/fast/doctypes/004-expected.txt:
3733 * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
3734 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
3735 * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
3736 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
3737 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
3738 * platform/qt/fast/forms/basic-buttons-expected.txt:
3739 * platform/qt/fast/forms/basic-inputs-expected.txt:
3740 * platform/qt/fast/forms/button-style-color-expected.txt:
3741 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
3742 * platform/qt/fast/forms/menulist-style-color-expected.txt:
3743 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
3744 * platform/qt/fast/forms/text-style-color-expected.txt:
3745 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
3746 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
3747 * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt:
3748 * platform/qt/fast/frames/frame-navigation-expected.txt:
3749 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
3750 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
3751 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
3752 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
3753 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
3754 * platform/qt/fast/history/clicked-link-is-visited-expected.txt:
3755 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
3756 * platform/qt/fast/images/image-in-map-expected.txt:
3757 * platform/qt/fast/images/svg-as-background-expected.txt:
3758 * platform/qt/fast/images/svg-width-100p-as-background-expected.txt:
3759 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
3760 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
3761 * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
3762 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
3763 * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
3764 * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
3765 * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
3766 * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
3767 * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
3768 * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
3769 * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
3770 * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
3771 * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
3772 * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
3773 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
3774 * platform/qt/fast/text/international/khmer-selection-expected.txt:
3775 * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
3776 * platform/qt/fast/text/text-letter-spacing-expected.txt:
3777 * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
3778 * platform/qt/fast/xsl/document-function-expected.txt:
3779 * platform/qt/plugins/netscape-dom-access-expected.txt:
3780 * platform/qt/svg/custom/createImageElement2-expected.txt:
3781 * platform/qt/svg/filters/feComposite-expected.txt:
3782 * platform/qt/svg/filters/sourceAlpha-expected.txt:
3783 * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
3784 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
3785 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
3786 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
3787 * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
3788 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
3790 2009-11-12 Shinichiro Hamaji <hamaji@chromium.org>
3792 Unreviewed test fix by skipping a new test introduced in
3793 https://bugs.webkit.org/show_bug.cgi?id=22249
3795 * platform/gtk/Skipped:
3796 * platform/qt/Skipped:
3797 * platform/win/Skipped:
3799 2009-11-12 Yuta Kitamura <yutak@chromium.org>
3801 Reviewed by Eric Seidel.
3803 Prevent text inside a multi-column block from being split into columns.
3805 If the tentative height of a multi-column block was too small, we need to
3806 expand the block height and try to layout again, in order to prevent text
3807 from being split into different columns.
3809 CSS Multicolumn text is split awkwardly
3810 https://bugs.webkit.org/show_bug.cgi?id=22249
3812 * fast/multicol/single-line.html: Added.
3813 * fast/multicol/single-line-expected.checksum: Added.
3814 * fast/multicol/single-line-expected.png: Added.
3815 * fast/multicol/single-line-expected.txt: Added.
3817 2009-11-11 Kent Tamura <tkent@chromium.org>
3819 Reviewed by Darin Adler.
3821 A test for a bug that RenderFileUploadControl isn't initialized with
3822 multiple files. This test is skipped on ports which have no
3823 eventSender.beginDragWithFiles().
3824 https://bugs.webkit.org/show_bug.cgi?id=31195
3826 * fast/forms/input-file-re-render.html: Added.
3827 * platform/gtk/Skipped:
3828 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
3829 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
3830 * platform/mac/fast/forms/input-file-re-render-expected.txt: Added.
3831 * platform/qt/Skipped:
3832 * platform/win/Skipped:
3834 2009-11-11 Daniel Bates <dbates@webkit.org>
3836 Reviewed by Eric Seidel.
3838 https://bugs.webkit.org/show_bug.cgi?id=31326
3840 Makes the output for test fast/events/drag-and-drop.html pretty.
3841 Now, it is easier to read for a human to read understand the results.
3843 * fast/events/drag-and-drop-expected.txt: Rebased result.
3844 * fast/events/drag-and-drop.html: Modified to make the output pretty.
3846 2009-11-11 Chris Fleizach <cfleizach@apple.com>
3848 Reviewed by Oliver Hunt.
3850 need to implement aria tree roles
3851 https://bugs.webkit.org/show_bug.cgi?id=31284
3853 * accessibility/aria-readonly-expected.txt:
3854 * accessibility/aria-readonly.html:
3855 * platform/mac/accessibility/aria-multiselectable-expected.txt: Added.
3856 * platform/mac/accessibility/aria-multiselectable.html: Added.
3857 * platform/mac/accessibility/aria-tree-expected.txt: Added.
3858 * platform/mac/accessibility/aria-tree.html: Added.
3859 * platform/mac/accessibility/content-editable-expected.txt:
3860 * platform/mac/accessibility/radio-button-group-members-expected.txt:
3862 2009-11-11 Fumitoshi Ukai <ukai@chromium.org>
3864 Reviewed by Alexey Proskuryakov.
3866 Fix WebSocket frame parser of frame_type with high-order bit set.
3867 https://bugs.webkit.org/show_bug.cgi?id=30668
3869 * websocket/tests/frame-length-longer-than-buffer-expected.txt: Added.
3870 * websocket/tests/frame-length-longer-than-buffer.html: Added.
3871 * websocket/tests/frame-length-longer-than-buffer_wsh.py: Added.
3872 * websocket/tests/frame-length-skip-expected.txt: Added.
3873 * websocket/tests/frame-length-skip.html: Added.
3874 * websocket/tests/frame-length-skip_wsh.py: Added.
3875 * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Added.
3876 * websocket/tests/script-tests/frame-length-skip.js: Added.
3878 2009-11-11 Csaba Osztrogonác <ossy@webkit.org>
3880 Put tests into skiplist added in r50830 and r50839 because
3881 layoutTestController.showWebInspector() is unimplemented now.
3883 * platform/qt/Skipped:
3885 2009-11-11 Dirk Pranke <dpranke@chromium.org>
3887 Reviewed by Dmitry Titov.
3889 Rewrite the test to run on a wider variety of screen configurations
3892 https://bugs.webkit.org/show_bug.cgi?id=31373
3894 * fast/dom/Window/window-screen-properties-expected.txt:
3895 * fast/dom/Window/window-screen-properties.html:
3896 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Removed.
3898 2009-11-11 Beth Dakin <bdakin@apple.com>
3900 Reviewed by Simon Fraser.
3902 Tests for https://bugs.webkit.org/show_bug.cgi?id=31382
3903 Make -webkit-color-correction work with shadows
3905 * fast/css/color-correction-on-box-shadow.html: Added.
3906 * fast/css/color-correction-on-text-shadow.html: Added.
3907 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
3908 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
3909 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
3910 * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: Added.
3911 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
3912 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
3914 2009-11-11 Kent Tamura <tkent@chromium.org>
3916 Reviewed by Darin Adler.
3918 Print the file text of a file upload control in DumpRenderTree for ease of tests.
3919 https://bugs.webkit.org/show_bug.cgi?id=31195
3921 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
3922 * platform/mac/fast/forms/box-shadow-override-expected.txt:
3923 * platform/mac/fast/forms/file-input-direction-expected.txt:
3924 * platform/mac/fast/forms/file-input-disabled-expected.txt:
3925 * platform/mac/fast/forms/form-element-geometry-expected.txt:
3926 * platform/mac/fast/forms/hidden-input-file-expected.txt:
3927 * platform/mac/fast/forms/input-appearance-height-expected.txt:
3928 * platform/mac/fast/forms/input-value-expected.txt:
3929 * platform/win/fast/forms/box-shadow-override-expected.txt:
3930 * platform/win/fast/forms/file-input-disabled-expected.txt:
3931 * platform/win/fast/forms/input-appearance-height-expected.txt:
3932 * platform/win/fast/forms/input-value-expected.txt:
3934 2009-11-11 Erik Arvidsson <arv@chromium.org>
3936 Reviewed by Dmitri Titov.
3938 Fix layout test to not call onload on the wrong window after image has
3939 been dropped onto the iframe.
3940 https://bugs.webkit.org/show_bug.cgi?id=30893
3942 * editing/selection/drag-to-contenteditable-iframe.html:
3944 2009-11-11 Brian Weinstein <bweinstein@apple.com>
3946 Reviewed by Beth Dakin.
3948 Unskip the webkit-color-correction tests because the workaround of using
3949 the deviceRGBColorSpace allows the tests to pass on Windows.
3951 * platform/win/Skipped:
3953 2009-11-11 Brian Weinstein <bweinstein@apple.com>
3955 Reviewed by Darin Adler.
3957 Skip the webkit-color-correction tests because they crash on Windows
3958 due to a CoreGraphics bug.
3960 * platform/win/Skipped:
3962 2009-11-11 Eric Z. Ayers <zundel@google.com>
3964 Reviewed by Pavel Feldman.
3966 Timeline tests for records generated for
3967 Layout, Paint, ParseHTML, MarkTimeline, and Style Recalculation
3969 https://bugs.webkit.org/show_bug.cgi?id=31361
3971 * inspector/timeline-layout-expected.txt: Added.
3972 * inspector/timeline-layout.html: Added.
3973 * inspector/timeline-mark-timeline-expected.txt: Added.
3974 * inspector/timeline-mark-timeline.html: Added.
3975 * inspector/timeline-paint-expected.txt: Added.
3976 * inspector/timeline-paint.html: Added.
3977 * inspector/timeline-parse-html-expected.txt: Added.
3978 * inspector/timeline-parse-html.html: Added.
3979 * inspector/timeline-recalculate-styles-expected.txt: Added.
3980 * inspector/timeline-recalculate-styles.html: Added.
3982 2009-11-11 Jessie Berlin <jberlin@webkit.org>
3984 Reviewed by Timothy Hatcher.
3986 Display the correct summary in the web inspector for the padding
3987 shorthand. Also corrects the summaries for the border-color,
3988 border-width, border-style, and margin shorthands.
3990 https://bugs.webkit.org/show_bug.cgi?id=7987
3992 * fast/css/shorthands-four-values-expected.txt: Added.
3993 * fast/css/shorthands-four-values.html: Added.
3995 2009-11-11 Eric Z. Ayers <zundel@google.com>
3997 Reviewed by Pavel Feldman.
3999 Added a test of an externally loaded script tag for Inspector
4001 Fixed identity comparisons.
4003 https://bugs.webkit.org/show_bug.cgi?id=31365
4005 * inspector/timeline-script-tag-1.html:
4006 * inspector/timeline-script-tag-2-expected.txt: Added.
4007 * inspector/timeline-script-tag-2.html: Added.
4008 * inspector/timeline-script-tag-2.js: Added.
4009 * inspector/timeline-test.js:
4011 (timelineAgentTypeToString):
4013 2009-11-11 Antonio Gomes <tonikitoo@webkit.org>
4015 Rubber-stamped by Kenneth Christiansen.
4017 Grouping some of the current skipped plugin tests that fail
4018 due to the same reason: no support for objective-c functions.
4020 * platform/qt/Skipped:
4022 2009-11-11 Daniel Bates <dbates@webkit.org>
4024 Reviewed by Eric Seidel.
4026 https://bugs.webkit.org/show_bug.cgi?id=31334
4028 We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
4029 on both the Qt and GTK builds since there are issues with drag-and-drop support
4032 For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
4033 For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
4035 * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
4036 since there are issues with drag-and-drop support in both GTK and Qt.
4037 * platform/qt/Skipped: Ditto.
4039 2009-11-11 Yuta Kitamura <yutak@chromium.org>
4041 Reviewed by Eric Seidel.
4043 Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
4045 This test checks if the browser crashes after some operations. It doesn't test
4046 any other interesting features, so we can safely make it a dumpAsText test.
4048 https://bugs.webkit.org/show_bug.cgi?id=31335
4050 * fast/inline/dirtyLinesForInline-expected.txt: Added.
4051 * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
4052 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
4053 * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
4054 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
4056 2009-11-11 Eric Z. Ayers <zundel@google.com>
4058 Reviewed by Timothy Hatcher.
4060 Adds a test that dumps the timeline data for a simple script tag.
4062 https://bugs.webkit.org/show_bug.cgi?id=31204
4064 * inspector/inspector-test.js:
4066 * inspector/timeline-script-tag-1-expected.txt: Added.
4067 * inspector/timeline-script-tag-1.html: Added.
4068 * inspector/timeline-test.js: Added.
4069 (retrieveTimelineData):
4071 (dumpTimelineRecords):
4072 (printTimelineRecordProperties):
4073 (isNonDeterministicProp):
4075 (isTimelineOverheadRecord):
4076 (markTimelineRecordAsOverhead):
4077 (timelineAgentTypeToString):
4078 (frontend_startTimelineProfiler.window.WebInspector.addRecordToTimeline):
4079 (frontend_startTimelineProfiler):
4080 (frontend_getTimelineResults):
4083 2009-11-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
4085 Unreviewed. Skipping new tests.
4087 * platform/gtk/Skipped:
4089 2009-11-11 Yuzo Fujishima <yuzo@google.com>
4091 Reviewed by David Levin.
4093 Add a test for web socket handshake error.
4095 https://bugs.webkit.org/show_bug.cgi?id=31336
4097 * websocket/tests/handshake-error-expected.txt: Added.
4098 * websocket/tests/handshake-error.html: Added.
4099 * websocket/tests/handshake-error_wsh.py: Added.
4100 * websocket/tests/script-tests/handshake-error.js: Added.
4107 2009-11-11 Yuzo Fujishima <yuzo@google.com>
4109 Reviewed by David Levin.
4111 Add a simple web socket test. This tests basic features of Web Socket.
4112 This also serves as an example of Web Socket tests.
4114 https://bugs.webkit.org/show_bug.cgi?id=27492
4116 * platform/gtk/Skipped:
4117 * platform/mac/Skipped:
4118 * platform/qt/Skipped:
4119 * platform/win/Skipped:
4120 * websocket/tests/resources/simple.js: Added.
4125 * websocket/tests/simple-expected.txt: Added.
4126 * websocket/tests/simple.html: Added.
4127 * websocket/tests/simple_wsh.py: Added.
4129 2009-11-11 Philippe Normand <pnormand@igalia.com>
4131 Reviewed by Xan Lopez.
4133 https://bugs.webkit.org/show_bug.cgi?id=30221
4134 [GTK] fails to load media embedded in iframe element
4136 * platform/gtk/Skipped: Unskip fixed tests.
4138 2009-11-10 Roland Steiner <rolandsteiner@chromium.org>
4140 Reviewed by Eric Seidel.
4142 Re-baselined layout test results for Windows for tests in fast/ruby.
4143 (see https://bugs.webkit.org/show_bug.cgi?id=28420)
4145 * platform/win/fast/ruby: Added.
4146 * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Added.
4147 * platform/win/fast/ruby/ruby-empty-rt-expected.png: Added.
4148 * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Added.
4149 * platform/win/fast/ruby/ruby-length-expected.checksum: Added.
4150 * platform/win/fast/ruby/ruby-length-expected.png: Added.
4151 * platform/win/fast/ruby/ruby-length-expected.txt: Added.
4152 * platform/win/fast/ruby/ruby-run-break-expected.checksum: Added.
4153 * platform/win/fast/ruby/ruby-run-break-expected.png: Added.
4154 * platform/win/fast/ruby/ruby-run-break-expected.txt: Added.
4155 * platform/win/fast/ruby/ruby-runs-expected.checksum: Added.
4156 * platform/win/fast/ruby/ruby-runs-expected.png: Added.
4157 * platform/win/fast/ruby/ruby-runs-expected.txt: Added.
4158 * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Added.
4159 * platform/win/fast/ruby/ruby-runs-spans-expected.png: Added.
4160 * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Added.
4161 * platform/win/fast/ruby/ruby-simple-expected.checksum: Added.
4162 * platform/win/fast/ruby/ruby-simple-expected.png: Added.
4163 * platform/win/fast/