2011-12-21 Eric Carlson Fix text track cue font size and colors https://bugs.webkit.org/show_bug.cgi?id=75051 Reviewed by Darin Adler. * media/track/track-cue-rendering-expected.txt: * media/track/track-cue-rendering.html: 2011-12-21 Filip Pizlo Unreviewed, updating expectations file for fast/js/global-constructors. * platform/mac/fast/js/global-constructors-expected.txt: 2011-12-21 Filip Pizlo DFG ConvertThis optimizations do not honor the distinction between the global object and the global this object https://bugs.webkit.org/show_bug.cgi?id=75058 Reviewed by Oliver Hunt. * fast/js/dfg-convert-this-dom-window-expected.txt: Added. * fast/js/dfg-convert-this-dom-window.html: Added. * fast/js/script-tests/dfg-convert-this-dom-window.js: Added. (myObject.call): (myFunction): (myFunctionWithCall): (myFunctionWithCall.call): 2011-12-21 Shadi Khalek Video format yuv422p doesn't show properly. https://bugs.webkit.org/show_bug.cgi?id=69113 Reviewed by Eric Seidel. * media/video-colorspace-yuv420.html: Added. * media/video-colorspace-yuv422.html: Added. 2011-12-21 Simon Fraser Clean up RenderLayer code that applies filters and transforms https://bugs.webkit.org/show_bug.cgi?id=75032 Reviewed by James Robinson. New tests for nested filters, and filtering an element whose content is larger than its layer size. * css3/filters/filter-region-expected.png: Added. * css3/filters/filter-region-expected.txt: Added. * css3/filters/filter-region.html: Added. * css3/filters/nested-filter-expected.png: * css3/filters/nested-filters-expected.png: Added. * css3/filters/nested-filters-expected.txt: Added. * css3/filters/nested-filters.html: Added. 2011-12-21 Adrienne Walker [chromium] fast/html/font-weight-bold-for-b-and-strong.html needs baselines https://bugs.webkit.org/show_bug.cgi?id=75055 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-21 Per-Erik Brodin Discard event data not followed by an empty line before eof when parsing an event-stream https://bugs.webkit.org/show_bug.cgi?id=68833 Reviewed by Alexey Proskuryakov. * http/tests/eventsource/eventsource-eof-expected.txt: Added. * http/tests/eventsource/eventsource-eof.html: Added. * http/tests/eventsource/eventsource-reconnect-expected.txt: Updated. * http/tests/eventsource/eventsource-reconnect.html: Added lastEventId check. * http/tests/eventsource/resources/es-eof.php: Added. * http/tests/eventsource/resources/reconnect.php: Added data to be discarded. * http/tests/eventsource/resources/response-content-type-charset.php: Added empty line before eof. * http/tests/eventsource/resources/simple-event-stream.asis: Added empty line before eof. 2011-12-21 Scott Franklin Reviewed by Eric Carlson. Update LayoutTests/media/broken-video to test for correct error codes https://bugs.webkit.org/show_bug.cgi?id=61573 * media/broken-video-expected.txt: * media/broken-video.html: 2011-12-21 Mark Pilgrim Reviewed by Eric Seidel. Port W3C audio and video tests https://bugs.webkit.org/show_bug.cgi?id=61541 * media/W3C: Added. * media/W3C/audio: Added. * media/W3C/audio/canPlayType: Added. * media/W3C/audio/canPlayType/canPlayType_application_octet_stream-expected.txt: Added. * media/W3C/audio/canPlayType/canPlayType_application_octet_stream.html: Added. * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_1-expected.txt: Added. * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_1.html: Added. * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_2-expected.txt: Added. * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_2.html: Added. * media/W3C/audio/canPlayType/canPlayType_bogus_type-expected.txt: Added. * media/W3C/audio/canPlayType/canPlayType_bogus_type.html: Added. * media/W3C/audio/canPlayType/canPlayType_method_exists-expected.txt: Added. * media/W3C/audio/canPlayType/canPlayType_method_exists.html: Added. * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added. * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html: Added. * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added. * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html: Added. * media/W3C/audio/currentSrc: Added. * media/W3C/audio/currentSrc/currentSrc_empty_if_no_src-expected.txt: Added. * media/W3C/audio/currentSrc/currentSrc_empty_if_no_src.html: Added. * media/W3C/audio/currentSrc/currentSrc_nonempty_after_adding_source_child-expected.txt: Added. * media/W3C/audio/currentSrc/currentSrc_nonempty_after_adding_source_child.html: Added. * media/W3C/audio/currentSrc/currentSrc_nonempty_after_setting_src-expected.txt: Added. * media/W3C/audio/currentSrc/currentSrc_nonempty_after_setting_src.html: Added. * media/W3C/audio/currentSrc/currentSrc_property_exists-expected.txt: Added. * media/W3C/audio/currentSrc/currentSrc_property_exists.html: Added. * media/W3C/audio/error: Added. * media/W3C/audio/error/error_null-expected.txt: Added. * media/W3C/audio/error/error_null.html: Added. * media/W3C/audio/error/error_onerror_called_on_bogus_source-expected.txt: Added. * media/W3C/audio/error/error_onerror_called_on_bogus_source.html: Added. * media/W3C/audio/error/error_property_exists-expected.txt: Added. * media/W3C/audio/error/error_property_exists.html: Added. * media/W3C/audio/events: Added. * media/W3C/audio/events/event_canplay-expected.txt: Added. * media/W3C/audio/events/event_canplay.html: Added. * media/W3C/audio/events/event_canplay_manual-expected.txt: Added. * media/W3C/audio/events/event_canplay_manual.html: Added. * media/W3C/audio/events/event_canplaythrough-expected.txt: Added. * media/W3C/audio/events/event_canplaythrough.html: Added. * media/W3C/audio/events/event_canplaythrough_manual-expected.txt: Added. * media/W3C/audio/events/event_canplaythrough_manual.html: Added. * media/W3C/audio/events/event_loadeddata-expected.txt: Added. * media/W3C/audio/events/event_loadeddata.html: Added. * media/W3C/audio/events/event_loadeddata_manual-expected.txt: Added. * media/W3C/audio/events/event_loadeddata_manual.html: Added. * media/W3C/audio/events/event_loadedmetadata-expected.txt: Added. * media/W3C/audio/events/event_loadedmetadata.html: Added. * media/W3C/audio/events/event_loadedmetadata_manual-expected.txt: Added. * media/W3C/audio/events/event_loadedmetadata_manual.html: Added. * media/W3C/audio/events/event_loadstart-expected.txt: Added. * media/W3C/audio/events/event_loadstart.html: Added. * media/W3C/audio/events/event_loadstart_manual-expected.txt: Added. * media/W3C/audio/events/event_loadstart_manual.html: Added. * media/W3C/audio/events/event_order_canplay_canplaythrough-expected.txt: Added. * media/W3C/audio/events/event_order_canplay_canplaythrough.html: Added. * media/W3C/audio/events/event_order_canplay_playing-expected.txt: Added. * media/W3C/audio/events/event_order_canplay_playing.html: Added. * media/W3C/audio/events/event_order_loadedmetadata_loadeddata-expected.txt: Added. * media/W3C/audio/events/event_order_loadedmetadata_loadeddata.html: Added. * media/W3C/audio/events/event_order_loadstart_progress-expected.txt: Added. * media/W3C/audio/events/event_order_loadstart_progress.html: Added. * media/W3C/audio/events/event_pause_manual-expected.txt: Added. * media/W3C/audio/events/event_pause_manual.html: Added. * media/W3C/audio/events/event_play-expected.txt: Added. * media/W3C/audio/events/event_play.html: Added. * media/W3C/audio/events/event_play_manual-expected.txt: Added. * media/W3C/audio/events/event_play_manual.html: Added. * media/W3C/audio/events/event_playing-expected.txt: Added. * media/W3C/audio/events/event_playing.html: Added. * media/W3C/audio/events/event_playing_manual-expected.txt: Added. * media/W3C/audio/events/event_playing_manual.html: Added. * media/W3C/audio/events/event_progress-expected.txt: Added. * media/W3C/audio/events/event_progress.html: Added. * media/W3C/audio/events/event_progress_manual-expected.txt: Added. * media/W3C/audio/events/event_progress_manual.html: Added. * media/W3C/audio/events/event_timeupdate-expected.txt: Added. * media/W3C/audio/events/event_timeupdate.html: Added. * media/W3C/audio/events/event_timeupdate_manual-expected.txt: Added. * media/W3C/audio/events/event_timeupdate_manual.html: Added. * media/W3C/audio/networkState: Added. * media/W3C/audio/networkState/networkState_during_loadstart-expected.txt: Added. * media/W3C/audio/networkState/networkState_during_loadstart.html: Added. * media/W3C/audio/networkState/networkState_initial-expected.txt: Added. * media/W3C/audio/networkState/networkState_initial.html: Added. * media/W3C/audio/networkState/networkState_property_exists-expected.txt: Added. * media/W3C/audio/networkState/networkState_property_exists.html: Added. * media/W3C/audio/paused: Added. * media/W3C/audio/paused/paused_false_during_play-expected.txt: Added. * media/W3C/audio/paused/paused_false_during_play.html: Added. * media/W3C/audio/paused/paused_true_during_pause-expected.txt: Added. * media/W3C/audio/paused/paused_true_during_pause.html: Added. * media/W3C/audio/preload: Added. * media/W3C/audio/preload/preload_property_exists-expected.txt: Added. * media/W3C/audio/preload/preload_property_exists.html: Added. * media/W3C/audio/preload/preload_reflects_auto_value-expected.txt: Added. * media/W3C/audio/preload/preload_reflects_auto_value.html: Added. * media/W3C/audio/preload/preload_reflects_bogus_value-expected.txt: Added. * media/W3C/audio/preload/preload_reflects_bogus_value.html: Added. * media/W3C/audio/preload/preload_reflects_empty-expected.txt: Added. * media/W3C/audio/preload/preload_reflects_empty.html: Added. * media/W3C/audio/preload/preload_reflects_metadata-expected.txt: Added. * media/W3C/audio/preload/preload_reflects_metadata.html: Added. * media/W3C/audio/preload/preload_reflects_no_value-expected.txt: Added. * media/W3C/audio/preload/preload_reflects_no_value.html: Added. * media/W3C/audio/preload/preload_reflects_none-expected.txt: Added. * media/W3C/audio/preload/preload_reflects_none.html: Added. * media/W3C/audio/preload/preload_reflects_none_autoplay-expected.txt: Added. * media/W3C/audio/preload/preload_reflects_none_autoplay.html: Added. * media/W3C/audio/readyState: Added. * media/W3C/audio/readyState/readyState_during_canplay-expected.txt: Added. * media/W3C/audio/readyState/readyState_during_canplay.html: Added. * media/W3C/audio/readyState/readyState_during_canplaythrough-expected.txt: Added. * media/W3C/audio/readyState/readyState_during_canplaythrough.html: Added. * media/W3C/audio/readyState/readyState_during_loadeddata-expected.txt: Added. * media/W3C/audio/readyState/readyState_during_loadeddata.html: Added. * media/W3C/audio/readyState/readyState_during_loadedmetadata-expected.txt: Added. * media/W3C/audio/readyState/readyState_during_loadedmetadata.html: Added. * media/W3C/audio/readyState/readyState_during_playing-expected.txt: Added. * media/W3C/audio/readyState/readyState_during_playing.html: Added. * media/W3C/audio/readyState/readyState_initial-expected.txt: Added. * media/W3C/audio/readyState/readyState_initial.html: Added. * media/W3C/audio/readyState/readyState_property_exists-expected.txt: Added. * media/W3C/audio/readyState/readyState_property_exists.html: Added. * media/W3C/audio/src: Added. * media/W3C/audio/src/src_reflects_attribute_not_source_elements-expected.txt: Added. * media/W3C/audio/src/src_reflects_attribute_not_source_elements.html: Added. * media/W3C/audio/src/src_reflects_no_value-expected.txt: Added. * media/W3C/audio/src/src_reflects_no_value.html: Added. * media/W3C/audio/src/src_removal_does_not_trigger_loadstart-expected.txt: Added. * media/W3C/audio/src/src_removal_does_not_trigger_loadstart.html: Added. * media/W3C/video: Added. * media/W3C/video/canPlayType: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream.html: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_1-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_1.html: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_2-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_2.html: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_3-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_3.html: Added. * media/W3C/video/canPlayType/canPlayType_bogus_type-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_bogus_type.html: Added. * media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_codecs_order_1.html: Added. * media/W3C/video/canPlayType/canPlayType_codecs_order_2-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_codecs_order_2.html: Added. * media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_codecs_order_3.html: Added. * media/W3C/video/canPlayType/canPlayType_method_exists-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_method_exists.html: Added. * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html: Added. * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html: Added. * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3.html: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_1.html: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_2.html: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_3-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_3.html: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_4-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_4.html: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added. * media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html: Added. * media/W3C/video/currentSrc: Added. * media/W3C/video/currentSrc/currentSrc_empty_if_no_src-expected.txt: Added. * media/W3C/video/currentSrc/currentSrc_empty_if_no_src.html: Added. * media/W3C/video/currentSrc/currentSrc_nonempty_after_adding_source_child-expected.txt: Added. * media/W3C/video/currentSrc/currentSrc_nonempty_after_adding_source_child.html: Added. * media/W3C/video/currentSrc/currentSrc_nonempty_after_setting_src-expected.txt: Added. * media/W3C/video/currentSrc/currentSrc_nonempty_after_setting_src.html: Added. * media/W3C/video/currentSrc/currentSrc_property_exists-expected.txt: Added. * media/W3C/video/currentSrc/currentSrc_property_exists.html: Added. * media/W3C/video/error: Added. * media/W3C/video/error/error_null-expected.txt: Added. * media/W3C/video/error/error_null.html: Added. * media/W3C/video/error/error_onerror_called_on_bogus_source-expected.txt: Added. * media/W3C/video/error/error_onerror_called_on_bogus_source.html: Added. * media/W3C/video/error/error_property_exists-expected.txt: Added. * media/W3C/video/error/error_property_exists.html: Added. * media/W3C/video/events: Added. * media/W3C/video/events/event_canplay-expected.txt: Added. * media/W3C/video/events/event_canplay.html: Added. * media/W3C/video/events/event_canplay_manual-expected.txt: Added. * media/W3C/video/events/event_canplay_manual.html: Added. * media/W3C/video/events/event_canplaythrough-expected.txt: Added. * media/W3C/video/events/event_canplaythrough.html: Added. * media/W3C/video/events/event_canplaythrough_manual-expected.txt: Added. * media/W3C/video/events/event_canplaythrough_manual.html: Added. * media/W3C/video/events/event_loadeddata-expected.txt: Added. * media/W3C/video/events/event_loadeddata.html: Added. * media/W3C/video/events/event_loadeddata_manual-expected.txt: Added. * media/W3C/video/events/event_loadeddata_manual.html: Added. * media/W3C/video/events/event_loadedmetadata-expected.txt: Added. * media/W3C/video/events/event_loadedmetadata.html: Added. * media/W3C/video/events/event_loadedmetadata_manual-expected.txt: Added. * media/W3C/video/events/event_loadedmetadata_manual.html: Added. * media/W3C/video/events/event_loadstart-expected.txt: Added. * media/W3C/video/events/event_loadstart.html: Added. * media/W3C/video/events/event_loadstart_manual-expected.txt: Added. * media/W3C/video/events/event_loadstart_manual.html: Added. * media/W3C/video/events/event_order_canplay_canplaythrough-expected.txt: Added. * media/W3C/video/events/event_order_canplay_canplaythrough.html: Added. * media/W3C/video/events/event_order_canplay_playing-expected.txt: Added. * media/W3C/video/events/event_order_canplay_playing.html: Added. * media/W3C/video/events/event_order_loadedmetadata_loadeddata-expected.txt: Added. * media/W3C/video/events/event_order_loadedmetadata_loadeddata.html: Added. * media/W3C/video/events/event_order_loadstart_progress-expected.txt: Added. * media/W3C/video/events/event_order_loadstart_progress.html: Added. * media/W3C/video/events/event_pause_manual-expected.txt: Added. * media/W3C/video/events/event_pause_manual.html: Added. * media/W3C/video/events/event_play-expected.txt: Added. * media/W3C/video/events/event_play.html: Added. * media/W3C/video/events/event_play_manual-expected.txt: Added. * media/W3C/video/events/event_play_manual.html: Added. * media/W3C/video/events/event_playing-expected.txt: Added. * media/W3C/video/events/event_playing.html: Added. * media/W3C/video/events/event_playing_manual-expected.txt: Added. * media/W3C/video/events/event_playing_manual.html: Added. * media/W3C/video/events/event_progress-expected.txt: Added. * media/W3C/video/events/event_progress.html: Added. * media/W3C/video/events/event_progress_manual-expected.txt: Added. * media/W3C/video/events/event_progress_manual.html: Added. * media/W3C/video/events/event_timeupdate-expected.txt: Added. * media/W3C/video/events/event_timeupdate.html: Added. * media/W3C/video/events/event_timeupdate_manual-expected.txt: Added. * media/W3C/video/events/event_timeupdate_manual.html: Added. * media/W3C/video/networkState: Added. * media/W3C/video/networkState/networkState_during_loadstart-expected.txt: Added. * media/W3C/video/networkState/networkState_during_loadstart.html: Added. * media/W3C/video/networkState/networkState_during_progress-expected.txt: Added. * media/W3C/video/networkState/networkState_during_progress.html: Added. * media/W3C/video/networkState/networkState_initial-expected.txt: Added. * media/W3C/video/networkState/networkState_initial.html: Added. * media/W3C/video/networkState/networkState_property_exists-expected.txt: Added. * media/W3C/video/networkState/networkState_property_exists.html: Added. * media/W3C/video/paused: Added. * media/W3C/video/paused/paused_false_during_play-expected.txt: Added. * media/W3C/video/paused/paused_false_during_play.html: Added. * media/W3C/video/paused/paused_true_during_pause-expected.txt: Added. * media/W3C/video/paused/paused_true_during_pause.html: Added. * media/W3C/video/preload: Added. * media/W3C/video/preload/preload_property_exists-expected.txt: Added. * media/W3C/video/preload/preload_property_exists.html: Added. * media/W3C/video/preload/preload_reflects_auto_value-expected.txt: Added. * media/W3C/video/preload/preload_reflects_auto_value.html: Added. * media/W3C/video/preload/preload_reflects_bogus_value-expected.txt: Added. * media/W3C/video/preload/preload_reflects_bogus_value.html: Added. * media/W3C/video/preload/preload_reflects_empty-expected.txt: Added. * media/W3C/video/preload/preload_reflects_empty.html: Added. * media/W3C/video/preload/preload_reflects_metadata-expected.txt: Added. * media/W3C/video/preload/preload_reflects_metadata.html: Added. * media/W3C/video/preload/preload_reflects_no_value-expected.txt: Added. * media/W3C/video/preload/preload_reflects_no_value.html: Added. * media/W3C/video/preload/preload_reflects_none-expected.txt: Added. * media/W3C/video/preload/preload_reflects_none.html: Added. * media/W3C/video/preload/preload_reflects_none_autoplay-expected.txt: Added. * media/W3C/video/preload/preload_reflects_none_autoplay.html: Added. * media/W3C/video/readyState: Added. * media/W3C/video/readyState/readyState_during_canplay-expected.txt: Added. * media/W3C/video/readyState/readyState_during_canplay.html: Added. * media/W3C/video/readyState/readyState_during_canplaythrough-expected.txt: Added. * media/W3C/video/readyState/readyState_during_canplaythrough.html: Added. * media/W3C/video/readyState/readyState_during_loadeddata-expected.txt: Added. * media/W3C/video/readyState/readyState_during_loadeddata.html: Added. * media/W3C/video/readyState/readyState_during_loadedmetadata-expected.txt: Added. * media/W3C/video/readyState/readyState_during_loadedmetadata.html: Added. * media/W3C/video/readyState/readyState_during_playing-expected.txt: Added. * media/W3C/video/readyState/readyState_during_playing.html: Added. * media/W3C/video/readyState/readyState_initial-expected.txt: Added. * media/W3C/video/readyState/readyState_initial.html: Added. * media/W3C/video/readyState/readyState_property_exists-expected.txt: Added. * media/W3C/video/readyState/readyState_property_exists.html: Added. * media/W3C/video/src: Added. * media/W3C/video/src/src_reflects_attribute_not_source_elements-expected.txt: Added. * media/W3C/video/src/src_reflects_attribute_not_source_elements.html: Added. * media/W3C/video/src/src_reflects_no_value-expected.txt: Added. * media/W3C/video/src/src_reflects_no_value.html: Added. * media/W3C/video/src/src_removal_does_not_trigger_loadstart-expected.txt: Added. * media/W3C/video/src/src_removal_does_not_trigger_loadstart.html: Added. * media/W3C/w3cwrapper.js: Added. (getVideoURI.bool): (getVideoURI): (): (test): (async_test.t.step): (async_test.t.done): (async_test): (assert_equals): (assert_true): (assert_false): 2011-12-21 Wyatt Carss Reviewed by Ryosuke Niwa. strong and b should be font-weight: bold, not bolder https://bugs.webkit.org/show_bug.cgi?id=56400 Changed html.css to specify that strong and b are font-weight: bold, not font-weight: bolder. Test added to confirm. * fast/html/font-weight-bold-for-b-and-strong-expected.png: Added. * fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added. * fast/html/font-weight-bold-for-b-and-strong.html: Added. * WebCore/css/html.css: 2011-12-21 Adrienne Walker [chromium] Mark use-same-database-in-page-and-workers.html as crashing https://bugs.webkit.org/show_bug.cgi?id=75048 Unreviewed gardening. Also, fix lint issues. * platform/chromium/test_expectations.txt: 2011-12-21 Florin Malita Improper handling of foreignobjects nested in svg groups https://bugs.webkit.org/show_bug.cgi?id=69762 Reviewed by Nikolas Zimmermann. Rebaseline after changing RenderSVGForeignObject::{objectBoundingBox,strokeBoundingBox,repaintRectInLocalCoordinates} to return local coordinates. * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/gtk/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: * platform/gtk/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/qt/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: * platform/qt/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/qt/svg/overflow/overflow-on-foreignObject-expected.txt: * svg/foreignObject/multiple-foreign-objects-expected.txt: * svg/foreignObject/repaint-rect-coordinates-expected.html: Added. * svg/foreignObject/repaint-rect-coordinates.html: Added. 2011-12-21 Simon Fraser Update pixel results for CSS filters https://bugs.webkit.org/show_bug.cgi?id=75045 Reviewed by Sam Weinig. Update some pixel results for CSS filter tests after r103125. * css3/filters/effect-blur-hw-expected.png: * css3/filters/effect-combined-hw-expected.png: * css3/filters/effect-custom-expected.png: * css3/filters/effect-drop-shadow-hw-expected.png: * css3/filters/effect-grayscale-hw-expected.png: * css3/filters/effect-hue-rotate-hw-expected.png: * css3/filters/effect-invert-hw-expected.png: * css3/filters/effect-opacity-hw-expected.png: * css3/filters/effect-saturate-hw-expected.png: * css3/filters/effect-sepia-hw-expected.png: * css3/filters/filter-with-transform-expected.png: * css3/filters/nested-filter-expected.png: 2011-12-21 Adrienne Walker [chromium] Mark color-prop-05-t.svg as failing after r103427 https://bugs.webkit.org/show_bug.cgi?id=75042 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-21 Adrienne Walker [chromium] Mark more Mac compositing tests as flaky https://bugs.webkit.org/show_bug.cgi?id=47949 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-21 Adrienne Walker Unreviewed, rolling out r103408. http://trac.webkit.org/changeset/103408 https://bugs.webkit.org/show_bug.cgi?id=75017 WorkerDevToolsSanityTest.InspectSharedWorker is failing (Requested by loislo_ on #webkit). * http/tests/inspector/compiler-source-mapping-expected.txt: * http/tests/inspector/compiler-source-mapping.html: 2011-12-21 Stephen White Test for CSS filters crash on zero-sized element https://bugs.webkit.org/show_bug.cgi?id=75020 Reviewed by Dean Jackson. * css3/filters/filter-empty-element-crash-expected.txt: Added. * css3/filters/filter-empty-element-crash.html: Added. 2011-12-20 Dmitry Lomov [Chromium] DatabaseTrackerChromium: iterating DatabaseSet races with Database disposal on worker thread. https://bugs.webkit.org/show_bug.cgi?id=74554 Reviewed by David Levin. * platform/chromium/test_expectations.txt: 2011-12-21 Nikolas Zimmermann Not reviewed. Rebaseline pixel test results, which have < 0.011 diffs on my 64bit SL machine. This is a preparation, to build a new baseline with Lion. * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: * platform/mac-snowleopard/svg/carto.net/selectionlist-expected.png: * platform/mac-snowleopard/svg/css/composite-shadow-example-expected.png: * platform/mac-snowleopard/svg/css/composite-shadow-with-opacity-expected.png: * platform/mac-snowleopard/svg/dom/SVGStringList-basics-expected.png: * platform/mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png: * platform/mac-snowleopard/svg/filters/feOffset-expected.png: * platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png: * platform/mac-snowleopard/svg/wicd/rightsizing-grid-expected.png: * platform/mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/mac/svg/as-background-image/svg-as-background-1-expected.png: * platform/mac/svg/as-background-image/svg-as-background-3-expected.png: * platform/mac/svg/as-background-image/svg-as-background-5-expected.png: * platform/mac/svg/as-background-image/svg-as-background-6-expected.png: * platform/mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png: * platform/mac/svg/as-image/animated-svg-as-image-expected.png: * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png: * platform/mac/svg/as-image/same-image-two-instances-expected.png: * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: * platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.png: * platform/mac/svg/batik/filters/filterRegions-expected.png: * platform/mac/svg/batik/masking/maskRegions-expected.png: * platform/mac/svg/batik/text/textOnPath2-expected.png: * platform/mac/svg/batik/text/textOnPath3-expected.png: * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: * platform/mac/svg/carto.net/button-expected.png: * platform/mac/svg/carto.net/colourpicker-expected.png: * platform/mac/svg/carto.net/scrollbar-expected.png: * platform/mac/svg/carto.net/slider-expected.png: * platform/mac/svg/clip-path/clip-path-child-clipped-expected.png: * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png: * platform/mac/svg/clip-path/clip-path-clipped-expected.png: * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png: * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png: * platform/mac/svg/clip-path/clip-path-on-g-expected.png: * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: * platform/mac/svg/clip-path/clip-path-on-svg-expected.png: * platform/mac/svg/clip-path/clip-path-use-as-child-expected.png: * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png: * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png: * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png: * platform/mac/svg/css/circle-in-mask-with-shadow-expected.png: * platform/mac/svg/css/composite-shadow-text-expected.png: * platform/mac/svg/css/mask-with-shadow-expected.png: * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png: * platform/mac/svg/custom/dasharrayOrigin-expected.png: * platform/mac/svg/custom/embedding-external-svgs-expected.png: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: * platform/mac/svg/custom/fill-opacity-update-expected.png: * platform/mac/svg/custom/fractional-rects-expected.png: * platform/mac/svg/custom/gradient-rotated-bbox-expected.png: * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png: * platform/mac/svg/custom/grayscale-gradient-mask-expected.png: * platform/mac/svg/custom/invalid-css-expected.png: * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png: * platform/mac/svg/custom/js-late-clipPath-creation-expected.png: * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/mac/svg/custom/js-late-pattern-creation-expected.png: * platform/mac/svg/custom/linking-uri-01-b-expected.png: * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png: * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: * platform/mac/svg/custom/non-scaling-stroke-expected.png: * platform/mac/svg/custom/pattern-in-defs-expected.png: * platform/mac/svg/custom/pattern-rotate-expected.png: * platform/mac/svg/custom/pattern-rotate-gaps-expected.png: * platform/mac/svg/custom/pattern-skew-transformed-expected.png: * platform/mac/svg/custom/pattern-with-transformation-expected.png: * platform/mac/svg/custom/rounded-rects-expected.png: * platform/mac/svg/custom/simple-text-double-shadow-expected.png: * platform/mac/svg/custom/svg-fonts-in-html-expected.png: * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Copied from svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png. * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: * platform/mac/svg/filters/filter-rounding-issues-expected.png: * platform/mac/svg/hixie/cascade/002-expected.png: * platform/mac/svg/hixie/perf/001-expected.png: * platform/mac/svg/hixie/perf/002-expected.png: * platform/mac/svg/hixie/perf/007-expected.png: * platform/mac/svg/hixie/transform/001-expected.png: * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png: * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png: * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png: * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png: * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png: * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png: * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: * platform/mac/svg/text/selection-styles-expected.png: * platform/mac/svg/text/small-fonts-3-expected.png: * platform/mac/svg/text/text-align-03-b-expected.png: * platform/mac/svg/text/text-path-01-b-expected.png: * platform/mac/svg/text/text-text-05-t-expected.png: * platform/mac/svg/text/textPathBoundsBug-expected.png: * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png: * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: * platform/mac/svg/wicd/test-scalable-background-image2-expected.png: * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Removed. 2011-12-20 Andrey Kosyakov Web Inspector: [Extension API] refactor extension API build code, expose experimental APIs conditionally in chromium https://bugs.webkit.org/show_bug.cgi?id=74941 Reviewed by Pavel Feldman. * http/tests/inspector/extensions-test.js: (initialize_ExtensionsTest.InspectorTest.runExtensionTests): (initialize_ExtensionsTest): * platform/chromium/inspector/extensions/extensions-api-expected.txt: Removed. 2011-12-12 Pavel Podivilov Web Inspector: fix source map url resolving. https://bugs.webkit.org/show_bug.cgi?id=74305 Reviewed by Pavel Feldman. * http/tests/inspector/compiler-source-mapping-expected.txt: * http/tests/inspector/compiler-source-mapping.html: 2011-12-21 Renata Hodovan New renderer for SVGRectElement https://bugs.webkit.org/show_bug.cgi?id=65769 Rubber stamped by Zoltan Herczeg. Rename the renderer of SVGRects from RenderSVGPath to RenderSVGRect. 2011-12-21 Vsevolod Vlasov Web Inspector: TabbedPane should use tabElement width measuring to layout tab elements when width is too small to fit them. https://bugs.webkit.org/show_bug.cgi?id=75005 Reviewed by Pavel Feldman. * inspector/tabbed-pane-max-tab-width-calculation-expected.txt: Added. * inspector/tabbed-pane-max-tab-width-calculation.html: Added. 2011-12-09 Pavel Podivilov Web Inspector: auto detect source map url. https://bugs.webkit.org/show_bug.cgi?id=74088 Reviewed by Pavel Feldman. * inspector/debugger/raw-source-code.html: 2011-12-21 Csaba Osztrogonác [Qt] Unreviewed gardening. Update Qt specific expected results. * platform/qt/Skipped: Skip fast/text/international/bdi-neutral-wrapped.html because of missing test font. * platform/qt/css2.1/20110323/border-conflict-style-079-expected.png: Added. * platform/qt/css2.1/20110323/floating-replaced-height-008-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added. * platform/qt/css2.1/t170602-bdr-conflct-w-51-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-52-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-53-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-55-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-56-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-57-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-58-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-59-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-61-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-62-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-63-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-65-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-66-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-67-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-68-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-69-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-71-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-72-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-73-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-75-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-76-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-77-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-78-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-79-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-81-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-82-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-83-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-85-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-86-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-87-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-88-d-expected.png: * platform/qt/css2.1/t170602-bdr-conflct-w-89-d-expected.png: * platform/qt/test_expectations.txt: Unskip passing tests. 2011-12-21 Ilya Tikhonovsky Unreviewed update test expectation for svg/custom/linking-uri-01-b.svg * platform/chromium/test_expectations.txt: 2011-12-21 Ilya Tikhonovsky Unreviewed update test expectations for inspector's tests. * platform/chromium/test_expectations.txt: 2011-12-21 João Paulo Rechi Vita [Qt] [Gardening] Move tests to the right skip list. https://bugs.webkit.org/show_bug.cgi?id=74958 These tests pass on Qt-5.0 both with WK1 and WK2 but fail on Qt-4.8. Also removes comment refering to Qt-4.7 since the test fails on all versions at the moment. Reviewed by Csaba Osztrogonác. * platform/qt-4.8/Skipped: * platform/qt/Skipped: 2011-12-20 David Levin Disable a test without a result while I figure out how to make the results consistent for each run. Bug 74666 basically tracks re-enabling this test since it contains an enhanced version of it. * http/tests/workers/interrupt-database-sync-open-crash.html-skipped: Renamed from LayoutTests/http/tests/workers/interrupt-database-sync-open-crash.html. 2011-12-20 Florin Malita td element ignores zero width/height input element https://bugs.webkit.org/show_bug.cgi?id=74636 Reviewed by Kent Tamura. * fast/forms/input-zero-width-expected.html: Added. * fast/forms/input-zero-width.html: Added. 2011-12-20 Eric Carlson WebVTT cues sometimes render when they should not https://bugs.webkit.org/show_bug.cgi?id=74873 Reviewed by Darin Adler. * media/track/captions-webvtt/captions-gaps.vtt: Added. * media/track/track-cue-nothing-to-render-expected.txt: Added. * media/track/track-cue-nothing-to-render.html: Added. 2011-12-20 Tony Chang [chromium] Unreviewed, according to the flakiness dashboard, http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html is consistently passing. * platform/chromium/test_expectations.txt: 2011-12-20 Tony Chang [chromium] Unreviewed, according to the flakiness dashboard, svg/css/glyph-orientation-rounding-test.xhtml is consistently passing on all platforms. * platform/chromium/test_expectations.txt: 2011-12-20 Ken Buchanan When content is wrapped, all hell breaks loose https://bugs.webkit.org/show_bug.cgi?id=74396 New test case by Aharon Lanin for multi-line bidi. Reviewed by Ryosuke Niwa. * fast/text/international/bidi-neutral-wrapped.html: Added. * fast/text/international/bidi-neutral-wrapped-expected.html: Added. 2011-12-20 Jarred Nicholls Perform case insensitive matching on MIME types in XHR https://bugs.webkit.org/show_bug.cgi?id=74800 New tests that verify mixed case MIME types are properly handled in XHR for - user provided types via overrideMimeType() - server-sent Content-Type headers Reviewed by Darin Adler. * http/tests/xmlhttprequest/resources/xmlhttprequest-mimetype-mixed-case.php: Added. * http/tests/xmlhttprequest/xmlhttprequest-mimetype-mixed-case.html: Added. * http/tests/xmlhttprequest/xmlhttprequest-mimetype-mixed-case-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-mixed-case.html: Added. * http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-mixed-case-expected.txt: Added. 2011-12-20 Csaba Osztrogonác [Qt][WK2] 2 editing tests introduced in r103073 fails https://bugs.webkit.org/show_bug.cgi?id=74937 Unreviewed gardening, skip failing tests. * platform/qt-wk2/Skipped: 2011-12-20 Csaba Osztrogonác [Qt][WK2] Assertion hit and crash with fast/multicol/pagination-* tests https://bugs.webkit.org/show_bug.cgi?id=74511 Unreviewed gardening, skip failing tests. * platform/qt-wk2/Skipped: 2011-12-20 Andrey Kosyakov REGRESSION(r103325) - injected-script-for-origin.html crashing in Chromium Linux debug https://bugs.webkit.org/show_bug.cgi?id=74934 Unreviewed test fix. * http/tests/inspector/injected-script-for-origin.html: 2011-12-20 Ilya Tikhonovsky chromium: unreviewed. Clean out passing tests from test_expectations.txt. * platform/chromium/test_expectations.txt: plugins/form-value.html: was fixed at r103147. fast/images/move-image-to-new-document.html: was fixed somewhere between r102959 and r102965. media/media-controller-playback.html: rebaselined at r103285. 2011-12-20 Michael Starzinger [Chromium] Rebaseline fast/js/mozilla/strict/15.4.5.1.html https://bugs.webkit.org/show_bug.cgi?id=74918 Unreviewed expectation fix. * platform/chromium/fast/js/mozilla/strict/15.4.5.1-expected.txt: Added. * platform/chromium/test_ 2011-12-20 Julien Chaffraix Regression(99212): table rows get incorrect height after changing some cells' height https://bugs.webkit.org/show_bug.cgi?id=74303 Reviewed by Darin Adler. Added some tests that resize a cell or a row and check that we properly recompute the height. * fast/table/resize-table-binding-cell-expected.txt: Added. * fast/table/resize-table-binding-cell.html: Added. * fast/table/resize-table-cell-expected.txt: Added. * fast/table/resize-table-cell.html: Added. * fast/table/resize-table-row-expected.txt: Added. * fast/table/resize-table-row.html: Added. 2011-12-20 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-mac/Skipped: Skip failing and crashing tests to try to paint the bot green. 2011-12-20 Julien Chaffraix Crash in RenderTable::outerBorderAfter http://webkit.org/b/74026 Reviewed by Eric Seidel. * fast/table/computeLogicalWidth-table-needsSectionRecalc-expected.txt: Added. * fast/table/computeLogicalWidth-table-needsSectionRecalc.html: Added. 2011-12-19 Yael Aharon Update dropzone implementation per spec update https://bugs.webkit.org/show_bug.cgi?id=74834 Reviewed by Tony Chang. Update the tests per spec change. * fast/events/dropzone-001.html: * fast/events/dropzone-002.html: * fast/events/dropzone-003.html: * fast/events/dropzone-004.html: 2011-12-16 Gavin Barraclough https://bugs.webkit.org/show_bug.cgi?id=74903 Exceptions not thrown correctly from DFG JIT on 32bit Reviewed by Oliver Hunt. Arguments for lookupExceptionHandler are not setup correctly. In the case of ARMv7 we rely on lr being preserved over a call, this in invalid. On x86 we don't should be poking the arguments onto the stack! * fast/js/dfg-exception-expected.txt: Added. * fast/js/dfg-exception.html: Added. * fast/js/script-tests/dfg-exception.js: Added. (doesntDFGCompile): (test): 2011-12-19 James Robinson [chromium] Set the CCLayerTreeHost pointer on LayerChromium instances eagerly https://bugs.webkit.org/show_bug.cgi?id=74477 Reviewed by Kenneth Russell. * platform/chromium/test_expectations.txt: 2011-12-19 Jer Noble Rebaseline results from https://bugs.webkit.org/show_bug.cgi?id=74870 Unreviewed; rebaseline only. * media/media-controller-playback-expected.txt: 2011-12-19 Tony Chang [chromium] Unreviewed, mark svg/filters/big-sized-filter.svg as slow in debug. * platform/chromium/test_expectations.txt: 2011-12-19 Joshua Bell IndexedDB multiple calls to transaction.objectStore(name) should return the same instance https://bugs.webkit.org/show_bug.cgi?id=60208 Reviewed by Tony Chang. * storage/indexeddb/mozilla/object-identity-expected.txt: Added. * storage/indexeddb/mozilla/object-identity.html: Added. * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: * storage/indexeddb/transaction-and-objectstore-calls.html: * storage/indexeddb/tutorial.html: 2011-12-19 Tony Chang [chromium] Unreviewed, adding a bug number for svg/carto.net/selectionlist.svg. * platform/chromium/test_expectations.txt: 2011-12-19 Adrienne Walker [chromium] Replace accidentally removed expectation in r103270. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-19 Tony Chang [chromium] Unreviewed, according to the flakiness dashboard, fast/dom/Document/early-document-access.html consistently passes. * platform/chromium/test_expectations.txt: 2011-12-16 Zhenyao Mo Postpone deleteRenderbuffer/deleteTexture until all framebuffer attachment points are removed. https://bugs.webkit.org/show_bug.cgi?id=74741 Reviewed by Kenneth Russell. * fast/canvas/webgl/object-deletion-behaviour-expected.txt: * fast/canvas/webgl/object-deletion-behaviour.html: synced with khronos side. 2011-12-19 Adrienne Walker [chromium] Rebaseline table-cell-collapsed-border after r103251. Unreviewed gardening. mwenge asked for this test to be rebaselined. Also, marking a failing border-conflict-element-001d failure on CG only as WONTFIX, as Chromium's CG configurations are going away soon. * platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: * platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: * platform/chromium-linux/fast/repaint/table-cell-collapsed-border-expected.png: * platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: * platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png: * platform/chromium/test_expectations.txt: 2011-12-19 Tony Chang [chromium] Unreviewed, according to the flakiness dashboard, fast/body-propagation/overflow/003-xhtml.xhtml consistently passes. * platform/chromium/test_expectations.txt: 2011-12-19 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-wk2/Skipped: Unskip now passing tests. 2011-12-19 Tony Chang [chromium] Unreviewed, according to the flakiness dashboard, http/tests/security/mixedContent/insecure-css-in-main-frame.html consistently passes. * platform/chromium/test_expectations.txt: 2011-12-19 Adrienne Walker [chromium] Mark all the media-controller-playback tests as failing. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-19 Adrienne Walker [chromium] Mark unreachable-overflow-rtl-bug as failing after r103245. https://bugs.webkit.org/show_bug.cgi?id=74881 Unreviewed gardening. Also, make expectation file pass linting. * platform/chromium/test_expectations.txt: 2011-12-19 Robert Hogan Update suppressions for r103251 Unreviewed, expectaions update - missed suppressing a few of the border conflict tests that need rebaselining. * platform/chromium/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: 2011-12-04 Robert Hogan CSS 2.1 failure: border-conflict-element-* https://bugs.webkit.org/show_bug.cgi?id=71244 Reviewed by Darin Adler. Add all the passing border-conflict-element* tests from the CSS 2.1 test suite. Add a corrected version of the CSS suite test border-conflict-element-002.htm, which can sit here until the corrected version is landed upstream. See http://lists.w3.org/Archives/Public/public-css-testsuite/2011Nov/0002.html Rebaseline all t170602-bdr-conflct-w-* tests. The rendering of the collapsed borders in these tests now obeys the order of precedence for the position of the cell and the precendece of the position of the borders within the same cell. Rebaseline two border-conflict-style-* tests: ditto Rebaseline fast/borders/border-antialiasing.html, the result is too small to confirm the difference but presume it is one of the above. Rebaseline floating-replaced-height-008.html as the support file it uses is added by this patch (in order to support border-conflict-element-001d.htm). * css2.1/20110323/border-conflict-element-001-expected.html: Added. * css2.1/20110323/border-conflict-element-001.htm: Added. * css2.1/20110323/border-conflict-element-001d-expected.html: Added. * css2.1/20110323/border-conflict-element-001d.htm: Added. * css2.1/20110323/border-conflict-element-003-expected.html: Added. * css2.1/20110323/border-conflict-element-003.htm: Added. * css2.1/20110323/border-conflict-element-004-expected.html: Added. * css2.1/20110323/border-conflict-element-004.htm: Added. * css2.1/20110323/border-conflict-element-005-expected.html: Added. * css2.1/20110323/border-conflict-element-005.htm: Added. * css2.1/20110323/border-conflict-element-006-expected.html: Added. * css2.1/20110323/border-conflict-element-006.htm: Added. * css2.1/20110323/border-conflict-element-007-expected.html: Added. * css2.1/20110323/border-conflict-element-007.htm: Added. * css2.1/20110323/border-conflict-element-008-expected.html: Added. * css2.1/20110323/border-conflict-element-008.htm: Added. * css2.1/20110323/border-conflict-element-009-expected.html: Added. * css2.1/20110323/border-conflict-element-009.htm: Added. * css2.1/20110323/border-conflict-element-010-expected.html: Added. * css2.1/20110323/border-conflict-element-010.htm: Added. * css2.1/20110323/border-conflict-element-011-expected.html: Added. * css2.1/20110323/border-conflict-element-011.htm: Added. * css2.1/20110323/border-conflict-element-012-expected.html: Added. * css2.1/20110323/border-conflict-element-012.htm: Added. * css2.1/20110323/border-conflict-element-013-expected.html: Added. * css2.1/20110323/border-conflict-element-013.htm: Added. * css2.1/20110323/border-conflict-element-014-expected.html: Added. * css2.1/20110323/border-conflict-element-014.htm: Added. * css2.1/20110323/border-conflict-element-015-expected.html: Added. * css2.1/20110323/border-conflict-element-015.htm: Added. * css2.1/20110323/border-conflict-element-016-expected.html: Added. * css2.1/20110323/border-conflict-element-016.htm: Added. * css2.1/20110323/border-conflict-element-017-expected.html: Added. * css2.1/20110323/border-conflict-element-017.htm: Added. * css2.1/20110323/border-conflict-element-018-expected.html: Added. * css2.1/20110323/border-conflict-element-018.htm: Added. * css2.1/20110323/border-conflict-element-019-expected.html: Added. * css2.1/20110323/border-conflict-element-019.htm: Added. * css2.1/20110323/border-conflict-element-020-expected.html: Added. * css2.1/20110323/border-conflict-element-020.htm: Added. * css2.1/20110323/border-conflict-element-021-expected.html: Added. * css2.1/20110323/border-conflict-element-021.htm: Added. * css2.1/20110323/border-conflict-element-022-expected.html: Added. * css2.1/20110323/border-conflict-element-022.htm: Added. * css2.1/20110323/border-conflict-element-023-expected.html: Added. * css2.1/20110323/border-conflict-element-023.htm: Added. * css2.1/20110323/border-conflict-element-024-expected.html: Added. * css2.1/20110323/border-conflict-element-024.htm: Added. * css2.1/20110323/border-conflict-element-025-expected.html: Added. * css2.1/20110323/border-conflict-element-025.htm: Added. * css2.1/20110323/border-conflict-element-026-expected.html: Added. * css2.1/20110323/border-conflict-element-026.htm: Added. * css2.1/20110323/border-conflict-element-027-expected.html: Added. * css2.1/20110323/border-conflict-element-027.htm: Added. * css2.1/20110323/border-conflict-element-028-expected.html: Added. * css2.1/20110323/border-conflict-element-028.htm: Added. * css2.1/20110323/border-conflict-element-029-expected.html: Added. * css2.1/20110323/border-conflict-element-029.htm: Added. * css2.1/20110323/border-conflict-element-030-expected.html: Added. * css2.1/20110323/border-conflict-element-030.htm: Added. * css2.1/20110323/border-conflict-element-031-expected.html: Added. * css2.1/20110323/border-conflict-element-031.htm: Added. * css2.1/20110323/border-conflict-element-032-expected.html: Added. * css2.1/20110323/border-conflict-element-032.htm: Added. * css2.1/20110323/border-conflict-element-033-expected.html: Added. * css2.1/20110323/border-conflict-element-033.htm: Added. * css2.1/20110323/border-conflict-element-034-expected.html: Added. * css2.1/20110323/border-conflict-element-034.htm: Added. * css2.1/20110323/border-conflict-element-035-expected.html: Added. * css2.1/20110323/border-conflict-element-035.htm: Added. * css2.1/20110323/border-conflict-element-036-expected.html: Added. * css2.1/20110323/border-conflict-element-036.htm: Added. * css2.1/20110323/border-conflict-element-037-expected.html: Added. * css2.1/20110323/border-conflict-element-037.htm: Added. * css2.1/20110323/border-conflict-element-038-expected.html: Added. * css2.1/20110323/border-conflict-element-038.htm: Added. * css2.1/20110323/border-conflict-element-039-expected.html: Added. * css2.1/20110323/border-conflict-element-039.htm: Added. * css2.1/20110323/support/swatch-blue.png: Added. * css2.1/20110323/support/swatch-green.png: Added. * css2.1/20110323/support/swatch-lime.png: Added. * css2.1/20110323/support/swatch-orange.png: Added. * css2.1/20110323/support/swatch-red.png: Added. * css2.1/20110323/support/swatch-teal.png: Added. * css2.1/20110323/support/swatch-white.png: Added. * css2.1/20110323/support/swatch-yellow.png: Added. * fast/css/border-conflict-element-002-expected.html: Added. * fast/css/border-conflict-element-002.htm: Added. * platform/chromium-linux/css2.1/20110323/border-conflict-style-079-expected.png: * platform/chromium-linux/css2.1/20110323/floating-replaced-height-008-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-05-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-06-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-07-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-08-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-15-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-16-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-17-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-18-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-51-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-52-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-53-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-54-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-55-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-56-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-57-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-58-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-59-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-61-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-62-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-63-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-64-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-65-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-66-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-67-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-68-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-69-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-71-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-72-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-73-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-74-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-75-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-76-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-77-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-78-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-79-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-81-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-82-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-83-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-84-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-85-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-86-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-87-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-88-d-expected.png: * platform/chromium-linux/css2.1/t170602-bdr-conflct-w-89-d-expected.png: * platform/chromium-linux/fast/borders/border-antialiasing-expected.png: 2011-12-19 Jer Noble MediaController: cannot scrub while playing. https://bugs.webkit.org/show_bug.cgi?id=74870 rdar://problem/10602037 Reviewed by Eric Carlson. * media/media-controller-playback.html: 2011-12-19 Adrienne Walker [chromium] Mark more worker tests as being flaky crashers https://bugs.webkit.org/show_bug.cgi?id=74746 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-19 Adam Barth We don't pass all of the html5lib unsafe-text.dat tests https://bugs.webkit.org/show_bug.cgi?id=74825 Reviewed by Eric Seidel. Show test progression. * html5lib/runner-expected.txt: * platform/chromium/html5lib/runner-expected.txt: 2011-12-19 Adam Barth WebKit should support HTML entities that expand to more than one character https://bugs.webkit.org/show_bug.cgi?id=74826 Reviewed by Darin Adler. Show test progression. * html5lib/runner-expected.txt: * platform/chromium/html5lib/runner-expected.txt: 2011-12-19 Eric Carlson Render text tracks https://bugs.webkit.org/show_bug.cgi?id=62886 Reviewed by Sam Weinig. * media/media-controls.js: (mediaControlsElement): Don't always look for a controller element. (mediaControlsButtonCoordinates): (textTrackDisplayElement): Find the cue display element. * media/track/captions-webvtt/captions.vtt: Added. * media/track/track-cue-rendering-expected.txt: Added. * media/track/track-cue-rendering.html: Added. 2011-12-19 Csaba Osztrogonác [Qt] Test fonts are not used with Qt5 https://bugs.webkit.org/show_bug.cgi?id=72513 * platform/qt-5.0/Skipped: Unskip now passing tests. 2011-12-19 Csaba Osztrogonác [Qt] Test fonts are not used with Qt5 https://bugs.webkit.org/show_bug.cgi?id=72513 * platform/qt-5.0/Skipped: Unskip now passing tests. * platform/qt-wk2/Skipped: Skip unskipped qt-5.0 tests fail on qt-wk2. 2011-12-19 Mikhail Naganov [Chromium] Removing suppressions from: https://bugs.webkit.org/show_bug.cgi?id=74726. Tests pass on bots: http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28CG%29/builds/1832/steps/webkit_tests/logs/stdio http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.6%20%28CG%29%28dbg%29/builds/2097/steps/webkit_tests/logs/stdio * platform/chromium/test_expectations.txt: 2011-12-19 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip a new failing test. * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r103217. * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r103217. * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated after r103217. 2011-12-19 Adam Barth The HTML parser doesn't enforce the "Noah's Ark condition" from the HTML5 spec https://bugs.webkit.org/show_bug.cgi?id=74828 Reviewed by Darin Adler. Show test progression. * fast/parser/residual-style-dom-expected.txt: - This isn't a great test because it's hard to see how changes affect the output. However, we have good coverage of these topics in the HTML5lib tests. * html5lib/runner-expected.txt: * platform/chromium/html5lib/runner-expected.txt: 2011-12-19 Benjamin Poulain Add support for 8 bits strings to Document::isValidName() https://bugs.webkit.org/show_bug.cgi?id=74784 Reviewed by Darin Adler. Add tests for valid and invalid names for nodes. * fast/dom/Document/createElement-invalid-names-expected.txt: Added. * fast/dom/Document/createElement-invalid-names.html: Added. * fast/dom/Document/createElement-valid-names-expected.txt: Added. * fast/dom/Document/createElement-valid-names.html: Added. 2011-12-18 Shinya Kawanaka A test that mutation happens when asynchronous spell checking is in process. https://bugs.webkit.org/show_bug.cgi?id=72940 Reviewed by Hajime Morita. Added a test that mutation happens when spellchecking. This test confirms crash won't happen, and how markers are used. * editing/spelling/spellcheck-async-mutation-expected.txt: Added. * editing/spelling/spellcheck-async-mutation.html: Added. * platform/gtk/Skipped: * platform/mac-leopard/Skipped: * platform/qt/Skipped: 2011-12-18 Darin Adler Fixed some test expectations the best I could using my Lion machine. Some of these may require additional tuning. * fast/dom/Window/script-tests/window-property-descriptors.js: Added webkitNotifications to the list of properties to not dump, since it's different in different configurations. Also re-sorted the list and improved comments. * fast/dom/Window/window-properties.html: Ditto. * fast/dom/script-tests/prototype-inheritance-2.js: Ditto. * platform/mac/fast/dom/Window/window-properties-expected.txt: Updated for the change in WebKitCSSFilterValue constants. * platform/win/fast/dom/Window/window-properties-expected.txt: Ditto. * platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.png: Removed. * platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.txt: Removed. * platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.png: Removed. * platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.txt: Removed. * platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.png: Removed. * platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.txt: Removed. * platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.png: Removed. * platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.txt: Removed. * platform/mac-snowleopard/printing: Removed. * platform/mac-snowleopard/printing/width-overflow-expected.png: Removed. * platform/mac-snowleopard/printing/width-overflow-expected.txt: Removed. * platform/mac/fast/regions/region-style-block-background-color-expected.png: Copied from platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.png. * platform/mac/fast/regions/region-style-block-background-color-expected.txt: Copied from platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.txt. * platform/mac/fast/regions/region-style-block-background-color2-expected.png: Copied from platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.png. * platform/mac/fast/regions/region-style-block-background-color2-expected.txt: Copied from platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.txt. * platform/mac/fast/regions/region-style-image-background-color-expected.png: Copied from platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.png. * platform/mac/fast/regions/region-style-image-background-color-expected.txt: Copied from platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.txt. * platform/mac/fast/regions/region-style-inline-background-color-expected.png: Copied from platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.png. * platform/mac/fast/regions/region-style-inline-background-color-expected.txt: Copied from platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.txt. * platform/mac/printing/width-overflow-expected.png: Copied from platform/mac-snowleopard/printing/width-overflow-expected.png. * platform/mac/printing/width-overflow-expected.txt: Copied from platform/mac-snowleopard/printing/width-overflow-expected.txt. Moved these test results from mac-snowleopard to mac. There's no reason to assume the results are different post-Snow-Leopard. * platform/mac/fast/text/unicode-variation-selector-expected.txt: Added. Landed the result generated on my computer. 2011-12-18 Hajime Morrita Unreviewed expectations update. * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added. * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added. * platform/chromium-win-xp/svg/text/bidi-tspans-expected.png: Added. * platform/chromium-win-xp/tables/mozilla/bugs/bug2479-4-expected.png: Added. 2011-12-18 Hajime Morrita Unreviewed test_expectations.txt update. * platform/chromium/test_expectations.txt: 2011-12-18 David Barton , , , and baseline positions are wrong https://bugs.webkit.org/show_bug.cgi?id=72821 Reviewed by Darin Adler. * platform/mac/mathml/presentation/msup-base-changed-expected.png: * platform/mac/mathml/presentation/msup-base-changed-expected.txt: * platform/mac/mathml/presentation/msup-sup-changed-expected.png: * platform/mac/mathml/presentation/msup-sup-changed-expected.txt: * platform/mac/mathml/presentation/over-expected.png: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/roots-expected.png: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.png: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/sup-expected.png: * platform/mac/mathml/presentation/sup-expected.txt: * platform/mac/mathml/presentation/under-expected.png: * platform/mac/mathml/presentation/under-expected.txt: * platform/mac/mathml/presentation/underover-expected.png: * platform/mac/mathml/presentation/underover-expected.txt: 2011-12-18 Dan Bernstein Positioned Floats: Assertion hit in fast/block/positioning/positioned-float-layout-after-image-load.html https://bugs.webkit.org/show_bug.cgi?id=67759 Reviewed by Darin Adler. Re-added this test from r94695. * fast/block/positioning/positioned-float-layout-after-image-load-expected.txt: Copied from LayoutTests/fast/block/positioning/positioned-float-layout-after-image-load-expected.txt. * fast/block/positioning/positioned-float-layout-after-image-load.html: Copied from LayoutTests/fast/block/positioning/positioned-float-layout-after-image-load.html. * fast/block/positioning/resources/positioned-float-layout-after-image-load-2.html: Copied from LayoutTests/fast/block/positioning/resources/positioned-float-layout-after-image-load-2.html. 2011-12-18 Hajime Morrita Unreviewed expectations update. * platform/chromium-cg-mac-snowleopard/fast/text/drawBidiText-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/fast/text/drawBidiText-expected.png. * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/drawBidiText-expected.png. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-4-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png. * platform/chromium-win-vista/fast/text/drawBidiText-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: * platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.png: Removed. * platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.txt: * platform/chromium-win-vista/svg/text/bidi-tspans-expected.png: Removed. * platform/chromium-win-vista/svg/text/bidi-tspans-expected.txt: * platform/chromium-win-vista/tables/mozilla/bugs/bug2479-4-expected.png: Removed. 2011-12-18 Alice Boxhall Make AccessibilityObject::lineForPosition return the correct value for cases where the position is not within the current object. https://bugs.webkit.org/show_bug.cgi?id=71348 Reviewed by Chris Fleizach. * accessibility/textarea-insertion-point-line-number-expected.txt: * accessibility/textarea-insertion-point-line-number.html: 2011-12-18 Adam Barth Adoption agency iteration limits in HTML parser don't match HTML5 spec https://bugs.webkit.org/show_bug.cgi?id=74822 Reviewed by Eric Seidel. Show test progression. * fast/parser/residual-style-dom-expected.txt: * html5lib/runner-expected.txt: * platform/chromium/html5lib/runner-expected.txt: 2011-12-18 Antti Koivisto https://bugs.webkit.org/show_bug.cgi?id=73954 REGRESSION (r97745): Transitions don't work on links Reviewed by Andreas Kling. Unfortunately the automatic test provides code coverage only as reading back the properties from the style always gives back non-visited values. The bug is visible running the test manually. * transitions/visited-link-color-expected.txt: Added. * transitions/visited-link-color.html: Added. 2011-12-18 Andreas Kling HTMLAllCollection: Get rid of stateful namedItem traversal. Reviewed by Sam Weinig. * fast/dom/htmlallcollection-call-with-index-caching-bug-expected.txt: Added. * fast/dom/htmlallcollection-call-with-index-caching-bug.html: Added. 2011-12-18 Peter Rybin Web Inspector: Switch to type-safe JSON ConsoleMessage.cpp, InspectorDOMAgent.cpp, InspectorDebuggerAgent.cpp, ScriptCallFrame.cpp https://bugs.webkit.org/show_bug.cgi?id=74549 Reviewed by Pavel Feldman. Expected file modified as JSON properties are now in different order. * inspector/protocol/console-agent-expected.txt: 2011-12-18 Alexandru Chiculita [CSS Shaders] Add FECustomFilter that renders custom filters https://bugs.webkit.org/show_bug.cgi?id=73317 WebKit2 doesn't support the WebGL flag in layoutTestController.overridePreference. Skipping the test like all the other WebGL tests do. Reviewed by Chris Marrin. * css3/filters/effect-custom-expected.png: Added. * css3/filters/effect-custom-expected.txt: Added. * css3/filters/effect-custom.html: Added. * css3/filters/resources/color-offset.fs: Added. * css3/filters/resources/vertex-explode-detached.vs: Added. * css3/filters/resources/vertex-offset.vs: Added. * platform/wk2/Skipped: Skipping the test until WebGL can be enabled from layoutTestController. 2011-12-17 Andreas Kling Cache and reuse the HTMLAllCollection returned by document.all. Reviewed by Antti Koivisto. Update tests to document the new behavior of document.all. * fast/dom/document-collection-idempotence-expected.txt: * fast/dom/document-collection-idempotence.html: * fast/dom/gc-9-expected.txt: * fast/dom/gc-9.html: 2011-12-17 Adrienne Walker [chromium] Mark svg/W3C-SVG-1.1/animate-elem* tests as flaky crashers https://bugs.webkit.org/show_bug.cgi?id=74788 Unreviewed gardening. There are only about a dozen tests that have been seen to fail on the bots, but the set keeps changing. Rather than just marking known failures, mark all these tests to avoid further gardening fallout. * platform/chromium/test_expectations.txt: 2011-12-17 Kenichi Ishibashi Text dispappear when SVG font has no latin character https://bugs.webkit.org/show_bug.cgi?id=71765 Reviewed by Nikolas Zimmermann. Test that text can be displayed with a SVG font which has no latin character. * svg/custom/svg-fonts-no-latin-glyph-expected.txt: Added. * svg/custom/resources/no-latin-glyph-font.svg: Added. * svg/custom/svg-fonts-no-latin-glyph.html: Added. 2011-12-17 Adrienne Walker [chromium] Rebaseline huge-layer-rotated after r103129. https://bugs.webkit.org/show_bug.cgi?id=72686 Unreviewed gardening. I don't understand why this would have changed rendering on any test, but there are only small diffences in the lower left, so rebaselining. It's also possible, but far less likely, that this was from r103130. * platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png: 2011-12-17 Adrienne Walker [chromium] Mark more worker tests as flaky crashers after r103095. https://bugs.webkit.org/show_bug.cgi?id=74746 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-17 Adrienne Walker [chromium] Mark fast/js/dfg-poison-fuzz.html as slow in debug. https://bugs.webkit.org/show_bug.cgi?id=74787 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-17 Adrienne Walker [chromium] Reverting r103011, r103135 due to Aura test failures Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-12-16 Chris Marrin Hardware acceleration of W3C Filter Effects https://bugs.webkit.org/show_bug.cgi?id=68479 Reviewed by Simon Fraser. Equivalent tests to the non-hardware versions * css3/filters/effect-blur-hw-expected.png: Added. * css3/filters/effect-blur-hw-expected.txt: Added. * css3/filters/effect-blur-hw.html: Added. * css3/filters/effect-combined-hw-expected.png: Added. * css3/filters/effect-combined-hw-expected.txt: Added. * css3/filters/effect-combined-hw.html: Added. * css3/filters/effect-drop-shadow-hw-expected.png: Added. * css3/filters/effect-drop-shadow-hw-expected.txt: Added. * css3/filters/effect-drop-shadow-hw.html: Added. * css3/filters/effect-grayscale-hw-expected.png: Added. * css3/filters/effect-grayscale-hw-expected.txt: Added. * css3/filters/effect-grayscale-hw.html: Added. * css3/filters/effect-hue-rotate-hw-expected.png: Added. * css3/filters/effect-hue-rotate-hw-expected.txt: Added. * css3/filters/effect-hue-rotate-hw.html: Added. * css3/filters/effect-invert-hw-expected.png: Added. * css3/filters/effect-invert-hw-expected.txt: Added. * css3/filters/effect-invert-hw.html: Added. * css3/filters/effect-opacity-hw-expected.png: Added. * css3/filters/effect-opacity-hw-expected.txt: Added. * css3/filters/effect-opacity-hw.html: Added. * css3/filters/effect-saturate-hw-expected.png: Added. * css3/filters/effect-saturate-hw-expected.txt: Added. * css3/filters/effect-saturate-hw.html: Added. * css3/filters/effect-sepia-hw-expected.png: Added. * css3/filters/effect-sepia-hw-expected.txt: Added. * css3/filters/effect-sepia-hw.html: Added. * platform/win/Skipped: 2011-12-17 Csaba Osztrogonác [Qt] fast/canvas/2d.text.draw.fill.maxWidth.gradient.html fails with newer Qt5 https://bugs.webkit.org/show_bug.cgi?id=74785 * platform/qt-5.0/Skipped: Skip fast/canvas/2d.text.draw.fill.maxWidth.gradient.html. 2011-12-16 Ami Fischman Layout Test media/controls-right-click-on-timebar.html is flaky - Crash on LEOPARD CG DEBUG ffmpeg_video_decoder.cc has been reworked extensively since the reported crashes and the test is 0% flaky now. https://bugs.webkit.org/show_bug.cgi?id=68747 Reviewed by Eric Carlson. * platform/chromium/test_expectations.txt: 2011-12-16 Tony Chang [chromium] 2 repaint test failures on mac https://bugs.webkit.org/show_bug.cgi?id=66338 Unreviewed. These are expected differences between Apple DRT and Chromium DRT on Mac caused by different code paths for drawing scrollbars. * platform/chromium-cg-mac-snowleopard/fast/repaint/background-scaling-expected.png: Added. * platform/chromium-cg-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/scale-page-shrink-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png: Added. * platform/chromium-win/fast/repaint/background-scaling-expected.png: Renamed from LayoutTests/platform/chromium/fast/repaint/background-scaling-expected.png. * platform/chromium/fast/repaint/background-scaling-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2011-12-16 Adam Barth