1 2011-02-17 Ilya Tikhonovsky <loislo@chromium.org>
3 Reviewed by Yury Semikhatsky.
5 Web Inspector: [Chromium] inspector/elements/mutate-unknown-node.html test is flaky.
6 https://bugs.webkit.org/show_bug.cgi?id=54635
8 It was a race condition. Sometimes Inspector was loaded before domContentLoaded event but sometimes not.
9 As result it receives second setDocument and got new ids for the DOM elements.
11 * http/tests/inspector/elements-test.js:
12 (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
13 (initialize_ElementTest):
14 * inspector/elements/mutate-unknown-node-expected.txt:
15 * inspector/elements/mutate-unknown-node.html:
17 2011-02-17 Adam Roben <aroben@apple.com>
19 Skip a new spinbutton test on Windows
21 Also updated the Bugzilla URL for these tests to point to a bug that isn't marked Resolved,
22 since clearly there's still an unresolved bug here! The new bug is
23 <http://webkit.org/b/54662>.
25 * platform/win/Skipped: Added fast/forms/input-appearance-spinbutton-layer.html.
27 2011-02-17 Adam Roben <aroben@apple.com>
29 Check in expected failure results on Windows for accessibility/canvas-fallback-content.html
31 Failure is tracked by <http://webkit.org/b/54654>.
33 * platform/win/accessibility/canvas-fallback-content-expected.txt: Added.
35 2011-02-17 Adam Roben <aroben@apple.com>
37 Skip a failing test on Windows
39 Failure is tracked by <http://webkit.org/b/54655>.
41 * platform/win/Skipped: Added
42 http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html.
44 2011-02-17 Adam Roben <aroben@apple.com>
46 Update Windows results after r78690
48 Fixes <http://webkit.org/b/54657>.
50 * platform/win/media/controls-without-preload-expected.txt:
52 2011-02-17 Adam Roben <aroben@apple.com>
54 Skip all inspector/debugger tests on Windows
56 The failures are tracked by <http://webkit.org/b/54490>.
58 * platform/win/Skipped:
60 2011-02-17 Philippe Normand <pnormand@igalia.com>
62 Unreviewed, rebaseline GTK test results.
64 [GStreamer] media/video-zoom-controls.html fails
65 https://bugs.webkit.org/show_bug.cgi?id=50918
67 * platform/gtk/Skipped:
68 * platform/gtk/media/video-zoom-controls-expected.txt:
70 2011-02-17 Sergio Villar Senin <svillar@igalia.com>
74 Add the next set (tables/mozilla/dom) of GTK+ Mozilla test suite results.
76 * platform/gtk/Skipped: Updated the skipped list.
78 2011-02-17 Sergio Villar Senin <svillar@igalia.com>
82 Added flaky test media/video-display-toggle.html. Fails only on
85 * platform/gtk/Skipped: Updated the skipped list.
87 2011-02-16 Pavel Podivilov <podivilov@chromium.org>
89 Reviewed by Yury Semikhatsky.
91 Web Inspector: show all inlined scripts from single document in the same source frame.
92 https://bugs.webkit.org/show_bug.cgi?id=54544
94 Currently when debugging synchronously executed inlined scripts each script is shown in it's own source frame ("example.html:24").
95 We should show such scripts in the same source frame "example.html" with <script></script> framing.
97 * http/tests/inspector/debugger-test.js:
98 (initialize_DebuggerTest.InspectorTest._pausedScript):
99 (initialize_DebuggerTest.InspectorTest._resumedScript):
100 * inspector/debugger/debug-inlined-scripts-expected.txt: Added.
101 * inspector/debugger/debug-inlined-scripts.html: Added.
102 * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html:
103 * inspector/debugger/debugger-pause-on-breakpoint.html:
105 2011-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
107 Reviewed by Dirk Schulze.
109 svg/batik/paints/patternRegions-positioned-objects.svg fails on Windows
110 https://bugs.webkit.org/show_bug.cgi?id=44484
112 Pattern of pattern defined with objectBoundingBox does not render correctly
113 https://bugs.webkit.org/show_bug.cgi?id=53463
115 Update SnowLeopard pixel test baseline after adding new patternContentUnits="objectBoundingBox" tests.
117 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
118 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
119 * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.checksum: Added.
120 * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
121 * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Added.
122 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.checksum:
123 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
124 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.checksum:
125 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
126 * svg/custom/nested-pattern-boundingBoxModeContent.svg: Added.
128 2011-02-17 Csaba Osztrogonác <ossy@webkit.org>
132 [Qt] http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html fails
133 https://bugs.webkit.org/show_bug.cgi?id=54630
135 * platform/qt/Skipped: Add http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html temporarily.
137 2011-02-17 Sergio Villar Senin <svillar@igalia.com>
141 [GTK] Failing canvas security tests
142 https://bugs.webkit.org/show_bug.cgi?id=30580
144 Test is working fine locally in both release and debug builds so
147 * platform/gtk/Skipped: Updated the skipped list.
149 2011-02-17 Mario Sanchez Prada <msanchez@igalia.com>
151 Unreviewed, skipping failing test on GTK bots.
153 [GTK] accessibility/canvas-fallback-content.html is failing on GTK bots
154 https://bugs.webkit.org/show_bug.cgi?id=54626
156 * platform/gtk/Skipped: Skipping failing test.
158 2011-02-17 Sergio Villar Senin <svillar@igalia.com>
162 Skipped four SVG tests that started to show rounding errors (1
163 pixel difference) after r78704.
165 * platform/gtk/Skipped: Update the skipped list.
167 2011-02-17 Benjamin Kalman <kalman@chromium.org>
169 Reviewed by Ryosuke Niwa.
171 RTL lineboundary left/right is reversed when cursor is at start of RTL container
172 https://bugs.webkit.org/show_bug.cgi?id=54534
174 Test extending the selection left/right by lineboundary from both the leftmost/rightmost ends of LTR and RTL
175 containers with both LTR and RTL text.
177 * editing/selection/extend-left-right-by-lineboundary-expected.txt: Added.
178 * editing/selection/extend-left-right-by-lineboundary.html: Added.
180 2011-02-17 Philippe Normand <pnormand@igalia.com>
182 Unreviewed, fix media-file.js path after r78778.
184 * media/video-display-aspect-ratio.html:
186 2011-02-16 Philippe Normand <pnormand@igalia.com>
188 Reviewed by Martin Robinson.
190 [GTK] media/video-display-toggle.html still flaky on 32-Bits Release
191 https://bugs.webkit.org/show_bug.cgi?id=54552
193 * media/video-display-toggle.html: Start playback before
194 triggering the display toggle, ensuring the controls
195 (esp. duration display) are conistent.
197 2011-02-16 Ilya Tikhonovsky <loislo@chromium.org>
201 Web Inspector: chromium: update test expectation.
203 * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
204 * platform/chromium/test_expectations.txt:
206 2011-02-16 Ilya Tikhonovsky <loislo@chromium.org>
210 Web Inspector: remove custom test expectations for chromium.
212 * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Removed.
213 * platform/chromium/test_expectations.txt:
215 2011-02-16 Dominic Mazzoni <dmazzoni@google.com>
217 Reviewed by Chris Fleizach.
219 Add new test for canvas fallback content and update existing text for new canvas role.
220 https://bugs.webkit.org/show_bug.cgi?id=50126
222 * accessibility/canvas-fallback-content-expected.txt: Added.
223 * accessibility/canvas-fallback-content.html: Added.
224 * accessibility/canvas.html:
226 2011-02-16 Adam Barth <abarth@webkit.org>
228 Reviewed by Eric Seidel.
230 Fix xssAuditor/form-action.html
231 https://bugs.webkit.org/show_bug.cgi?id=54590
233 Update expected results to show that we pass.
235 * http/tests/security/xssAuditor/form-action-expected.txt:
237 2011-02-16 Anna Cavender <annacc@chromium.org>
239 Reviewed by Mihai Parparita.
241 http/tests/media should be served over HTTP (not from local file)
242 https://bugs.webkit.org/show_bug.cgi?id=54028
244 Removed special file:// treatment of http/tests/media
245 Moved media-file.js and video-tests.js to http/tests/media so local server can access them.
246 Update tests to point to new location of javascript libraries.
248 * http/tests/media/media-file.js: Renamed from LayoutTests/media/media-file.js.
249 * http/tests/media/pdf-served-as-pdf.html:
250 * http/tests/media/reload-after-dialog.html:
251 * http/tests/media/remove-while-loading.html:
252 * http/tests/media/text-served-as-text.html:
253 * http/tests/media/video-buffered.html:
254 * http/tests/media/video-cancel-load.html:
255 * http/tests/media/video-cookie.html:
256 * http/tests/media/video-error-abort.html:
257 * http/tests/media/video-load-twice.html:
258 * http/tests/media/video-play-stall-seek.html:
259 * http/tests/media/video-play-stall.html:
260 * http/tests/media/video-play-suspend.html:
261 * http/tests/media/video-referer.html:
262 * http/tests/media/video-seekable-stall.html:
263 * http/tests/media/video-served-as-text.html:
264 * http/tests/media/video-test.js: Renamed from LayoutTests/media/video-test.js.
265 * media/adopt-node-crash.html:
266 * media/audio-constructor-preload.html:
267 * media/audio-constructor-src.html:
268 * media/audio-constructor.html:
269 * media/audio-controls-rendering.html:
270 * media/audio-data-url.html:
271 * media/audio-delete-while-slider-thumb-clicked.html:
272 * media/audio-delete-while-step-button-clicked.html:
273 * media/audio-mpeg-supported.html:
274 * media/audio-mpeg4-supported.html:
275 * media/audio-play-event.html:
276 * media/before-load-member-access.html:
277 * media/broken-video.html:
278 * media/constructors.html:
279 * media/context-menu-actions.html:
280 * media/controls-after-reload.html:
281 * media/controls-css-overload.html:
282 * media/controls-drag-timebar.html:
283 * media/controls-right-click-on-timebar.html:
284 * media/controls-strict.html:
285 * media/controls-styling.html:
286 * media/controls-without-preload.html:
287 * media/event-attributes.html:
288 * media/invalid-media-url-crash.html:
289 * media/media-can-play-mpeg-audio.html:
290 * media/media-can-play-mpeg4-video.html:
291 * media/media-can-play-octet-stream.html:
292 * media/media-can-play-ogg.html:
293 * media/media-can-play-wav-audio.html:
294 * media/media-captions.html:
295 * media/media-constants.html:
296 * media/media-fullscreen-inline.html:
297 * media/media-fullscreen-not-in-document.html:
298 * media/media-load-event.html:
299 * media/media-startTime.html:
300 * media/remove-from-document-no-load.html:
301 * media/remove-from-document.html:
302 * media/restore-from-page-cache.html:
303 * media/unsupported-rtsp.html:
304 * media/unsupported-tracks.html:
305 * media/video-append-source.html:
306 * media/video-aspect-ratio.html:
307 * media/video-autoplay.html:
308 * media/video-buffered.html:
309 * media/video-can-play-type.html:
310 * media/video-canvas-alpha.html:
311 * media/video-canvas-source.html:
312 * media/video-canvas.html-disabled:
313 * media/video-click-dblckick-standalone.html:
314 * media/video-controls-rendering.html:
315 * media/video-controls-transformed.html:
316 * media/video-controls-visible-audio-only.html:
317 * media/video-controls-zoomed.html:
318 * media/video-controls.html:
319 * media/video-currentTime-delay.html:
320 * media/video-currentTime-set.html:
321 * media/video-currentTime-set2.html:
322 * media/video-currentTime.html:
323 * media/video-delay-load-event.html:
324 * media/video-display-aspect-ratio.html:
325 * media/video-display-none-crash.html:
326 * media/video-display-toggle.html:
327 * media/video-does-not-loop.html:
328 * media/video-dom-autoplay.html:
329 * media/video-dom-preload.html:
330 * media/video-dom-src.html:
331 * media/video-duration-known-after-eos.html:
332 * media/video-error-does-not-exist.html:
333 * media/video-frame-accurate-seek.html:
334 * media/video-layer-crash.html:
335 * media/video-load-networkState.html:
336 * media/video-load-readyState.html:
337 * media/video-loop.html:
338 * media/video-muted.html:
339 * media/video-no-audio.html:
340 * media/video-no-autoplay.html:
341 * media/video-pause-empty-events.html:
342 * media/video-pause-immediately.html:
343 * media/video-play-empty-events.html:
344 * media/video-play-pause-events.html:
345 * media/video-play-pause-exception.html:
346 * media/video-played-collapse.html:
347 * media/video-played-ranges-1.html:
348 * media/video-played-reset.html:
349 * media/video-poster-delayed.html:
350 * media/video-poster-scale.html:
351 * media/video-poster.html:
352 * media/video-preload.html:
353 * media/video-replaces-poster.html:
354 * media/video-reverse-play-duration.html:
355 * media/video-seek-by-small-increment.html:
356 * media/video-seek-no-src-exception.html:
357 * media/video-seek-past-end-paused.html:
358 * media/video-seek-past-end-playing.html:
359 * media/video-seekable.html:
360 * media/video-seeking.html:
361 * media/video-size-intrinsic-scale.html:
362 * media/video-size.html:
363 * media/video-source-error-no-candidate.html:
364 * media/video-source-error.html:
365 * media/video-source-inserted.html:
366 * media/video-source-media.html:
367 * media/video-source-moved.html:
368 * media/video-source-none-supported.html:
369 * media/video-source-removed.html:
370 * media/video-source-type-params.html:
371 * media/video-source-type.html:
372 * media/video-source.html:
373 * media/video-src-change.html:
374 * media/video-src-invalid-remove.html:
375 * media/video-src-none.html:
376 * media/video-src-plus-source.html:
377 * media/video-src-remove.html:
378 * media/video-src-set.html:
379 * media/video-src-source.html:
380 * media/video-src.html:
381 * media/video-timeupdate-during-playback.html:
382 * media/video-timeupdate-reverse-play.html:
383 * media/video-transformed.html:
384 * media/video-volume-slider.html:
385 * media/video-volume.html:
386 * media/video-width-height.html:
387 * media/video-zoom-controls.html:
388 * media/video-zoom.html:
390 2011-02-16 Adam Barth <abarth@webkit.org>
392 Reviewed by Daniel Bates.
394 Import XSSAuditor tests from David Ross
395 https://bugs.webkit.org/show_bug.cgi?id=54576
397 Many of these tests pass, but some of them fail as well. I'll fix the
398 failing tests in followup patches.
400 * http/tests/security/xssAuditor/cookie-injection-expected.txt: Added.
401 * http/tests/security/xssAuditor/cookie-injection.html: Added.
403 * http/tests/security/xssAuditor/form-action-expected.txt: Added.
404 * http/tests/security/xssAuditor/form-action.html: Added.
405 - We need to filter form actions. Previously, we considered this
406 issue out of scope, but we should be able to handle it.
407 * http/tests/security/xssAuditor/iframe-injection-expected.txt: Added.
408 * http/tests/security/xssAuditor/iframe-injection.html: Added.
409 - We need to filter iframe src attributes. Previously, we
410 considered this issue out of scope, but we should be able to
412 * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt: Added.
413 * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding.html: Added.
415 * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt: Added.
416 * http/tests/security/xssAuditor/javascript-link-one-plus-one.html: Added.
418 * http/tests/security/xssAuditor/open-attribute-body-expected.txt: Added.
419 * http/tests/security/xssAuditor/open-attribute-body.html: Added.
420 * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt: Added.
421 * http/tests/security/xssAuditor/open-event-handler-iframe.html: Added.
422 * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Added.
423 * http/tests/security/xssAuditor/open-iframe-src.html: Added.
424 * http/tests/security/xssAuditor/open-script-src-expected.txt: Added.
425 * http/tests/security/xssAuditor/open-script-src.html: Added.
426 - These are all the same class of issue. Now that we've
427 re-designed the filter, we should be able to address this issue.
428 * http/tests/security/xssAuditor/resources/echo-inspan.pl: Added.
429 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
430 - Tests infrastructure improvements.
431 * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Added.
432 * http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html: Added.
433 - I'm not sure what's going on here. Requires futher investigation.
434 * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt: Added.
435 * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html: Added.
437 * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt: Added.
438 * http/tests/security/xssAuditor/script-tag-with-source-data-url.html: Added.
441 2011-02-16 Abhishek Arya <inferno@chromium.org>
443 Reviewed by James Robinson.
445 Tests that we do not crash when floats are not cleared in cases where parents
446 chain has anonymous blocks.
447 https://bugs.webkit.org/show_bug.cgi?id=54601
449 * fast/block/float/floats-not-cleared-from-grand-parents-expected.txt: Added.
450 * fast/block/float/floats-not-cleared-from-grand-parents.html: Added.
452 2011-02-16 James Robinson <jamesr@chromium.org>
454 Fix typo in chromium test_expectations - there is no WINDOWS (just WIN)
456 * platform/chromium/test_expectations.txt:
458 2011-02-16 Andreas Kling <kling@webkit.org>
460 Reviewed by Ryosuke Niwa.
462 Editing styles should not emit #RRGGBBAA colors
463 https://bugs.webkit.org/show_bug.cgi?id=54540
465 Added a test to editing/style/inline-style-container.html
466 that would cause invalid #RRGGBBAA output with the previous code.
468 * editing/execCommand/delete-image-in-anchor-expected.txt:
469 * editing/execCommand/script-tests/toggle-unlink.js:
470 * editing/execCommand/toggle-unlink-expected.txt:
471 * editing/style/fore-color-by-name-expected.txt:
472 * editing/style/inline-style-container-expected.txt:
473 * editing/style/script-tests/inline-style-container.js:
474 * editing/style/style-text-node-without-editable-parent-expected.txt:
476 2011-02-16 Martin Robinson <mrobinson@igalia.com>
478 Update the GTK+ skipped list. Skip some SVG tests that now expose rounding
479 errors. Unskip a test which should have been unskipped by r78614. Skip
480 Acid2 tests, as they are currently failing on GTK+.
482 * platform/gtk/Skipped: Update the skipped list.
484 2011-02-16 James Robinson <jamesr@chromium.org>
486 Update chromium baselines for 78751.
488 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
489 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
490 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
491 * platform/chromium-linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum:
492 * platform/chromium-linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
493 * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
494 * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
495 * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
496 * platform/chromium-win/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum:
497 * platform/chromium-win/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
498 * platform/chromium/test_expectations.txt:
500 2011-02-16 Peter Kasting <pkasting@google.com>
502 Unreviewed, Chromium expectations update.
504 Removed duplicate expected results, update some test expectations.
506 * platform/chromium-mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.checksum: Removed.
507 * platform/chromium-mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
508 * platform/chromium/test_expectations.txt:
510 2011-02-16 Kenneth Russell <kbr@google.com>
512 Unreviewed. Skip recently added tests for adjusting minimum timer
513 interval per page due to absence of
514 LayoutTestController.setMinimumTimerInterval.
516 * platform/mac-wk2/Skipped:
518 2011-02-16 Martin Robinson <mrobinson@igalia.com>
520 Add the next set of GTK+ baselines for the Mozilla tables test suite.
522 * platform/gtk/Skipped: Unskip tests which now have results.
524 2011-02-16 David Grogan <dgrogan@chromium.org>
526 Reviewed by Jeremy Orlow.
528 indexeddb: make setVersion fire blocked event if other connections are open
529 https://bugs.webkit.org/show_bug.cgi?id=53728
531 * storage/indexeddb/resources/shared.js:
532 (unexpectedBlockedCallback):
533 * storage/indexeddb/set_version_blocked-expected.txt: Added.
534 * storage/indexeddb/set_version_blocked.html: Added.
535 * storage/indexeddb/set_version_queue-expected.txt: Added.
536 * storage/indexeddb/set_version_queue.html: Added.
538 2011-02-16 Martin Robinson <mrobinson@igalia.com>
540 Add the next set of GTK+ Mozilla test suite results.
542 * platform/gtk/Skipped: Unskip tests that now have results.
544 2011-02-16 Martin Robinson <mrobinson@igalia.com>
546 Add another group of GTK+ Mozilla test results.
548 * platform/gtk/Skipped: Unskip tests which now have results.
550 2011-02-16 Eric Seidel <eric@webkit.org>
552 Reviewed by Adam Barth.
554 REGRESSION (r61234): washingtonpost.com top bar looks wrong, doesn't animate
555 https://bugs.webkit.org/show_bug.cgi?id=53717
557 * http/tests/local/absolute-url-strip-whitespace-expected.txt: Added.
558 * http/tests/local/absolute-url-strip-whitespace.html: Added.
559 * http/tests/resources/absolute-url-strip-whitespace.js: Added.
561 2011-02-16 Martin Robinson <mrobinson@igalia.com>
563 Add another batch of GTK+ Mozilla test suite results.
565 * platform/gtk/Skipped: Unskip tests which now have results.
567 2011-02-16 Martin Robinson <mrobinson@igalia.com>
569 Add another group of GTK+ Mozilla test suite baselines.
571 * platform/gtk/Skipped: Unskip tests that now have baselines.
573 2011-02-16 Abhishek Arya <inferno@chromium.org>
575 Reviewed by James Robinson.
577 Tests that we do not crash when finding the text fragment for a first letter.
578 https://bugs.webkit.org/show_bug.cgi?id=54568
580 * fast/css/first-letter-text-fragment-crash-expected.txt: Added.
581 * fast/css/first-letter-text-fragment-crash.html: Added.
583 2011-02-16 Martin Robinson <mrobinson@igalia.com>
585 Add the next batch of GTK+ Mozilla test results.
587 * platform/gtk/Skipped: Unskip tests which now have results.
589 2011-02-16 Martin Robinson <mrobinson@igalia.com>
591 Rebaseline media/controls-without-preload.html after r78695.
593 * media/controls-without-preload-expected.txt: Rebaselined.
595 2011-02-16 Peter Kasting <pkasting@google.com>
597 Unreviewed, Chromium expectations update.
599 https://bugs.webkit.org/show_bug.cgi?id=54579
600 Add expectations for where V8 passes tests JSC doesn't, or merely has
601 different errors; mark other failing tests with a V8 tracking bug.
603 * platform/chromium/fast/js/mozilla: Added.
604 * platform/chromium/fast/js/mozilla/strict: Added.
605 * platform/chromium/fast/js/mozilla/strict/11.1.5-expected.txt: Added.
606 * platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt: Added.
607 * platform/chromium/fast/js/mozilla/strict/13.1-expected.txt: Added.
608 * platform/chromium/fast/js/mozilla/strict/15.3.4.5-expected.txt: Added.
609 * platform/chromium/fast/js/mozilla/strict/15.3.5.2-expected.txt: Added.
610 * platform/chromium/fast/js/mozilla/strict/regress-532254-expected.txt: Added.
611 * platform/chromium/test_expectations.txt:
613 2011-02-16 Mihai Parparita <mihaip@chromium.org>
615 Unreviewed chromium-gpu expectations update. Add more tests that fail
616 because of bug 54409.
618 * platform/chromium/test_expectations.txt:
620 2011-02-16 Jian Li <jianli@chromium.org>
622 Reviewed by Kenneth Russell.
624 [V8] DataView constructor can be applied as a regular method
625 https://bugs.webkit.org/show_bug.cgi?id=54563
627 Added a new test case.
629 * fast/canvas/webgl/data-view-test-expected.txt:
630 * fast/canvas/webgl/data-view-test.html:
632 == Rolled over to ChangeLog-2011-02-16 ==