Changeset 95039 in webkit


Ignore:
Timestamp:
Sep 13, 2011 12:26:44 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[WK2] [Mac] Implement KeyDown function for WebKit2 EventSender.
https://bugs.webkit.org/show_bug.cgi?id=57515

Source/WebKit2:

The code change in WebKit2 allows key events being sent to WebProcess from UIProcess synchronously.

Patch by Chang Shu <cshu@webkit.org> on 2011-09-13
Reviewed by Darin Adler.

  • UIProcess/API/C/WKPage.cpp:

(WKPageSetShouldSendKeyboardEventSynchronously):

  • UIProcess/API/C/WKPagePrivate.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::WebPageProxy):
(WebKit::WebPageProxy::handleKeyboardEvent):

  • UIProcess/WebPageProxy.h:

(WebKit::WebPageProxy::setShouldSendKeyboardEventSynchronously):

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::keyEventSyncForTesting):

  • WebProcess/WebPage/WebPage.h:
  • WebProcess/WebPage/WebPage.messages.in:

Tools:

The code change in WebKitTestRunner first sends keydown event from InjectedBundle to
TestController synchronously. The latter then sends simulated event to WebKit2 module,
which is synchronous, too.

Patch by Chang Shu <cshu@webkit.org> on 2011-09-13
Reviewed by Darin Adler.

  • WebKitTestRunner/EventSenderProxy.h: Added.

(WTR::EventSenderProxy::EventSenderProxy):

  • WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl:
  • WebKitTestRunner/InjectedBundle/EventSendingController.cpp:

(WTR::EventSendingController::keyDown):

  • WebKitTestRunner/InjectedBundle/EventSendingController.h:
  • WebKitTestRunner/PlatformWebView.h:

(WTR::PlatformWebView::platformWindow):

  • WebKitTestRunner/TestController.cpp:

(WTR::TestController::TestController):
(WTR::TestController::didReceiveSynchronousMessageFromInjectedBundle):

  • WebKitTestRunner/TestController.h:
  • WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
  • WebKitTestRunner/mac/EventSenderProxy.mm: Added.

(WTR::buildModifierFlags):
(WTR::EventSenderProxy::keyDown):

LayoutTests:

Unskip passed tests for Mac.

Patch by Chang Shu <cshu@webkit.org> on 2011-09-13
Reviewed by Darin Adler.

  • platform/mac-wk2/Skipped:
  • platform/qt-wk2/Skipped:
  • platform/win-wk2/Skipped:
  • platform/wk2/Skipped:
Location:
trunk
Files:
1 added
21 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r95038 r95039  
     12011-09-13  Chang Shu  <cshu@webkit.org>
     2
     3        [WK2] [Mac] Implement KeyDown function for WebKit2 EventSender.
     4        https://bugs.webkit.org/show_bug.cgi?id=57515
     5
     6        Unskip passed tests for Mac.
     7
     8        Reviewed by Darin Adler.
     9
     10        * platform/mac-wk2/Skipped:
     11        * platform/qt-wk2/Skipped:
     12        * platform/win-wk2/Skipped:
     13        * platform/wk2/Skipped:
     14
    1152011-09-13  Joseph Pecoraro  <joepeck@webkit.org>
    216
  • trunk/LayoutTests/platform/mac-wk2/Skipped

    r90125 r95039  
    3939### START OF (1) Classified failures with bug reports
    4040
     41# WebKitTestRunner needs an implementation of eventSender
     42# <https://bugs.webkit.org/show_bug.cgi?id=42194>
     43editing/deleting/delete-ligature-003.html
     44editing/deleting/smart-delete-001.html
     45editing/deleting/smart-delete-002.html
     46editing/deleting/smart-delete-003.html
     47editing/deleting/smart-delete-004.html
     48editing/execCommand/findString-2.html
     49editing/pasteboard/4944770-2.html
     50editing/pasteboard/4947130.html
     51editing/pasteboard/copy-standalone-image-crash.html
     52editing/pasteboard/drag-and-drop-image-contenteditable.html
     53editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
     54editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
     55editing/pasteboard/drag-drop-dead-frame.html
     56editing/pasteboard/drag-drop-input-textarea.html
     57editing/pasteboard/drag-drop-list.html
     58editing/pasteboard/drag-drop-modifies-page.html
     59editing/pasteboard/drag-drop-url-text.html
     60editing/pasteboard/drag-image-in-about-blank-frame.html
     61editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
     62editing/pasteboard/drag-selected-image-to-contenteditable.html
     63editing/pasteboard/drop-file-svg.html
     64editing/pasteboard/drop-inputtext-acquires-style.html
     65editing/pasteboard/drop-link.html
     66editing/pasteboard/drop-text-events.html
     67editing/pasteboard/drop-text-without-selection.html
     68editing/pasteboard/emacs-cntl-y-001.html
     69editing/pasteboard/emacs-ctrl-a-k-y.html
     70editing/pasteboard/emacs-ctrl-k-y-001.html
     71editing/pasteboard/file-input-files-access.html
     72editing/pasteboard/files-during-page-drags.html
     73editing/pasteboard/get-data-text-plain-drop.html
     74editing/pasteboard/smart-drag-drop.html
     75editing/pasteboard/smart-paste-001.html
     76editing/pasteboard/smart-paste-002.html
     77editing/pasteboard/smart-paste-003.html
     78editing/pasteboard/smart-paste-004.html
     79editing/pasteboard/smart-paste-005.html
     80editing/pasteboard/smart-paste-007.html
     81editing/pasteboard/smart-paste-008.html
     82editing/pasteboard/subframe-dragndrop-1.html
     83editing/selection/14971.html
     84editing/selection/4895428-1.html
     85editing/selection/4895428-4.html
     86editing/selection/5057506.html
     87editing/selection/5232159.html
     88editing/selection/5333725.html
     89editing/selection/5354455-1.html
     90editing/selection/5354455-2.html
     91editing/selection/anchor-focus2.html
     92editing/selection/anchor-focus3.html
     93editing/selection/button-right-click.html
     94editing/selection/click-in-focusable-link-should-not-clear-selection.html
     95editing/selection/click-in-margins-inside-editable-div.html
     96editing/selection/click-in-padding-with-multiple-line-boxes.html
     97editing/selection/contains-boundaries.html
     98editing/selection/context-menu-on-text.html
     99editing/selection/doubleclick-beside-cr-span.html
     100editing/selection/doubleclick-crash.html
     101editing/selection/doubleclick-whitespace-crash.html
     102editing/selection/doubleclick-whitespace-img-crash.html
     103editing/selection/doubleclick-whitespace.html
     104editing/selection/drag-select-1.html
     105editing/selection/drag-select-rapidly.html
     106editing/selection/drag-start-event-client-x-y.html
     107editing/selection/drag-to-contenteditable-iframe.html
     108editing/selection/empty-cell-right-click.html
     109editing/selection/expanding-selections.html
     110editing/selection/expanding-selections2.html
     111editing/selection/extend-after-mouse-selection.html
     112editing/selection/extend-selection-after-double-click.html
     113editing/selection/fake-doubleclick.html
     114editing/selection/fake-drag.html
     115editing/selection/inline-closest-leaf-child.html
     116editing/selection/last-empty-inline.html
     117editing/selection/mixed-editability-10.html
     118editing/selection/paragraph-granularity.html
     119editing/selection/select-from-textfield-outwards.html
     120editing/selection/select-out-of-editable.html
     121editing/selection/select-out-of-floated-contenteditable.html
     122editing/selection/select-out-of-floated-input.html
     123editing/selection/select-out-of-floated-textarea.html
     124editing/selection/selection-actions.html
     125editing/selection/shift-click.html
     126editing/selection/user-drag-element-and-user-select-none.html
     127editing/selection/word-granularity.html
     128editing/spelling/context-menu-suggestions.html
     129editing/spelling/spellcheck-paste.html
     130editing/undo/undo-deleteWord.html
     131editing/undo/undo-smart-delete-reversed-selection.html
     132editing/undo/undo-smart-delete-word.html
     133fast/block/positioning/hittest-on-relative-positioned-children.html
     134fast/css/user-drag-none.html
     135fast/dom/Window/window-postmessage-clone-frames.html
     136fast/dom/Window/window-postmessage-clone.html
     137fast/dom/horizontal-scrollbar-in-rtl.html
     138fast/dom/vertical-scrollbar-in-rtl.html
     139fast/dynamic/layer-hit-test-crash.html
     140fast/encoding/mailto-always-utf-8.html
     141fast/events/5056619.html
     142fast/events/autoscroll-in-textfield.html
     143fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html
     144fast/events/autoscroll-with-non-scrollable-parent.html
     145fast/events/autoscroll.html
     146fast/events/bogus-dropEffect-effectAllowed.html
     147fast/events/click-count.html
     148fast/events/content-changed-during-drop.html
     149fast/events/context-no-deselect.html
     150fast/events/context-onmousedown-event.html
     151fast/events/contextmenu-scrolled-page-with-frame.html
     152fast/events/continuous-platform-wheelevent-in-scrolling-div.html
     153fast/events/crash-on-mutate-during-drop.html
     154fast/events/dblclick-addEventListener.html
     155fast/events/drag-and-drop-dataTransfer-types-nocrash.html
     156fast/events/drag-and-drop-fire-drag-dragover.html
     157fast/events/drag-and-drop.html
     158fast/events/drag-file-crash.html
     159fast/events/drag-in-frames.html
     160fast/events/drag-parent-node.html
     161fast/events/drag-to-navigate.html
     162fast/events/dropzone-001.html
     163fast/events/dropzone-002.html
     164fast/events/dropzone-003.html
     165fast/events/dropzone-004.html
     166fast/events/keydown-numpad-keys.html
     167fast/events/mouse-click-events.html
     168fast/events/mouseup-from-button2.html
     169fast/events/node-event-anchor-lock.html
     170fast/events/ondragenter.html
     171fast/events/open-window-from-another-frame.html
     172fast/events/platform-wheelevent-in-scrolling-div.html
     173fast/events/popup-blocking-click-in-iframe.html
     174fast/events/popup-when-select-change.html
     175fast/events/prevent-drag-to-navigate.html
     176fast/events/remove-child-onscroll.html
     177fast/events/right-click-focus.html
     178fast/events/scroll-after-click-on-tab-index.html
     179fast/events/scroll-in-scaled-page-with-overflow-hidden.html
     180fast/events/scrollbar-double-click.html
     181fast/events/selectstart-by-double-triple-clicks.html
     182fast/events/selectstart-by-drag.html
     183fast/events/selectstart-prevent-selection-on-right-click.html
     184fast/events/standalone-image-drag-to-editable.html
     185fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
     186fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
     187fast/events/zoom-dblclick.html
     188fast/files/apply-blob-url-to-xhr.html
     189fast/files/file-reader-abort.html
     190fast/files/read-blob-async.html
     191fast/files/read-file-async.html
     192fast/forms/drag-into-textarea.html
     193fast/forms/drag-out-of-textarea.html
     194fast/forms/get-file-upload.html
     195fast/forms/input-file-re-render.html
     196fast/forms/input-readonly-autoscroll.html
     197fast/forms/input-text-double-click.html
     198fast/forms/input-text-drag-down.html
     199fast/forms/listbox-typeahead-cyrillic.html
     200fast/forms/listbox-typeahead-greek.html
     201fast/forms/onselect-textarea.html
     202fast/forms/onselect-textfield.html
     203fast/forms/option-mouseevents.html
     204fast/forms/range/slider-delete-while-dragging-thumb.html
     205fast/forms/range/slider-mouse-events.html
     206fast/forms/range/slider-onchange-event.html
     207fast/forms/select-type-ahead-non-latin.html
     208fast/history/window-open.html
     209fast/lists/drag-into-marker.html
     210fast/loader/policy-delegate-action-hit-test-zoomed.html
     211fast/repaint/japanese-rl-selection-repaint.html
     212fast/repaint/repaint-across-writing-mode-boundary.html
     213fast/repaint/selection-rl.html
     214fast/text/atsui-rtl-override-selection.html
     215fast/text/international/khmer-selection.html
     216fast/text/offsetForPosition-complex-fallback.html
     217fast/text/reset-drag-on-mouse-down.html
     218fast/writing-mode/horizontal-bt-replaced-selection.html
     219fast/writing-mode/japanese-lr-selection.html
     220fast/writing-mode/japanese-rl-selection.html
     221fast/writing-mode/vertical-lr-replaced-selection.html
     222fast/writing-mode/vertical-rl-replaced-selection.html
     223http/tests/local/blob/send-hybrid-blob.html
     224http/tests/local/drag-over-remote-content.html
     225http/tests/local/fileapi/file-last-modified.html
     226http/tests/local/fileapi/send-dragged-file.html
     227http/tests/local/fileapi/send-sliced-dragged-file.html
     228http/tests/local/formdata/form-data-with-unknown-file-extension.html
     229http/tests/local/formdata/send-form-data-constructed-from-form.html
     230http/tests/local/formdata/send-form-data-with-sliced-file.html
     231http/tests/local/formdata/send-form-data.html
     232http/tests/local/formdata/upload-events.html
     233http/tests/misc/bubble-drag-events.html
     234http/tests/security/clipboard/clipboard-file-access.html
     235http/tests/security/dataTransfer-set-data-file-url.html
     236http/tests/security/drag-drop-same-unique-origin.html
     237http/tests/security/drag-over-remote-content-iframe.html
     238media/controls-right-click-on-timebar.html
     239platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html
     240platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html
     241platform/mac/editing/selection/doubleclick-should-not-expand-across-lines.html
     242platform/mac/editing/selection/word-thai.html
     243platform/mac/fast/forms/listbox-scrollbar-hit-test.html
     244platform/mac/fast/overflow/overflow-scrollbar-hit-test.html
     245plugins/clicking-missing-plugin-fires-delegate.html
     246scrollbars/scrollbar-iframe-click-does-not-blur-content.html
     247scrollbars/scrollevent-iframe-no-scrolling-wheel.html
     248
     249svg/custom/foreignObject-crash-on-hover.xml
     250svg/custom/mouse-move-on-svg-container-standalone.svg
     251svg/custom/mouse-move-on-svg-container.xhtml
     252svg/custom/mouse-move-on-svg-root-standalone.svg
     253svg/custom/mouse-move-on-svg-root.xhtml
     254svg/custom/use-events-crash.svg
     255
    41256### END OF (1) Classified failures with bug reports
    42257########################################
  • trunk/LayoutTests/platform/qt-wk2/Skipped

    r95022 r95039  
    6868# WebKitTestRunner needs an implementation of eventSender
    6969# <https://bugs.webkit.org/show_bug.cgi?id=42194>
     70editing/deleting/5729680.html
     71editing/deleting/delete-by-word-001.html
     72editing/deleting/delete-by-word-002.html
     73editing/deleting/delete-ligature-001.html
     74editing/deleting/delete-ligature-002.html
     75editing/deleting/delete-ligature-003.html
     76editing/deleting/forward-delete-key.html
     77editing/deleting/skip-virama-001.html
     78editing/deleting/smart-delete-001.html
     79editing/deleting/smart-delete-002.html
     80editing/deleting/smart-delete-003.html
     81editing/deleting/smart-delete-004.html
     82editing/execCommand/findString-2.html
     83editing/input/emacs-ctrl-o.html
     84editing/input/option-page-up-down.html
     85editing/input/page-up-down-scrolls.html
     86editing/input/scroll-viewport-page-up-down.html
     87editing/input/style-change-during-input.html
     88editing/inserting/typing-tab-designmode-forms.html
     89editing/inserting/typing-tab-designmode.html
     90editing/pasteboard/4944770-2.html
     91editing/pasteboard/4947130.html
     92editing/pasteboard/copy-standalone-image-crash.html
     93editing/pasteboard/drag-and-drop-image-contenteditable.html
     94editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
     95editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
     96editing/pasteboard/drag-drop-dead-frame.html
     97editing/pasteboard/drag-drop-input-textarea.html
     98editing/pasteboard/drag-drop-list.html
     99editing/pasteboard/drag-drop-modifies-page.html
     100editing/pasteboard/drag-drop-url-text.html
     101editing/pasteboard/drag-image-in-about-blank-frame.html
     102editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
     103editing/pasteboard/drag-selected-image-to-contenteditable.html
     104editing/pasteboard/drop-file-svg.html
     105editing/pasteboard/drop-inputtext-acquires-style.html
     106editing/pasteboard/drop-link.html
     107editing/pasteboard/drop-text-events.html
     108editing/pasteboard/drop-text-without-selection.html
     109editing/pasteboard/emacs-cntl-y-001.html
     110editing/pasteboard/emacs-ctrl-a-k-y.html
     111editing/pasteboard/emacs-ctrl-k-y-001.html
     112editing/pasteboard/file-input-files-access.html
     113editing/pasteboard/files-during-page-drags.html
     114editing/pasteboard/get-data-text-plain-drop.html
     115editing/pasteboard/paste-before-tab-span.html
     116editing/pasteboard/smart-drag-drop.html
     117editing/pasteboard/smart-paste-001.html
     118editing/pasteboard/smart-paste-002.html
     119editing/pasteboard/smart-paste-003.html
     120editing/pasteboard/smart-paste-004.html
     121editing/pasteboard/smart-paste-005.html
     122editing/pasteboard/smart-paste-007.html
     123editing/pasteboard/smart-paste-008.html
     124editing/pasteboard/subframe-dragndrop-1.html
     125editing/selection/14971.html
     126editing/selection/4895428-1.html
     127editing/selection/4895428-4.html
     128editing/selection/5057506.html
     129editing/selection/5232159.html
     130editing/selection/5333725.html
     131editing/selection/5354455-1.html
     132editing/selection/5354455-2.html
     133editing/selection/anchor-focus2.html
     134editing/selection/anchor-focus3.html
     135editing/selection/button-right-click.html
     136editing/selection/click-in-focusable-link-should-not-clear-selection.html
     137editing/selection/click-in-margins-inside-editable-div.html
     138editing/selection/click-in-padding-with-multiple-line-boxes.html
     139editing/selection/contains-boundaries.html
     140editing/selection/context-menu-on-text.html
     141editing/selection/doubleclick-beside-cr-span.html
     142editing/selection/doubleclick-crash.html
     143editing/selection/doubleclick-whitespace-crash.html
     144editing/selection/doubleclick-whitespace-img-crash.html
     145editing/selection/doubleclick-whitespace.html
     146editing/selection/drag-select-1.html
     147editing/selection/drag-select-rapidly.html
     148editing/selection/drag-start-event-client-x-y.html
     149editing/selection/drag-to-contenteditable-iframe.html
     150editing/selection/editable-links.html
     151editing/selection/empty-cell-right-click.html
     152editing/selection/expanding-selections.html
     153editing/selection/expanding-selections2.html
     154editing/selection/extend-after-mouse-selection.html
     155editing/selection/extend-selection-after-double-click.html
     156editing/selection/fake-doubleclick.html
     157editing/selection/fake-drag.html
     158editing/selection/inline-closest-leaf-child.html
     159editing/selection/last-empty-inline.html
     160editing/selection/mixed-editability-10.html
     161editing/selection/move-begin-end.html
     162editing/selection/paragraph-granularity.html
     163editing/selection/select-from-textfield-outwards.html
     164editing/selection/select-out-of-editable.html
     165editing/selection/select-out-of-floated-contenteditable.html
     166editing/selection/select-out-of-floated-input.html
     167editing/selection/select-out-of-floated-textarea.html
     168editing/selection/selection-actions.html
     169editing/selection/shift-click.html
     170editing/selection/shrink-selection-after-shift-pagedown.html
     171editing/selection/user-drag-element-and-user-select-none.html
     172editing/selection/word-granularity.html
     173editing/spelling/context-menu-suggestions.html
     174editing/spelling/spellcheck-paste.html
     175editing/undo/undo-deleteWord.html
     176editing/undo/undo-smart-delete-reversed-selection.html
     177editing/undo/undo-smart-delete-word.html
     178fast/block/positioning/hittest-on-relative-positioned-children.html
     179fast/css/user-drag-none.html
     180fast/dom/HTMLSelectElement/click-size-zero-no-crash.html
     181fast/dom/Window/window-postmessage-clone-frames.html
     182fast/dom/Window/window-postmessage-clone.html
     183fast/dom/hidden-iframe-no-focus.html
     184fast/dom/horizontal-scrollbar-in-rtl.html
     185fast/dom/vertical-scrollbar-in-rtl.html
     186fast/dynamic/layer-hit-test-crash.html
     187fast/encoding/mailto-always-utf-8.html
     188fast/events/5056619.html
     189fast/events/access-key-self-destruct.html
     190fast/events/anchor-empty-focus.html
     191fast/events/arrow-keys-on-body.html
     192fast/events/arrow-navigation.html
     193fast/events/attempt-select-all-with-wrong-modifier.html
     194fast/events/autoscroll-in-textfield.html
     195fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html
     196fast/events/autoscroll-with-non-scrollable-parent.html
     197fast/events/autoscroll.html
     198fast/events/bogus-dropEffect-effectAllowed.html
     199fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html
     200fast/events/check-defocus-event-order-when-triggered-by-tab.html
     201fast/events/click-count.html
     202fast/events/content-changed-during-drop.html
     203fast/events/context-no-deselect.html
     204fast/events/context-onmousedown-event.html
     205fast/events/contextmenu-scrolled-page-with-frame.html
     206fast/events/continuous-platform-wheelevent-in-scrolling-div.html
     207fast/events/crash-on-mutate-during-drop.html
     208fast/events/dblclick-addEventListener.html
     209fast/events/drag-and-drop-dataTransfer-types-nocrash.html
     210fast/events/drag-and-drop-fire-drag-dragover.html
     211fast/events/drag-and-drop.html
     212fast/events/drag-file-crash.html
     213fast/events/drag-in-frames.html
     214fast/events/drag-parent-node.html
     215fast/events/drag-to-navigate.html
     216fast/events/dropzone-001.html
     217fast/events/dropzone-002.html
     218fast/events/dropzone-003.html
     219fast/events/dropzone-004.html
     220fast/events/event-input-contentEditable.html
     221fast/events/focus-change-crash.html
     222fast/events/focus-change-crash2.html
     223fast/events/focusingUnloadedFrame.html
     224fast/events/imagemap-norender-crash.html
     225fast/events/input-tab-focus-no-duplicate-events.html
     226fast/events/inputText-never-fired-on-keydown-cancel.html
     227fast/events/js-keyboard-event-creation.html
     228fast/events/key-events-in-input-button.html
     229fast/events/key-events-in-input-text.html
     230fast/events/keydown-1.html
     231fast/events/keydown-function-keys.html
     232fast/events/keydown-keypress-focus-change.html
     233fast/events/keydown-keypress-preventDefault.html
     234fast/events/keydown-numpad-keys.html
     235fast/events/keydown-remove-frame.html
     236fast/events/keypress-focus-change.html
     237fast/events/keypress-removed-node.html
     238fast/events/menu-keydown-on-hidden-element.html
     239fast/events/mouse-click-events.html
     240fast/events/mouseup-from-button2.html
     241fast/events/multiline-link-arrow-navigation.html
     242fast/events/node-event-anchor-lock.html
     243fast/events/onchange-passwordfield.html
     244fast/events/onchange-searchfield.html
     245fast/events/onchange-select-popup.html
     246fast/events/onchange-text-form-field.html
     247fast/events/onchange-textfield.html
     248fast/events/ondragenter.html
     249fast/events/ondrop-text-html.html
     250fast/events/onsearch-enter.html
     251fast/events/open-window-from-another-frame.html
     252fast/events/platform-wheelevent-in-scrolling-div.html
     253fast/events/popup-blocking-click-in-iframe.html
     254fast/events/popup-when-select-change.html
     255fast/events/prevent-drag-to-navigate.html
     256fast/events/recorded-keydown-event.html
     257fast/events/remove-child-onscroll.html
     258fast/events/right-click-focus.html
     259fast/events/scroll-after-click-on-tab-index.html
     260fast/events/scroll-in-scaled-page-with-overflow-hidden.html
     261fast/events/scrollbar-double-click.html
     262fast/events/select-element.html
     263fast/events/select-onchange-crash.html
     264fast/events/selectionchange-user-initiated.html
     265fast/events/selectstart-by-double-triple-clicks.html
     266fast/events/selectstart-by-drag.html
     267fast/events/selectstart-during-autoscroll.html
     268fast/events/selectstart-prevent-selection-on-right-click.html
     269fast/events/space-scroll-event.html
     270fast/events/special-key-events-in-input-text.html
     271fast/events/standalone-image-drag-to-editable.html
     272fast/events/tab-focus-hidden.html
     273fast/events/tab-imagemap.html
     274fast/events/tab-is-focusable-assert.html
     275fast/events/tabindex-focus-chain.html
     276fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
     277fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
     278fast/events/zoom-dblclick.html
     279fast/files/apply-blob-url-to-img.html
     280fast/files/apply-blob-url-to-xhr.html
     281fast/files/domurl-script-execution-context-crash.html
     282fast/files/file-reader-abort.html
     283fast/files/read-blob-async.html
     284fast/files/read-file-async.html
     285fast/forms/access-key.html
     286fast/forms/button-enter-click.html
     287fast/forms/button-spacebar-click.html
     288fast/forms/disabled-search-input.html
     289fast/forms/display-none-in-onchange-keyboard.html
     290fast/forms/drag-into-textarea.html
     291fast/forms/drag-out-of-textarea.html
     292fast/forms/empty-textarea-toggle-disabled.html
     293fast/forms/enter-clicks-buttons.html
     294fast/forms/focus-change-on-keypress.html
     295fast/forms/focus-control-to-page.html
     296fast/forms/focus-selection-input.html
     297fast/forms/focus-selection-textarea.html
     298fast/forms/get-file-upload.html
     299fast/forms/implicit-submission.html
     300fast/forms/input-file-re-render.html
     301fast/forms/input-live-pseudo-selectors.html
     302fast/forms/input-number-keyoperation.html
     303fast/forms/input-radio-checked-tab.html
     304fast/forms/input-readonly-autoscroll.html
     305fast/forms/input-text-double-click.html
     306fast/forms/input-text-drag-down.html
     307fast/forms/input-text-enter.html
     308fast/forms/input-text-option-delete.html
     309fast/forms/input-text-scroll-left-on-blur.html
     310fast/forms/input-type-change-in-onfocus-keyboard.html
     311fast/forms/legend-access-key.html
     312fast/forms/listbox-deselect-scroll.html
     313fast/forms/listbox-onchange.html
     314fast/forms/listbox-selection.html
     315fast/forms/listbox-typeahead-cyrillic.html
     316fast/forms/listbox-typeahead-empty.html
     317fast/forms/listbox-typeahead-greek.html
     318fast/forms/listbox-typeahead-scroll.html
     319fast/forms/onchange-enter-submit.html
     320fast/forms/onselect-textarea.html
     321fast/forms/onselect-textfield.html
     322fast/forms/option-mouseevents.html
     323fast/forms/radio_checked_name.html
     324fast/forms/range/slider-delete-while-dragging-thumb.html
     325fast/forms/range/slider-mouse-events.html
     326fast/forms/range/slider-onchange-event.html
     327fast/forms/render-text-crash.html
     328fast/forms/restore-selection-after-layout.html
     329fast/forms/search-event-delay.html
     330fast/forms/select-accesskey.html
     331fast/forms/select-cache-desynchronization.html
     332fast/forms/select-double-onchange.html
     333fast/forms/select-empty-list.html
     334fast/forms/select-listbox-focus-displaynone.html
     335fast/forms/select-listbox-multiple-no-focusring.html
     336fast/forms/select-option-accesskey-crash.html
     337fast/forms/select-popup-pagekeys.html
     338fast/forms/select-script-onchange.html
     339fast/forms/select-type-ahead-list-box-no-selection.html
     340fast/forms/select-type-ahead-non-latin.html
     341fast/forms/tabbing-input-iframe.html
     342fast/forms/text-input-event.html
     343fast/forms/textarea-arrow-navigation.html
     344fast/forms/textarea-input-event.html
     345fast/forms/textarea-live-pseudo-selectors.html
     346fast/forms/textarea-scrolled-endline-caret.html
     347fast/forms/textarea-textlength.html
     348fast/forms/textarea-type-spaces.html
     349fast/forms/textfield-drag-into-disabled.html
     350fast/forms/textfield-inside-anchor.html
     351fast/forms/textfield-onchange-deletion.html
     352fast/forms/textfield-outline.html
     353fast/forms/textfield-to-password-on-focus.html
     354fast/forms/textinput-not-fired-on-enter-in-input.html
     355fast/frames/iframe-window-focus.html
     356fast/frames/take-focus-from-iframe.html
     357fast/history/history_reload.html
     358fast/history/window-open.html
     359fast/lists/drag-into-marker.html
     360fast/loader/policy-delegate-action-hit-test-zoomed.html
     361fast/repaint/fixed-move-after-keyboard-scroll.html
     362fast/repaint/japanese-rl-selection-repaint.html
     363fast/repaint/repaint-across-writing-mode-boundary.html
     364fast/repaint/selection-rl.html
     365fast/text/atsui-rtl-override-selection.html
     366fast/text/international/khmer-selection.html
     367fast/text/offsetForPosition-complex-fallback.html
     368fast/text/reset-drag-on-mouse-down.html
     369fast/writing-mode/horizontal-bt-replaced-selection.html
     370fast/writing-mode/japanese-lr-selection.html
     371fast/writing-mode/japanese-rl-selection.html
     372fast/writing-mode/vertical-lr-replaced-selection.html
     373fast/writing-mode/vertical-rl-replaced-selection.html
     374http/tests/local/blob/send-hybrid-blob.html
     375http/tests/local/drag-over-remote-content.html
     376http/tests/local/fileapi/file-last-modified.html
     377http/tests/local/fileapi/send-dragged-file.html
     378http/tests/local/fileapi/send-sliced-dragged-file.html
     379http/tests/local/formdata/form-data-with-unknown-file-extension.html
     380http/tests/local/formdata/send-form-data-constructed-from-form.html
     381http/tests/local/formdata/send-form-data-with-sliced-file.html
     382http/tests/local/formdata/send-form-data.html
     383http/tests/local/formdata/upload-events.html
     384http/tests/misc/bubble-drag-events.html
     385http/tests/misc/isindex-with-no-form-base-href.html
     386http/tests/misc/isindex-with-no-form.html
     387http/tests/navigation/no-referrer-reset.html
     388http/tests/navigation/no-referrer-target-blank.html
     389http/tests/security/clipboard/clipboard-file-access.html
     390http/tests/security/dataTransfer-set-data-file-url.html
     391http/tests/security/drag-drop-same-unique-origin.html
     392http/tests/security/drag-over-remote-content-iframe.html
     393http/tests/security/isolatedWorld/userGestureEvents.html
     394media/controls-drag-timebar.html
     395media/controls-right-click-on-timebar.html
     396media/media-fullscreen-inline.html
     397media/video-controls-visible-audio-only.html
     398platform/mac/editing/deleting/backward-delete.html
     399platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html
     400platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html
     401platform/mac/editing/selection/doubleclick-should-not-expand-across-lines.html
     402platform/mac/editing/selection/word-thai.html
     403platform/mac/fast/forms/listbox-scrollbar-hit-test.html
     404platform/mac/fast/overflow/overflow-scrollbar-hit-test.html
     405plugins/clicking-missing-plugin-fires-delegate.html
     406plugins/keyboard-events.html
     407plugins/mouse-events.html
     408plugins/mouse-click-iframe-to-plugin.html
     409scrollbars/scrollbar-iframe-click-does-not-blur-content.html
     410scrollbars/scrollbar-miss-mousemove-disabled.html
     411scrollbars/scrollevent-iframe-no-scrolling-wheel.html
     412
    70413editing/selection/5057506-2.html
    71414editing/selection/caret-rtl-2.html
     
    99442plugins/resize-from-plugin.html
    100443platform/qt/fast/events/event-sender-keydown-frame.html
     444
     445svg/custom/absolute-sized-content-with-resources.xhtml
     446svg/custom/circle-move-invalidation.svg
     447svg/custom/clip-path-child-changes.svg
     448svg/custom/clip-path-href-changes.svg
     449svg/custom/clip-path-id-changes.svg
     450svg/custom/clip-path-units-changes.svg
     451svg/custom/deep-dynamic-updates.svg
     452svg/custom/foreignObject-crash-on-hover.xml
     453svg/custom/getscreenctm-in-scrollable-div-area-nested.xhtml
     454svg/custom/getscreenctm-in-scrollable-div-area.xhtml
     455svg/custom/getscreenctm-in-scrollable-svg-area.xhtml
     456svg/custom/gradient-attr-update.svg
     457svg/custom/hit-test-path-stroke.svg
     458svg/custom/hit-test-path.svg
     459svg/custom/hit-test-unclosed-subpaths.svg
     460svg/custom/hit-test-with-br.xhtml
     461svg/custom/hover-default-fill.svg
     462svg/custom/image-clipped-hit.svg
     463svg/custom/inner-svg-hit-test.svg
     464svg/custom/js-update-container.svg
     465svg/custom/js-update-container2.svg
     466svg/custom/js-update-gradient.svg
     467svg/custom/js-update-path-changes.svg
     468svg/custom/js-update-path-removal.svg
     469svg/custom/js-update-pattern-child.svg
     470svg/custom/js-update-pattern.svg
     471svg/custom/js-update-polygon-changes.svg
     472svg/custom/js-update-polygon-removal.svg
     473svg/custom/js-update-stop-linked-gradient.svg
     474svg/custom/js-update-stop.svg
     475svg/custom/js-update-style.svg
     476svg/custom/linking-a-03-b-all.svg
     477svg/custom/linking-a-03-b-preserveAspectRatio.svg
     478svg/custom/linking-a-03-b-transform.svg
     479svg/custom/linking-a-03-b-viewBox-transform.svg
     480svg/custom/linking-a-03-b-viewBox.svg
     481svg/custom/linking-a-03-b-viewTarget.svg
     482svg/custom/linking-a-03-b-zoomAndPan.svg
     483svg/custom/marker-changes.svg
     484svg/custom/marker-child-changes-css.svg
     485svg/custom/marker-child-changes.svg
     486svg/custom/marker-strokeWidth-changes.svg
     487svg/custom/marker-viewBox-changes.svg
     488svg/custom/mask-changes.svg
     489svg/custom/mask-child-changes.svg
     490svg/custom/mouse-move-on-svg-container-standalone.svg
     491svg/custom/mouse-move-on-svg-container.xhtml
     492svg/custom/mouse-move-on-svg-root-standalone.svg
     493svg/custom/mouse-move-on-svg-root.xhtml
     494svg/custom/pointer-events-image.svg
     495svg/custom/pointer-events-path.svg
     496svg/custom/pointer-events-text.svg
     497svg/custom/polyline-hittest.svg
     498svg/custom/prevent-default.svg
     499svg/custom/relative-sized-content-with-resources.xhtml
     500svg/custom/repaint-on-constant-size-change.svg
     501svg/custom/repaint-stroke-width-changes.svg
     502svg/custom/resource-invalidate-on-target-update.svg
     503svg/custom/scroll-hit-test.xhtml
     504svg/custom/stroke-width-click.svg
     505svg/custom/text-hit-test.svg
     506svg/custom/use-clipped-hit.svg
     507svg/custom/use-css-events.svg
     508svg/custom/use-elementInstance-event-target.svg
     509svg/custom/use-elementInstance-methods.svg
     510svg/custom/use-event-handler-on-referenced-element.svg
     511svg/custom/use-event-handler-on-use-element.svg
     512svg/custom/use-events-crash.svg
     513svg/custom/use-instanceRoot-as-event-target.xhtml
     514svg/custom/use-instanceRoot-event-bubbling.xhtml
     515svg/custom/use-instanceRoot-event-listeners.xhtml
     516svg/custom/use-setAttribute-crash.svg
     517svg/custom/viewBox-hit.svg
     518svg/dynamic-updates/SVGAElement-dom-href-attr.html
     519svg/dynamic-updates/SVGAElement-dom-target-attr.html
     520svg/dynamic-updates/SVGAElement-svgdom-href-prop.html
     521svg/dynamic-updates/SVGAElement-svgdom-target-prop.html
     522svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html
     523svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html
     524svg/dynamic-updates/SVGCircleElement-dom-r-attr.html
     525svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures.html
     526svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html
     527svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html
     528svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html
     529svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures.html
     530svg/dynamic-updates/SVGClipPath-influences-hitTesting.html
     531svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html
     532svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html
     533svg/dynamic-updates/SVGCursorElement-dom-x-attr.html
     534svg/dynamic-updates/SVGCursorElement-dom-y-attr.html
     535svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html
     536svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html
     537svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html
     538svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html
     539svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures.html
     540svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html
     541svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html
     542svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html
     543svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html
     544svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures.html
     545svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html
     546svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html
     547svg/dynamic-updates/SVGFEBlendElement-dom-in-attr.html
     548svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr.html
     549svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr.html
     550svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop.html
     551svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop.html
     552svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop.html
     553svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr.html
     554svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr.html
     555svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr.html
     556svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop.html
     557svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop.html
     558svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop.html
     559svg/dynamic-updates/SVGFECompositeElement-dom-in-attr.html
     560svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr.html
     561svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr.html
     562svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr.html
     563svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr.html
     564svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr.html
     565svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr.html
     566svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop.html
     567svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop.html
     568svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop.html
     569svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop.html
     570svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop.html
     571svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop.html
     572svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop.html
     573svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr.html
     574svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr.html
     575svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr.html
     576svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr.html
     577svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.html
     578svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.html
     579svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr.html
     580svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr.html
     581svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr.html
     582svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr.html
     583svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop.html
     584svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop.html
     585svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.html
     586svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop.html
     587svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop.html
     588svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop.html
     589svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop.html
     590svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop.html
     591svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop.html
     592svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop.html
     593svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr.html
     594svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr.html
     595svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr.html
     596svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr.html
     597svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop.html
     598svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop.html
     599svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop.html
     600svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop.html
     601svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr.html
     602svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr.html
     603svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr.html
     604svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr.html
     605svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr.html
     606svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop.html
     607svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop.html
     608svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop.html
     609svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop.html
     610svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop.html
     611svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr.html
     612svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr.html
     613svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop.html
     614svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop.html
     615svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr.html
     616svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr.html
     617svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop.html
     618svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop.html
     619svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr.html
     620svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr.html
     621svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call.html
     622svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop.html
     623svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr.html
     624svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop.html
     625svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr.html
     626svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop.html
     627svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr.html
     628svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr.html
     629svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr.html
     630svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop.html
     631svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop.html
     632svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call.html
     633svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr.html
     634svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr.html
     635svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr.html
     636svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop.html
     637svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop.html
     638svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop.html
     639svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr.html
     640svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr.html
     641svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr.html
     642svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop.html
     643svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop.html
     644svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop.html
     645svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html
     646svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html
     647svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html
     648svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html
     649svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
     650svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html
     651svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html
     652svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html
     653svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html
     654svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr.html
     655svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr.html
     656svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr.html
     657svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr.html
     658svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr.html
     659svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr.html
     660svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr.html
     661svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr.html
     662svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop.html
     663svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop.html
     664svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop.html
     665svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop.html
     666svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop.html
     667svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop.html
     668svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop.html
     669svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop.html
     670svg/dynamic-updates/SVGFETileElement-dom-in-attr.html
     671svg/dynamic-updates/SVGFETileElement-svgdom-in-prop.html
     672svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html
     673svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.html
     674svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html
     675svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr.html
     676svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html
     677svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html
     678svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html
     679svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html
     680svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html
     681svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html
     682svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr.html
     683svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr.html
     684svg/dynamic-updates/SVGFilterElement-dom-height-attr.html
     685svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr.html
     686svg/dynamic-updates/SVGFilterElement-dom-width-attr.html
     687svg/dynamic-updates/SVGFilterElement-dom-x-attr.html
     688svg/dynamic-updates/SVGFilterElement-dom-y-attr.html
     689svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call.html
     690svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop.html
     691svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop.html
     692svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop.html
     693svg/dynamic-updates/SVGFilterElement-svgdom-height-prop.html
     694svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop.html
     695svg/dynamic-updates/SVGFilterElement-svgdom-width-prop.html
     696svg/dynamic-updates/SVGFilterElement-svgdom-x-prop.html
     697svg/dynamic-updates/SVGFilterElement-svgdom-y-prop.html
     698svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr.html
     699svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr.html
     700svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr.html
     701svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr.html
     702svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr.html
     703svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop.html
     704svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.html
     705svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop.html
     706svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop.html
     707svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop.html
     708svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html
     709svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures.html
     710svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html
     711svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html
     712svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html
     713svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html
     714svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures.html
     715svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html
     716svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html
     717svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html
     718svg/dynamic-updates/SVGGElement-dom-requiredFeatures.html
     719svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures.html
     720svg/dynamic-updates/SVGImageElement-dom-height-attr.html
     721svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr.html
     722svg/dynamic-updates/SVGImageElement-dom-requiredFeatures.html
     723svg/dynamic-updates/SVGImageElement-dom-width-attr.html
     724svg/dynamic-updates/SVGImageElement-dom-x-attr.html
     725svg/dynamic-updates/SVGImageElement-dom-y-attr.html
     726svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html
     727svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop.html
     728svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures.html
     729svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html
     730svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html
     731svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html
     732svg/dynamic-updates/SVGLineElement-dom-requiredFeatures.html
     733svg/dynamic-updates/SVGLineElement-dom-x1-attr.html
     734svg/dynamic-updates/SVGLineElement-dom-x2-attr.html
     735svg/dynamic-updates/SVGLineElement-dom-y1-attr.html
     736svg/dynamic-updates/SVGLineElement-dom-y2-attr.html
     737svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures.html
     738svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html
     739svg/dynamic-updates/SVGLineElement-svgdom-x2-prop.html
     740svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html
     741svg/dynamic-updates/SVGLineElement-svgdom-y2-prop.html
     742svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr.html
     743svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr.html
     744svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr.html
     745svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr.html
     746svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr.html
     747svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr.html
     748svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html
     749svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop.html
     750svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html
     751svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html
     752svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html
     753svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html
     754svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr.html
     755svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr.html
     756svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr.html
     757svg/dynamic-updates/SVGMarkerElement-dom-orient-attr.html
     758svg/dynamic-updates/SVGMarkerElement-dom-refX-attr.html
     759svg/dynamic-updates/SVGMarkerElement-dom-refY-attr.html
     760svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop.html
     761svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop.html
     762svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop.html
     763svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop.html
     764svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop.html
     765svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop.html
     766svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop.html
     767svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call.html
     768svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call.html
     769svg/dynamic-updates/SVGMaskElement-dom-height-attr.html
     770svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr.html
     771svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr.html
     772svg/dynamic-updates/SVGMaskElement-dom-width-attr.html
     773svg/dynamic-updates/SVGMaskElement-dom-x-attr.html
     774svg/dynamic-updates/SVGMaskElement-dom-y-attr.html
     775svg/dynamic-updates/SVGMaskElement-svgdom-height-prop.html
     776svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop.html
     777svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop.html
     778svg/dynamic-updates/SVGMaskElement-svgdom-width-prop.html
     779svg/dynamic-updates/SVGMaskElement-svgdom-x-prop.html
     780svg/dynamic-updates/SVGMaskElement-svgdom-y-prop.html
     781svg/dynamic-updates/SVGPathElement-dom-requiredFeatures.html
     782svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures.html
     783svg/dynamic-updates/SVGPatternElement-dom-height-attr.html
     784svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr.html
     785svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr.html
     786svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr.html
     787svg/dynamic-updates/SVGPatternElement-dom-width-attr.html
     788svg/dynamic-updates/SVGPatternElement-dom-x-attr.html
     789svg/dynamic-updates/SVGPatternElement-dom-y-attr.html
     790svg/dynamic-updates/SVGPatternElement-svgdom-height-prop.html
     791svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop.html
     792svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop.html
     793svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop.html
     794svg/dynamic-updates/SVGPatternElement-svgdom-width-prop.html
     795svg/dynamic-updates/SVGPatternElement-svgdom-x-prop.html
     796svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html
     797svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures.html
     798svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures.html
     799svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures.html
     800svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures.html
     801svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr.html
     802svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr.html
     803svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr.html
     804svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr.html
     805svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr.html
     806svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr.html
     807svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr.html
     808svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop.html
     809svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop.html
     810svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop.html
     811svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop.html
     812svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html
     813svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop.html
     814svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop.html
     815svg/dynamic-updates/SVGRectElement-dom-height-attr.html
     816svg/dynamic-updates/SVGRectElement-dom-requiredFeatures.html
     817svg/dynamic-updates/SVGRectElement-dom-width-attr.html
     818svg/dynamic-updates/SVGRectElement-dom-x-attr.html
     819svg/dynamic-updates/SVGRectElement-dom-y-attr.html
     820svg/dynamic-updates/SVGRectElement-svgdom-height-prop.html
     821svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures.html
     822svg/dynamic-updates/SVGRectElement-svgdom-width-prop.html
     823svg/dynamic-updates/SVGRectElement-svgdom-x-prop.html
     824svg/dynamic-updates/SVGRectElement-svgdom-y-prop.html
     825svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures.html
     826svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html
     827svg/dynamic-updates/SVGTRefElement-dom-href-attr.html
     828svg/dynamic-updates/SVGTextElement-dom-requiredFeatures.html
     829svg/dynamic-updates/SVGTextElement-dom-transform-attr.html
     830svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures.html
     831svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop.html
     832svg/dynamic-updates/SVGTextElement-svgdom-transform-prop.html
     833svg/dynamic-updates/SVGUseElement-dom-requiredFeatures.html
     834svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures.html
     835svg/filters/filter-width-update.svg
     836svg/text/foreignObject-repaint.xml
     837svg/text/selection-tripleclick.svg
     838svg/zoom/page/zoom-coords-viewattr-01-b.svg
     839svg/zoom/text/zoom-coords-viewattr-01-b.svg
    101840
    102841# WebKit2 needs layoutTestController.overridePreference
  • trunk/LayoutTests/platform/win-wk2/Skipped

    r94585 r95039  
    5353# WebKitTestRunner needs an implementation of eventSender
    5454# <https://bugs.webkit.org/show_bug.cgi?id=42194>
     55editing/deleting/5729680.html
     56editing/deleting/delete-by-word-001.html
     57editing/deleting/delete-by-word-002.html
     58editing/deleting/delete-ligature-001.html
     59editing/deleting/delete-ligature-002.html
     60editing/deleting/delete-ligature-003.html
     61editing/deleting/forward-delete-key.html
     62editing/deleting/skip-virama-001.html
     63editing/deleting/smart-delete-001.html
     64editing/deleting/smart-delete-002.html
     65editing/deleting/smart-delete-003.html
     66editing/deleting/smart-delete-004.html
     67editing/execCommand/findString-2.html
     68editing/input/emacs-ctrl-o.html
     69editing/input/option-page-up-down.html
     70editing/input/page-up-down-scrolls.html
     71editing/input/scroll-viewport-page-up-down.html
     72editing/input/style-change-during-input.html
     73editing/inserting/typing-tab-designmode-forms.html
     74editing/inserting/typing-tab-designmode.html
     75editing/pasteboard/4944770-2.html
     76editing/pasteboard/4947130.html
     77editing/pasteboard/copy-standalone-image-crash.html
     78editing/pasteboard/drag-and-drop-image-contenteditable.html
     79editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
     80editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
     81editing/pasteboard/drag-drop-dead-frame.html
     82editing/pasteboard/drag-drop-input-textarea.html
     83editing/pasteboard/drag-drop-list.html
     84editing/pasteboard/drag-drop-modifies-page.html
     85editing/pasteboard/drag-drop-url-text.html
     86editing/pasteboard/drag-image-in-about-blank-frame.html
     87editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
     88editing/pasteboard/drag-selected-image-to-contenteditable.html
     89editing/pasteboard/drop-file-svg.html
     90editing/pasteboard/drop-inputtext-acquires-style.html
     91editing/pasteboard/drop-link.html
     92editing/pasteboard/drop-text-events.html
     93editing/pasteboard/drop-text-without-selection.html
     94editing/pasteboard/emacs-cntl-y-001.html
     95editing/pasteboard/emacs-ctrl-a-k-y.html
     96editing/pasteboard/emacs-ctrl-k-y-001.html
     97editing/pasteboard/file-input-files-access.html
     98editing/pasteboard/files-during-page-drags.html
     99editing/pasteboard/get-data-text-plain-drop.html
     100editing/pasteboard/paste-before-tab-span.html
     101editing/pasteboard/smart-drag-drop.html
     102editing/pasteboard/smart-paste-001.html
     103editing/pasteboard/smart-paste-002.html
     104editing/pasteboard/smart-paste-003.html
     105editing/pasteboard/smart-paste-004.html
     106editing/pasteboard/smart-paste-005.html
     107editing/pasteboard/smart-paste-007.html
     108editing/pasteboard/smart-paste-008.html
     109editing/pasteboard/subframe-dragndrop-1.html
     110editing/selection/14971.html
     111editing/selection/4895428-1.html
     112editing/selection/4895428-4.html
     113editing/selection/5057506.html
     114editing/selection/5232159.html
     115editing/selection/5333725.html
     116editing/selection/5354455-1.html
     117editing/selection/5354455-2.html
     118editing/selection/anchor-focus2.html
     119editing/selection/anchor-focus3.html
     120editing/selection/button-right-click.html
     121editing/selection/click-in-focusable-link-should-not-clear-selection.html
     122editing/selection/click-in-margins-inside-editable-div.html
     123editing/selection/click-in-padding-with-multiple-line-boxes.html
     124editing/selection/contains-boundaries.html
     125editing/selection/context-menu-on-text.html
     126editing/selection/doubleclick-beside-cr-span.html
     127editing/selection/doubleclick-crash.html
     128editing/selection/doubleclick-whitespace-crash.html
     129editing/selection/doubleclick-whitespace-img-crash.html
     130editing/selection/doubleclick-whitespace.html
     131editing/selection/drag-select-1.html
     132editing/selection/drag-select-rapidly.html
     133editing/selection/drag-start-event-client-x-y.html
     134editing/selection/drag-to-contenteditable-iframe.html
     135editing/selection/editable-links.html
     136editing/selection/empty-cell-right-click.html
     137editing/selection/expanding-selections.html
     138editing/selection/expanding-selections2.html
     139editing/selection/extend-after-mouse-selection.html
     140editing/selection/extend-selection-after-double-click.html
     141editing/selection/fake-doubleclick.html
     142editing/selection/fake-drag.html
     143editing/selection/inline-closest-leaf-child.html
     144editing/selection/last-empty-inline.html
     145editing/selection/mixed-editability-10.html
     146editing/selection/move-begin-end.html
     147editing/selection/paragraph-granularity.html
     148editing/selection/select-from-textfield-outwards.html
     149editing/selection/select-out-of-editable.html
     150editing/selection/select-out-of-floated-contenteditable.html
     151editing/selection/select-out-of-floated-input.html
     152editing/selection/select-out-of-floated-textarea.html
     153editing/selection/selection-actions.html
     154editing/selection/shift-click.html
     155editing/selection/shrink-selection-after-shift-pagedown.html
     156editing/selection/user-drag-element-and-user-select-none.html
     157editing/selection/word-granularity.html
     158editing/spelling/context-menu-suggestions.html
     159editing/spelling/spellcheck-paste.html
     160editing/undo/undo-deleteWord.html
     161editing/undo/undo-smart-delete-reversed-selection.html
     162editing/undo/undo-smart-delete-word.html
     163fast/block/positioning/hittest-on-relative-positioned-children.html
     164fast/css/user-drag-none.html
     165fast/dom/HTMLSelectElement/click-size-zero-no-crash.html
     166fast/dom/Window/window-postmessage-clone-frames.html
     167fast/dom/Window/window-postmessage-clone.html
     168fast/dom/hidden-iframe-no-focus.html
     169fast/dom/horizontal-scrollbar-in-rtl.html
     170fast/dom/vertical-scrollbar-in-rtl.html
     171fast/dynamic/layer-hit-test-crash.html
     172fast/encoding/mailto-always-utf-8.html
     173fast/events/5056619.html
     174fast/events/access-key-self-destruct.html
     175fast/events/anchor-empty-focus.html
     176fast/events/arrow-keys-on-body.html
     177fast/events/arrow-navigation.html
     178fast/events/attempt-select-all-with-wrong-modifier.html
     179fast/events/autoscroll-in-textfield.html
     180fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html
     181fast/events/autoscroll-with-non-scrollable-parent.html
     182fast/events/autoscroll.html
     183fast/events/bogus-dropEffect-effectAllowed.html
     184fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html
     185fast/events/check-defocus-event-order-when-triggered-by-tab.html
     186fast/events/click-count.html
     187fast/events/content-changed-during-drop.html
     188fast/events/context-no-deselect.html
     189fast/events/context-onmousedown-event.html
     190fast/events/contextmenu-scrolled-page-with-frame.html
     191fast/events/continuous-platform-wheelevent-in-scrolling-div.html
     192fast/events/crash-on-mutate-during-drop.html
     193fast/events/dblclick-addEventListener.html
     194fast/events/drag-and-drop-dataTransfer-types-nocrash.html
     195fast/events/drag-and-drop-fire-drag-dragover.html
     196fast/events/drag-and-drop.html
     197fast/events/drag-file-crash.html
     198fast/events/drag-in-frames.html
     199fast/events/drag-parent-node.html
     200fast/events/drag-to-navigate.html
     201fast/events/dropzone-001.html
     202fast/events/dropzone-002.html
     203fast/events/dropzone-003.html
     204fast/events/dropzone-004.html
     205fast/events/event-input-contentEditable.html
     206fast/events/focus-change-crash.html
     207fast/events/focus-change-crash2.html
     208fast/events/focusingUnloadedFrame.html
     209fast/events/imagemap-norender-crash.html
     210fast/events/input-tab-focus-no-duplicate-events.html
     211fast/events/inputText-never-fired-on-keydown-cancel.html
     212fast/events/js-keyboard-event-creation.html
     213fast/events/key-events-in-input-button.html
     214fast/events/key-events-in-input-text.html
     215fast/events/keydown-1.html
     216fast/events/keydown-function-keys.html
     217fast/events/keydown-keypress-focus-change.html
     218fast/events/keydown-keypress-preventDefault.html
     219fast/events/keydown-numpad-keys.html
     220fast/events/keydown-remove-frame.html
     221fast/events/keypress-focus-change.html
     222fast/events/keypress-removed-node.html
     223fast/events/menu-keydown-on-hidden-element.html
     224fast/events/mouse-click-events.html
     225fast/events/mouseup-from-button2.html
     226fast/events/multiline-link-arrow-navigation.html
     227fast/events/node-event-anchor-lock.html
     228fast/events/onchange-passwordfield.html
     229fast/events/onchange-searchfield.html
     230fast/events/onchange-select-popup.html
     231fast/events/onchange-text-form-field.html
     232fast/events/onchange-textfield.html
     233fast/events/ondragenter.html
     234fast/events/ondrop-text-html.html
     235fast/events/onsearch-enter.html
     236fast/events/open-window-from-another-frame.html
     237fast/events/platform-wheelevent-in-scrolling-div.html
     238fast/events/popup-blocking-click-in-iframe.html
     239fast/events/popup-when-select-change.html
     240fast/events/prevent-drag-to-navigate.html
     241fast/events/recorded-keydown-event.html
     242fast/events/remove-child-onscroll.html
     243fast/events/right-click-focus.html
     244fast/events/scroll-after-click-on-tab-index.html
     245fast/events/scroll-in-scaled-page-with-overflow-hidden.html
     246fast/events/scrollbar-double-click.html
     247fast/events/select-element.html
     248fast/events/select-onchange-crash.html
     249fast/events/selectionchange-user-initiated.html
     250fast/events/selectstart-by-double-triple-clicks.html
     251fast/events/selectstart-by-drag.html
     252fast/events/selectstart-during-autoscroll.html
     253fast/events/selectstart-prevent-selection-on-right-click.html
     254fast/events/space-scroll-event.html
     255fast/events/special-key-events-in-input-text.html
     256fast/events/standalone-image-drag-to-editable.html
     257fast/events/tab-focus-hidden.html
     258fast/events/tab-imagemap.html
     259fast/events/tab-is-focusable-assert.html
     260fast/events/tabindex-focus-chain.html
     261fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
     262fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
     263fast/events/zoom-dblclick.html
     264fast/files/apply-blob-url-to-img.html
     265fast/files/apply-blob-url-to-xhr.html
     266fast/files/domurl-script-execution-context-crash.html
     267fast/files/file-reader-abort.html
     268fast/files/read-blob-async.html
     269fast/files/read-file-async.html
     270fast/forms/access-key.html
     271fast/forms/button-enter-click.html
     272fast/forms/button-spacebar-click.html
     273fast/forms/disabled-search-input.html
     274fast/forms/display-none-in-onchange-keyboard.html
     275fast/forms/drag-into-textarea.html
     276fast/forms/drag-out-of-textarea.html
     277fast/forms/empty-textarea-toggle-disabled.html
     278fast/forms/enter-clicks-buttons.html
     279fast/forms/focus-change-on-keypress.html
     280fast/forms/focus-control-to-page.html
     281fast/forms/focus-selection-input.html
     282fast/forms/focus-selection-textarea.html
     283fast/forms/get-file-upload.html
     284fast/forms/implicit-submission.html
     285fast/forms/input-file-re-render.html
     286fast/forms/input-live-pseudo-selectors.html
     287fast/forms/input-number-keyoperation.html
     288fast/forms/input-radio-checked-tab.html
     289fast/forms/input-readonly-autoscroll.html
     290fast/forms/input-text-double-click.html
     291fast/forms/input-text-drag-down.html
     292fast/forms/input-text-enter.html
     293fast/forms/input-text-option-delete.html
     294fast/forms/input-text-scroll-left-on-blur.html
     295fast/forms/input-type-change-in-onfocus-keyboard.html
     296fast/forms/legend-access-key.html
     297fast/forms/listbox-deselect-scroll.html
     298fast/forms/listbox-onchange.html
     299fast/forms/listbox-selection.html
     300fast/forms/listbox-typeahead-cyrillic.html
     301fast/forms/listbox-typeahead-empty.html
     302fast/forms/listbox-typeahead-greek.html
     303fast/forms/listbox-typeahead-scroll.html
     304fast/forms/onchange-enter-submit.html
     305fast/forms/onselect-textarea.html
     306fast/forms/onselect-textfield.html
     307fast/forms/option-mouseevents.html
     308fast/forms/radio_checked_name.html
     309fast/forms/range/slider-delete-while-dragging-thumb.html
     310fast/forms/range/slider-mouse-events.html
     311fast/forms/range/slider-onchange-event.html
     312fast/forms/render-text-crash.html
     313fast/forms/restore-selection-after-layout.html
     314fast/forms/search-event-delay.html
     315fast/forms/select-accesskey.html
     316fast/forms/select-cache-desynchronization.html
     317fast/forms/select-double-onchange.html
     318fast/forms/select-empty-list.html
     319fast/forms/select-listbox-focus-displaynone.html
     320fast/forms/select-listbox-multiple-no-focusring.html
     321fast/forms/select-option-accesskey-crash.html
     322fast/forms/select-popup-pagekeys.html
     323fast/forms/select-script-onchange.html
     324fast/forms/select-type-ahead-list-box-no-selection.html
     325fast/forms/select-type-ahead-non-latin.html
     326fast/forms/tabbing-input-iframe.html
     327fast/forms/text-input-event.html
     328fast/forms/textarea-arrow-navigation.html
     329fast/forms/textarea-input-event.html
     330fast/forms/textarea-live-pseudo-selectors.html
     331fast/forms/textarea-scrolled-endline-caret.html
     332fast/forms/textarea-textlength.html
     333fast/forms/textarea-type-spaces.html
     334fast/forms/textfield-drag-into-disabled.html
     335fast/forms/textfield-inside-anchor.html
     336fast/forms/textfield-onchange-deletion.html
     337fast/forms/textfield-outline.html
     338fast/forms/textfield-to-password-on-focus.html
     339fast/forms/textinput-not-fired-on-enter-in-input.html
     340fast/frames/iframe-window-focus.html
     341fast/frames/take-focus-from-iframe.html
     342fast/history/history_reload.html
     343fast/history/window-open.html
     344fast/lists/drag-into-marker.html
     345fast/loader/policy-delegate-action-hit-test-zoomed.html
     346fast/repaint/fixed-move-after-keyboard-scroll.html
     347fast/repaint/japanese-rl-selection-repaint.html
     348fast/repaint/repaint-across-writing-mode-boundary.html
     349fast/repaint/selection-rl.html
     350fast/text/atsui-rtl-override-selection.html
     351fast/text/international/khmer-selection.html
     352fast/text/offsetForPosition-complex-fallback.html
     353fast/text/reset-drag-on-mouse-down.html
     354fast/writing-mode/horizontal-bt-replaced-selection.html
     355fast/writing-mode/japanese-lr-selection.html
     356fast/writing-mode/japanese-rl-selection.html
     357fast/writing-mode/vertical-lr-replaced-selection.html
     358fast/writing-mode/vertical-rl-replaced-selection.html
     359http/tests/local/blob/send-hybrid-blob.html
     360http/tests/local/drag-over-remote-content.html
     361http/tests/local/fileapi/file-last-modified.html
     362http/tests/local/fileapi/send-dragged-file.html
     363http/tests/local/fileapi/send-sliced-dragged-file.html
     364http/tests/local/formdata/form-data-with-unknown-file-extension.html
     365http/tests/local/formdata/send-form-data-constructed-from-form.html
     366http/tests/local/formdata/send-form-data-with-sliced-file.html
     367http/tests/local/formdata/send-form-data.html
     368http/tests/local/formdata/upload-events.html
     369http/tests/misc/bubble-drag-events.html
     370http/tests/misc/isindex-with-no-form-base-href.html
     371http/tests/misc/isindex-with-no-form.html
     372http/tests/navigation/no-referrer-reset.html
     373http/tests/navigation/no-referrer-target-blank.html
     374http/tests/security/clipboard/clipboard-file-access.html
     375http/tests/security/dataTransfer-set-data-file-url.html
     376http/tests/security/drag-drop-same-unique-origin.html
     377http/tests/security/drag-over-remote-content-iframe.html
     378http/tests/security/isolatedWorld/userGestureEvents.html
     379media/controls-drag-timebar.html
     380media/controls-right-click-on-timebar.html
     381media/media-fullscreen-inline.html
     382media/video-controls-visible-audio-only.html
     383platform/mac/editing/deleting/backward-delete.html
     384platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html
     385platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html
     386platform/mac/editing/selection/doubleclick-should-not-expand-across-lines.html
     387platform/mac/editing/selection/word-thai.html
     388platform/mac/fast/forms/listbox-scrollbar-hit-test.html
     389platform/mac/fast/overflow/overflow-scrollbar-hit-test.html
     390plugins/clicking-missing-plugin-fires-delegate.html
     391plugins/keyboard-events.html
     392plugins/mouse-events.html
     393plugins/mouse-click-iframe-to-plugin.html
     394scrollbars/scrollbar-iframe-click-does-not-blur-content.html
     395scrollbars/scrollbar-miss-mousemove-disabled.html
     396scrollbars/scrollevent-iframe-no-scrolling-wheel.html
     397
    55398platform/win/editing/selection/shift-page-up-down.html
    56399platform/win/fast/events/alt-numpad.html
     
    66409platform/win/fast/events/panScroll-no-iframe-jump.html
    67410platform/win/fast/events/panScroll-preventDefault.html
     411
     412svg/custom/absolute-sized-content-with-resources.xhtml
     413svg/custom/circle-move-invalidation.svg
     414svg/custom/clip-path-child-changes.svg
     415svg/custom/clip-path-href-changes.svg
     416svg/custom/clip-path-id-changes.svg
     417svg/custom/clip-path-units-changes.svg
     418svg/custom/deep-dynamic-updates.svg
     419svg/custom/foreignObject-crash-on-hover.xml
     420svg/custom/getscreenctm-in-scrollable-div-area-nested.xhtml
     421svg/custom/getscreenctm-in-scrollable-div-area.xhtml
     422svg/custom/getscreenctm-in-scrollable-svg-area.xhtml
     423svg/custom/gradient-attr-update.svg
     424svg/custom/hit-test-path-stroke.svg
     425svg/custom/hit-test-path.svg
     426svg/custom/hit-test-unclosed-subpaths.svg
     427svg/custom/hit-test-with-br.xhtml
     428svg/custom/hover-default-fill.svg
     429svg/custom/image-clipped-hit.svg
     430svg/custom/inner-svg-hit-test.svg
     431svg/custom/js-update-container.svg
     432svg/custom/js-update-container2.svg
     433svg/custom/js-update-gradient.svg
     434svg/custom/js-update-path-changes.svg
     435svg/custom/js-update-path-removal.svg
     436svg/custom/js-update-pattern-child.svg
     437svg/custom/js-update-pattern.svg
     438svg/custom/js-update-polygon-changes.svg
     439svg/custom/js-update-polygon-removal.svg
     440svg/custom/js-update-stop-linked-gradient.svg
     441svg/custom/js-update-stop.svg
     442svg/custom/js-update-style.svg
     443svg/custom/linking-a-03-b-all.svg
     444svg/custom/linking-a-03-b-preserveAspectRatio.svg
     445svg/custom/linking-a-03-b-transform.svg
     446svg/custom/linking-a-03-b-viewBox-transform.svg
     447svg/custom/linking-a-03-b-viewBox.svg
     448svg/custom/linking-a-03-b-viewTarget.svg
     449svg/custom/linking-a-03-b-zoomAndPan.svg
     450svg/custom/marker-changes.svg
     451svg/custom/marker-child-changes-css.svg
     452svg/custom/marker-child-changes.svg
     453svg/custom/marker-strokeWidth-changes.svg
     454svg/custom/marker-viewBox-changes.svg
     455svg/custom/mask-changes.svg
     456svg/custom/mask-child-changes.svg
     457svg/custom/mouse-move-on-svg-container-standalone.svg
     458svg/custom/mouse-move-on-svg-container.xhtml
     459svg/custom/mouse-move-on-svg-root-standalone.svg
     460svg/custom/mouse-move-on-svg-root.xhtml
     461svg/custom/pointer-events-image.svg
     462svg/custom/pointer-events-path.svg
     463svg/custom/pointer-events-text.svg
     464svg/custom/polyline-hittest.svg
     465svg/custom/prevent-default.svg
     466svg/custom/relative-sized-content-with-resources.xhtml
     467svg/custom/repaint-on-constant-size-change.svg
     468svg/custom/repaint-stroke-width-changes.svg
     469svg/custom/resource-invalidate-on-target-update.svg
     470svg/custom/scroll-hit-test.xhtml
     471svg/custom/stroke-width-click.svg
     472svg/custom/text-hit-test.svg
     473svg/custom/use-clipped-hit.svg
     474svg/custom/use-css-events.svg
     475svg/custom/use-elementInstance-event-target.svg
     476svg/custom/use-elementInstance-methods.svg
     477svg/custom/use-event-handler-on-referenced-element.svg
     478svg/custom/use-event-handler-on-use-element.svg
     479svg/custom/use-events-crash.svg
     480svg/custom/use-instanceRoot-as-event-target.xhtml
     481svg/custom/use-instanceRoot-event-bubbling.xhtml
     482svg/custom/use-instanceRoot-event-listeners.xhtml
     483svg/custom/use-setAttribute-crash.svg
     484svg/custom/viewBox-hit.svg
     485svg/dynamic-updates/SVGAElement-dom-href-attr.html
     486svg/dynamic-updates/SVGAElement-dom-target-attr.html
     487svg/dynamic-updates/SVGAElement-svgdom-href-prop.html
     488svg/dynamic-updates/SVGAElement-svgdom-target-prop.html
     489svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html
     490svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html
     491svg/dynamic-updates/SVGCircleElement-dom-r-attr.html
     492svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures.html
     493svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html
     494svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html
     495svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html
     496svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures.html
     497svg/dynamic-updates/SVGClipPath-influences-hitTesting.html
     498svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html
     499svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html
     500svg/dynamic-updates/SVGCursorElement-dom-x-attr.html
     501svg/dynamic-updates/SVGCursorElement-dom-y-attr.html
     502svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html
     503svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html
     504svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html
     505svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html
     506svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures.html
     507svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html
     508svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html
     509svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html
     510svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html
     511svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures.html
     512svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html
     513svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html
     514svg/dynamic-updates/SVGFEBlendElement-dom-in-attr.html
     515svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr.html
     516svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr.html
     517svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop.html
     518svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop.html
     519svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop.html
     520svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr.html
     521svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr.html
     522svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr.html
     523svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop.html
     524svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop.html
     525svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop.html
     526svg/dynamic-updates/SVGFECompositeElement-dom-in-attr.html
     527svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr.html
     528svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr.html
     529svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr.html
     530svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr.html
     531svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr.html
     532svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr.html
     533svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop.html
     534svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop.html
     535svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop.html
     536svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop.html
     537svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop.html
     538svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop.html
     539svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop.html
     540svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr.html
     541svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr.html
     542svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr.html
     543svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr.html
     544svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.html
     545svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.html
     546svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr.html
     547svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr.html
     548svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr.html
     549svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr.html
     550svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop.html
     551svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop.html
     552svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.html
     553svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop.html
     554svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop.html
     555svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop.html
     556svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop.html
     557svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop.html
     558svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop.html
     559svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop.html
     560svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr.html
     561svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr.html
     562svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr.html
     563svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr.html
     564svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop.html
     565svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop.html
     566svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop.html
     567svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop.html
     568svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr.html
     569svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr.html
     570svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr.html
     571svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr.html
     572svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr.html
     573svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop.html
     574svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop.html
     575svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop.html
     576svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop.html
     577svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop.html
     578svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr.html
     579svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr.html
     580svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop.html
     581svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop.html
     582svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr.html
     583svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr.html
     584svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop.html
     585svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop.html
     586svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr.html
     587svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr.html
     588svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call.html
     589svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop.html
     590svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr.html
     591svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop.html
     592svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr.html
     593svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop.html
     594svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr.html
     595svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr.html
     596svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr.html
     597svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop.html
     598svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop.html
     599svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call.html
     600svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr.html
     601svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr.html
     602svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr.html
     603svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop.html
     604svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop.html
     605svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop.html
     606svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr.html
     607svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr.html
     608svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr.html
     609svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop.html
     610svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop.html
     611svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop.html
     612svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html
     613svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html
     614svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html
     615svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html
     616svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
     617svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html
     618svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html
     619svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html
     620svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html
     621svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr.html
     622svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr.html
     623svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr.html
     624svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr.html
     625svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr.html
     626svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr.html
     627svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr.html
     628svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr.html
     629svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop.html
     630svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop.html
     631svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop.html
     632svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop.html
     633svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop.html
     634svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop.html
     635svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop.html
     636svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop.html
     637svg/dynamic-updates/SVGFETileElement-dom-in-attr.html
     638svg/dynamic-updates/SVGFETileElement-svgdom-in-prop.html
     639svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html
     640svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.html
     641svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html
     642svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr.html
     643svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html
     644svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html
     645svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html
     646svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html
     647svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html
     648svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html
     649svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr.html
     650svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr.html
     651svg/dynamic-updates/SVGFilterElement-dom-height-attr.html
     652svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr.html
     653svg/dynamic-updates/SVGFilterElement-dom-width-attr.html
     654svg/dynamic-updates/SVGFilterElement-dom-x-attr.html
     655svg/dynamic-updates/SVGFilterElement-dom-y-attr.html
     656svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call.html
     657svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop.html
     658svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop.html
     659svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop.html
     660svg/dynamic-updates/SVGFilterElement-svgdom-height-prop.html
     661svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop.html
     662svg/dynamic-updates/SVGFilterElement-svgdom-width-prop.html
     663svg/dynamic-updates/SVGFilterElement-svgdom-x-prop.html
     664svg/dynamic-updates/SVGFilterElement-svgdom-y-prop.html
     665svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr.html
     666svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr.html
     667svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr.html
     668svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr.html
     669svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr.html
     670svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop.html
     671svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.html
     672svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop.html
     673svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop.html
     674svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop.html
     675svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html
     676svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures.html
     677svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html
     678svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html
     679svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html
     680svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html
     681svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures.html
     682svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html
     683svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html
     684svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html
     685svg/dynamic-updates/SVGGElement-dom-requiredFeatures.html
     686svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures.html
     687svg/dynamic-updates/SVGImageElement-dom-height-attr.html
     688svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr.html
     689svg/dynamic-updates/SVGImageElement-dom-requiredFeatures.html
     690svg/dynamic-updates/SVGImageElement-dom-width-attr.html
     691svg/dynamic-updates/SVGImageElement-dom-x-attr.html
     692svg/dynamic-updates/SVGImageElement-dom-y-attr.html
     693svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html
     694svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop.html
     695svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures.html
     696svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html
     697svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html
     698svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html
     699svg/dynamic-updates/SVGLineElement-dom-requiredFeatures.html
     700svg/dynamic-updates/SVGLineElement-dom-x1-attr.html
     701svg/dynamic-updates/SVGLineElement-dom-x2-attr.html
     702svg/dynamic-updates/SVGLineElement-dom-y1-attr.html
     703svg/dynamic-updates/SVGLineElement-dom-y2-attr.html
     704svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures.html
     705svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html
     706svg/dynamic-updates/SVGLineElement-svgdom-x2-prop.html
     707svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html
     708svg/dynamic-updates/SVGLineElement-svgdom-y2-prop.html
     709svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr.html
     710svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr.html
     711svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr.html
     712svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr.html
     713svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr.html
     714svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr.html
     715svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html
     716svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop.html
     717svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html
     718svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html
     719svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html
     720svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html
     721svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr.html
     722svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr.html
     723svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr.html
     724svg/dynamic-updates/SVGMarkerElement-dom-orient-attr.html
     725svg/dynamic-updates/SVGMarkerElement-dom-refX-attr.html
     726svg/dynamic-updates/SVGMarkerElement-dom-refY-attr.html
     727svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop.html
     728svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop.html
     729svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop.html
     730svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop.html
     731svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop.html
     732svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop.html
     733svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop.html
     734svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call.html
     735svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call.html
     736svg/dynamic-updates/SVGMaskElement-dom-height-attr.html
     737svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr.html
     738svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr.html
     739svg/dynamic-updates/SVGMaskElement-dom-width-attr.html
     740svg/dynamic-updates/SVGMaskElement-dom-x-attr.html
     741svg/dynamic-updates/SVGMaskElement-dom-y-attr.html
     742svg/dynamic-updates/SVGMaskElement-svgdom-height-prop.html
     743svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop.html
     744svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop.html
     745svg/dynamic-updates/SVGMaskElement-svgdom-width-prop.html
     746svg/dynamic-updates/SVGMaskElement-svgdom-x-prop.html
     747svg/dynamic-updates/SVGMaskElement-svgdom-y-prop.html
     748svg/dynamic-updates/SVGPathElement-dom-requiredFeatures.html
     749svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures.html
     750svg/dynamic-updates/SVGPatternElement-dom-height-attr.html
     751svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr.html
     752svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr.html
     753svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr.html
     754svg/dynamic-updates/SVGPatternElement-dom-width-attr.html
     755svg/dynamic-updates/SVGPatternElement-dom-x-attr.html
     756svg/dynamic-updates/SVGPatternElement-dom-y-attr.html
     757svg/dynamic-updates/SVGPatternElement-svgdom-height-prop.html
     758svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop.html
     759svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop.html
     760svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop.html
     761svg/dynamic-updates/SVGPatternElement-svgdom-width-prop.html
     762svg/dynamic-updates/SVGPatternElement-svgdom-x-prop.html
     763svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html
     764svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures.html
     765svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures.html
     766svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures.html
     767svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures.html
     768svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr.html
     769svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr.html
     770svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr.html
     771svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr.html
     772svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr.html
     773svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr.html
     774svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr.html
     775svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop.html
     776svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop.html
     777svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop.html
     778svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop.html
     779svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html
     780svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop.html
     781svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop.html
     782svg/dynamic-updates/SVGRectElement-dom-height-attr.html
     783svg/dynamic-updates/SVGRectElement-dom-requiredFeatures.html
     784svg/dynamic-updates/SVGRectElement-dom-width-attr.html
     785svg/dynamic-updates/SVGRectElement-dom-x-attr.html
     786svg/dynamic-updates/SVGRectElement-dom-y-attr.html
     787svg/dynamic-updates/SVGRectElement-svgdom-height-prop.html
     788svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures.html
     789svg/dynamic-updates/SVGRectElement-svgdom-width-prop.html
     790svg/dynamic-updates/SVGRectElement-svgdom-x-prop.html
     791svg/dynamic-updates/SVGRectElement-svgdom-y-prop.html
     792svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures.html
     793svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html
     794svg/dynamic-updates/SVGTRefElement-dom-href-attr.html
     795svg/dynamic-updates/SVGTextElement-dom-requiredFeatures.html
     796svg/dynamic-updates/SVGTextElement-dom-transform-attr.html
     797svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures.html
     798svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop.html
     799svg/dynamic-updates/SVGTextElement-svgdom-transform-prop.html
     800svg/dynamic-updates/SVGUseElement-dom-requiredFeatures.html
     801svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures.html
     802svg/filters/filter-width-update.svg
     803svg/text/foreignObject-repaint.xml
     804svg/text/selection-tripleclick.svg
     805svg/zoom/page/zoom-coords-viewattr-01-b.svg
     806svg/zoom/text/zoom-coords-viewattr-01-b.svg
    68807
    69808# WebKitTestRunned needs to implement undo client.
  • trunk/LayoutTests/platform/wk2/Skipped

    r94799 r95039  
    7171http/tests/inspector/extensions-headers.html
    7272http/tests/inspector/extensions-network-redirect.html
    73 
    74 # WebKitTestRunner needs an implementation of eventSender
    75 # <https://bugs.webkit.org/show_bug.cgi?id=42194>
    76 editing/deleting/5729680.html
    77 editing/deleting/delete-by-word-001.html
    78 editing/deleting/delete-by-word-002.html
    79 editing/deleting/delete-ligature-001.html
    80 editing/deleting/delete-ligature-002.html
    81 editing/deleting/delete-ligature-003.html
    82 editing/deleting/forward-delete-key.html
    83 editing/deleting/skip-virama-001.html
    84 editing/deleting/smart-delete-001.html
    85 editing/deleting/smart-delete-002.html
    86 editing/deleting/smart-delete-003.html
    87 editing/deleting/smart-delete-004.html
    88 editing/execCommand/findString-2.html
    89 editing/input/emacs-ctrl-o.html
    90 editing/input/option-page-up-down.html
    91 editing/input/page-up-down-scrolls.html
    92 editing/input/scroll-viewport-page-up-down.html
    93 editing/input/style-change-during-input.html
    94 editing/inserting/typing-tab-designmode-forms.html
    95 editing/inserting/typing-tab-designmode.html
    96 editing/pasteboard/4944770-2.html
    97 editing/pasteboard/4947130.html
    98 editing/pasteboard/copy-standalone-image-crash.html
    99 editing/pasteboard/drag-and-drop-image-contenteditable.html
    100 editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
    101 editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
    102 editing/pasteboard/drag-drop-dead-frame.html
    103 editing/pasteboard/drag-drop-input-textarea.html
    104 editing/pasteboard/drag-drop-list.html
    105 editing/pasteboard/drag-drop-modifies-page.html
    106 editing/pasteboard/drag-drop-url-text.html
    107 editing/pasteboard/drag-image-in-about-blank-frame.html
    108 editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
    109 editing/pasteboard/drag-selected-image-to-contenteditable.html
    110 editing/pasteboard/drop-file-svg.html
    111 editing/pasteboard/drop-inputtext-acquires-style.html
    112 editing/pasteboard/drop-link.html
    113 editing/pasteboard/drop-text-events.html
    114 editing/pasteboard/drop-text-without-selection.html
    115 editing/pasteboard/emacs-cntl-y-001.html
    116 editing/pasteboard/emacs-ctrl-a-k-y.html
    117 editing/pasteboard/emacs-ctrl-k-y-001.html
    118 editing/pasteboard/file-input-files-access.html
    119 editing/pasteboard/files-during-page-drags.html
    120 editing/pasteboard/get-data-text-plain-drop.html
    121 editing/pasteboard/paste-before-tab-span.html
    122 editing/pasteboard/smart-drag-drop.html
    123 editing/pasteboard/smart-paste-001.html
    124 editing/pasteboard/smart-paste-002.html
    125 editing/pasteboard/smart-paste-003.html
    126 editing/pasteboard/smart-paste-004.html
    127 editing/pasteboard/smart-paste-005.html
    128 editing/pasteboard/smart-paste-007.html
    129 editing/pasteboard/smart-paste-008.html
    130 editing/pasteboard/subframe-dragndrop-1.html
    131 editing/selection/14971.html
    132 editing/selection/4895428-1.html
    133 editing/selection/4895428-4.html
    134 editing/selection/5057506.html
    135 editing/selection/5232159.html
    136 editing/selection/5333725.html
    137 editing/selection/5354455-1.html
    138 editing/selection/5354455-2.html
    139 editing/selection/anchor-focus2.html
    140 editing/selection/anchor-focus3.html
    141 editing/selection/button-right-click.html
    142 editing/selection/click-in-focusable-link-should-not-clear-selection.html
    143 editing/selection/click-in-margins-inside-editable-div.html
    144 editing/selection/click-in-padding-with-multiple-line-boxes.html
    145 editing/selection/contains-boundaries.html
    146 editing/selection/context-menu-on-text.html
    147 editing/selection/doubleclick-beside-cr-span.html
    148 editing/selection/doubleclick-crash.html
    149 editing/selection/doubleclick-whitespace-crash.html
    150 editing/selection/doubleclick-whitespace-img-crash.html
    151 editing/selection/doubleclick-whitespace.html
    152 editing/selection/drag-select-1.html
    153 editing/selection/drag-select-rapidly.html
    154 editing/selection/drag-start-event-client-x-y.html
    155 editing/selection/drag-to-contenteditable-iframe.html
    156 editing/selection/editable-links.html
    157 editing/selection/empty-cell-right-click.html
    158 editing/selection/expanding-selections.html
    159 editing/selection/expanding-selections2.html
    160 editing/selection/extend-after-mouse-selection.html
    161 editing/selection/extend-selection-after-double-click.html
    162 editing/selection/fake-doubleclick.html
    163 editing/selection/fake-drag.html
    164 editing/selection/inline-closest-leaf-child.html
    165 editing/selection/last-empty-inline.html
    166 editing/selection/mixed-editability-10.html
    167 editing/selection/move-begin-end.html
    168 editing/selection/paragraph-granularity.html
    169 editing/selection/select-from-textfield-outwards.html
    170 editing/selection/select-out-of-editable.html
    171 editing/selection/select-out-of-floated-contenteditable.html
    172 editing/selection/select-out-of-floated-input.html
    173 editing/selection/select-out-of-floated-textarea.html
    174 editing/selection/selection-actions.html
    175 editing/selection/shift-click.html
    176 editing/selection/shrink-selection-after-shift-pagedown.html
    177 editing/selection/user-drag-element-and-user-select-none.html
    178 editing/selection/word-granularity.html
    179 editing/spelling/context-menu-suggestions.html
    180 editing/spelling/spellcheck-paste.html
    181 editing/undo/undo-deleteWord.html
    182 editing/undo/undo-smart-delete-reversed-selection.html
    183 editing/undo/undo-smart-delete-word.html
    184 fast/block/positioning/hittest-on-relative-positioned-children.html
    185 fast/css/user-drag-none.html
    186 fast/dom/HTMLSelectElement/click-size-zero-no-crash.html
    187 fast/dom/Window/window-postmessage-clone-frames.html
    188 fast/dom/Window/window-postmessage-clone.html
    189 fast/dom/hidden-iframe-no-focus.html
    190 fast/dom/horizontal-scrollbar-in-rtl.html
    191 fast/dom/vertical-scrollbar-in-rtl.html
    192 fast/dynamic/layer-hit-test-crash.html
    193 fast/encoding/mailto-always-utf-8.html
    194 fast/events/5056619.html
    195 fast/events/access-key-self-destruct.html
    196 fast/events/anchor-empty-focus.html
    197 fast/events/arrow-keys-on-body.html
    198 fast/events/arrow-navigation.html
    199 fast/events/attempt-select-all-with-wrong-modifier.html
    200 fast/events/autoscroll-in-textfield.html
    201 fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html
    202 fast/events/autoscroll-with-non-scrollable-parent.html
    203 fast/events/autoscroll.html
    204 fast/events/bogus-dropEffect-effectAllowed.html
    205 fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html
    206 fast/events/check-defocus-event-order-when-triggered-by-tab.html
    207 fast/events/click-count.html
    208 fast/events/content-changed-during-drop.html
    209 fast/events/context-no-deselect.html
    210 fast/events/context-onmousedown-event.html
    211 fast/events/contextmenu-scrolled-page-with-frame.html
    212 fast/events/continuous-platform-wheelevent-in-scrolling-div.html
    213 fast/events/crash-on-mutate-during-drop.html
    214 fast/events/dblclick-addEventListener.html
    215 fast/events/drag-and-drop-dataTransfer-types-nocrash.html
    216 fast/events/drag-and-drop-fire-drag-dragover.html
    217 fast/events/drag-and-drop.html
    218 fast/events/drag-file-crash.html
    219 fast/events/drag-in-frames.html
    220 fast/events/drag-parent-node.html
    221 fast/events/drag-to-navigate.html
    222 fast/events/dropzone-001.html
    223 fast/events/dropzone-002.html
    224 fast/events/dropzone-003.html
    225 fast/events/dropzone-004.html
    226 fast/events/event-input-contentEditable.html
    227 fast/events/focus-change-crash.html
    228 fast/events/focus-change-crash2.html
    229 fast/events/focusingUnloadedFrame.html
    230 fast/events/imagemap-norender-crash.html
    231 fast/events/input-tab-focus-no-duplicate-events.html
    232 fast/events/inputText-never-fired-on-keydown-cancel.html
    233 fast/events/js-keyboard-event-creation.html
    234 fast/events/key-events-in-input-button.html
    235 fast/events/key-events-in-input-text.html
    236 fast/events/keydown-1.html
    237 fast/events/keydown-function-keys.html
    238 fast/events/keydown-keypress-focus-change.html
    239 fast/events/keydown-keypress-preventDefault.html
    240 fast/events/keydown-numpad-keys.html
    241 fast/events/keydown-remove-frame.html
    242 fast/events/keypress-focus-change.html
    243 fast/events/keypress-removed-node.html
    244 fast/events/menu-keydown-on-hidden-element.html
    245 fast/events/mouse-click-events.html
    246 fast/events/mouseup-from-button2.html
    247 fast/events/multiline-link-arrow-navigation.html
    248 fast/events/node-event-anchor-lock.html
    249 fast/events/onchange-passwordfield.html
    250 fast/events/onchange-searchfield.html
    251 fast/events/onchange-select-popup.html
    252 fast/events/onchange-text-form-field.html
    253 fast/events/onchange-textfield.html
    254 fast/events/ondragenter.html
    255 fast/events/ondrop-text-html.html
    256 fast/events/onsearch-enter.html
    257 fast/events/open-window-from-another-frame.html
    258 fast/events/platform-wheelevent-in-scrolling-div.html
    259 fast/events/popup-blocking-click-in-iframe.html
    260 fast/events/popup-when-select-change.html
    261 fast/events/prevent-drag-to-navigate.html
    262 fast/events/recorded-keydown-event.html
    263 fast/events/remove-child-onscroll.html
    264 fast/events/right-click-focus.html
    265 fast/events/scroll-after-click-on-tab-index.html
    266 fast/events/scroll-in-scaled-page-with-overflow-hidden.html
    267 fast/events/scrollbar-double-click.html
    268 fast/events/select-element.html
    269 fast/events/select-onchange-crash.html
    270 fast/events/selectionchange-user-initiated.html
    271 fast/events/selectstart-by-double-triple-clicks.html
    272 fast/events/selectstart-by-drag.html
    273 fast/events/selectstart-during-autoscroll.html
    274 fast/events/selectstart-prevent-selection-on-right-click.html
    275 fast/events/space-scroll-event.html
    276 fast/events/special-key-events-in-input-text.html
    277 fast/events/standalone-image-drag-to-editable.html
    278 fast/events/tab-focus-hidden.html
    279 fast/events/tab-imagemap.html
    280 fast/events/tab-is-focusable-assert.html
    281 fast/events/tabindex-focus-chain.html
    282 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
    283 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
    284 fast/events/zoom-dblclick.html
    285 fast/files/apply-blob-url-to-img.html
    286 fast/files/apply-blob-url-to-xhr.html
    287 fast/files/domurl-script-execution-context-crash.html
    288 fast/files/file-reader-abort.html
    289 fast/files/read-blob-async.html
    290 fast/files/read-file-async.html
    291 fast/forms/access-key.html
    292 fast/forms/button-enter-click.html
    293 fast/forms/button-spacebar-click.html
    294 fast/forms/disabled-search-input.html
    295 fast/forms/display-none-in-onchange-keyboard.html
    296 fast/forms/drag-into-textarea.html
    297 fast/forms/drag-out-of-textarea.html
    298 fast/forms/empty-textarea-toggle-disabled.html
    299 fast/forms/enter-clicks-buttons.html
    300 fast/forms/focus-change-on-keypress.html
    301 fast/forms/focus-control-to-page.html
    302 fast/forms/focus-selection-input.html
    303 fast/forms/focus-selection-textarea.html
    304 fast/forms/get-file-upload.html
    305 fast/forms/implicit-submission.html
    306 fast/forms/input-file-re-render.html
    307 fast/forms/input-live-pseudo-selectors.html
    308 fast/forms/input-number-keyoperation.html
    309 fast/forms/input-radio-checked-tab.html
    310 fast/forms/input-readonly-autoscroll.html
    311 fast/forms/input-text-double-click.html
    312 fast/forms/input-text-drag-down.html
    313 fast/forms/input-text-enter.html
    314 fast/forms/input-text-option-delete.html
    315 fast/forms/input-text-scroll-left-on-blur.html
    316 fast/forms/input-type-change-in-onfocus-keyboard.html
    317 fast/forms/legend-access-key.html
    318 fast/forms/listbox-deselect-scroll.html
    319 fast/forms/listbox-onchange.html
    320 fast/forms/listbox-selection.html
    321 fast/forms/listbox-typeahead-cyrillic.html
    322 fast/forms/listbox-typeahead-empty.html
    323 fast/forms/listbox-typeahead-greek.html
    324 fast/forms/listbox-typeahead-scroll.html
    325 fast/forms/onchange-enter-submit.html
    326 fast/forms/onselect-textarea.html
    327 fast/forms/onselect-textfield.html
    328 fast/forms/option-mouseevents.html
    329 fast/forms/radio_checked_name.html
    330 fast/forms/range/slider-delete-while-dragging-thumb.html
    331 fast/forms/range/slider-mouse-events.html
    332 fast/forms/range/slider-onchange-event.html
    333 fast/forms/render-text-crash.html
    334 fast/forms/restore-selection-after-layout.html
    335 fast/forms/search-event-delay.html
    336 fast/forms/select-accesskey.html
    337 fast/forms/select-cache-desynchronization.html
    338 fast/forms/select-double-onchange.html
    339 fast/forms/select-empty-list.html
    340 fast/forms/select-listbox-focus-displaynone.html
    341 fast/forms/select-listbox-multiple-no-focusring.html
    342 fast/forms/select-option-accesskey-crash.html
    343 fast/forms/select-popup-pagekeys.html
    344 fast/forms/select-script-onchange.html
    345 fast/forms/select-type-ahead-list-box-no-selection.html
    346 fast/forms/select-type-ahead-non-latin.html
    347 fast/forms/tabbing-input-iframe.html
    348 fast/forms/text-input-event.html
    349 fast/forms/textarea-arrow-navigation.html
    350 fast/forms/textarea-input-event.html
    351 fast/forms/textarea-live-pseudo-selectors.html
    352 fast/forms/textarea-scrolled-endline-caret.html
    353 fast/forms/textarea-textlength.html
    354 fast/forms/textarea-type-spaces.html
    355 fast/forms/textfield-drag-into-disabled.html
    356 fast/forms/textfield-inside-anchor.html
    357 fast/forms/textfield-onchange-deletion.html
    358 fast/forms/textfield-outline.html
    359 fast/forms/textfield-to-password-on-focus.html
    360 fast/forms/textinput-not-fired-on-enter-in-input.html
    361 fast/frames/iframe-window-focus.html
    362 fast/frames/take-focus-from-iframe.html
    363 fast/history/history_reload.html
    364 fast/history/window-open.html
    365 fast/lists/drag-into-marker.html
    366 fast/loader/policy-delegate-action-hit-test-zoomed.html
    367 fast/repaint/fixed-move-after-keyboard-scroll.html
    368 fast/repaint/japanese-rl-selection-repaint.html
    369 fast/repaint/repaint-across-writing-mode-boundary.html
    370 fast/repaint/selection-rl.html
    371 fast/text/atsui-rtl-override-selection.html
    372 fast/text/international/khmer-selection.html
    373 fast/text/offsetForPosition-complex-fallback.html
    374 fast/text/reset-drag-on-mouse-down.html
    375 fast/writing-mode/horizontal-bt-replaced-selection.html
    376 fast/writing-mode/japanese-lr-selection.html
    377 fast/writing-mode/japanese-rl-selection.html
    378 fast/writing-mode/vertical-lr-replaced-selection.html
    379 fast/writing-mode/vertical-rl-replaced-selection.html
    380 http/tests/local/blob/send-hybrid-blob.html
    381 http/tests/local/drag-over-remote-content.html
    382 http/tests/local/fileapi/file-last-modified.html
    383 http/tests/local/fileapi/send-dragged-file.html
    384 http/tests/local/fileapi/send-sliced-dragged-file.html
    385 http/tests/local/formdata/form-data-with-unknown-file-extension.html
    386 http/tests/local/formdata/send-form-data-constructed-from-form.html
    387 http/tests/local/formdata/send-form-data-with-sliced-file.html
    388 http/tests/local/formdata/send-form-data.html
    389 http/tests/local/formdata/upload-events.html
    390 http/tests/misc/bubble-drag-events.html
    391 http/tests/misc/isindex-with-no-form-base-href.html
    392 http/tests/misc/isindex-with-no-form.html
    393 http/tests/navigation/no-referrer-reset.html
    394 http/tests/navigation/no-referrer-target-blank.html
    395 http/tests/security/clipboard/clipboard-file-access.html
    396 http/tests/security/dataTransfer-set-data-file-url.html
    397 http/tests/security/drag-drop-same-unique-origin.html
    398 http/tests/security/drag-over-remote-content-iframe.html
    399 http/tests/security/isolatedWorld/userGestureEvents.html
    400 media/controls-drag-timebar.html
    401 media/controls-right-click-on-timebar.html
    402 media/media-fullscreen-inline.html
    403 media/video-controls-visible-audio-only.html
    404 platform/mac/editing/deleting/backward-delete.html
    405 platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html
    406 platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html
    407 platform/mac/editing/selection/doubleclick-should-not-expand-across-lines.html
    408 platform/mac/editing/selection/word-thai.html
    409 platform/mac/fast/forms/listbox-scrollbar-hit-test.html
    410 platform/mac/fast/overflow/overflow-scrollbar-hit-test.html
    411 plugins/clicking-missing-plugin-fires-delegate.html
    412 plugins/keyboard-events.html
    413 plugins/mouse-events.html
    414 plugins/mouse-click-iframe-to-plugin.html
    415 scrollbars/scrollbar-iframe-click-does-not-blur-content.html
    416 scrollbars/scrollbar-miss-mousemove-disabled.html
    417 scrollbars/scrollevent-iframe-no-scrolling-wheel.html
    41873
    41974# CONSOLE MESSAGE: line 0: SVG animation pause API missing!
     
    501156svg/animations/svgtransform-animation-discrete.html
    502157svg/animations/svgstring-animation-fallback-to-discrete.html
    503 svg/custom/absolute-sized-content-with-resources.xhtml
    504 svg/custom/circle-move-invalidation.svg
    505 svg/custom/clip-path-child-changes.svg
    506 svg/custom/clip-path-href-changes.svg
    507 svg/custom/clip-path-id-changes.svg
    508 svg/custom/clip-path-units-changes.svg
    509 svg/custom/deep-dynamic-updates.svg
    510 svg/custom/foreignObject-crash-on-hover.xml
    511 svg/custom/getscreenctm-in-scrollable-div-area-nested.xhtml
    512 svg/custom/getscreenctm-in-scrollable-div-area.xhtml
    513 svg/custom/getscreenctm-in-scrollable-svg-area.xhtml
    514 svg/custom/gradient-attr-update.svg
    515 svg/custom/hit-test-path-stroke.svg
    516 svg/custom/hit-test-path.svg
    517 svg/custom/hit-test-unclosed-subpaths.svg
    518 svg/custom/hit-test-with-br.xhtml
    519 svg/custom/hover-default-fill.svg
    520 svg/custom/image-clipped-hit.svg
    521 svg/custom/inner-svg-hit-test.svg
    522 svg/custom/js-update-container.svg
    523 svg/custom/js-update-container2.svg
    524 svg/custom/js-update-gradient.svg
    525 svg/custom/js-update-path-changes.svg
    526 svg/custom/js-update-path-removal.svg
    527 svg/custom/js-update-pattern-child.svg
    528 svg/custom/js-update-pattern.svg
    529 svg/custom/js-update-polygon-changes.svg
    530 svg/custom/js-update-polygon-removal.svg
    531 svg/custom/js-update-stop-linked-gradient.svg
    532 svg/custom/js-update-stop.svg
    533 svg/custom/js-update-style.svg
    534 svg/custom/linking-a-03-b-all.svg
    535 svg/custom/linking-a-03-b-preserveAspectRatio.svg
    536 svg/custom/linking-a-03-b-transform.svg
    537 svg/custom/linking-a-03-b-viewBox-transform.svg
    538 svg/custom/linking-a-03-b-viewBox.svg
    539 svg/custom/linking-a-03-b-viewTarget.svg
    540 svg/custom/linking-a-03-b-zoomAndPan.svg
    541 svg/custom/marker-changes.svg
    542 svg/custom/marker-child-changes-css.svg
    543 svg/custom/marker-child-changes.svg
    544 svg/custom/marker-strokeWidth-changes.svg
    545 svg/custom/marker-viewBox-changes.svg
    546 svg/custom/mask-changes.svg
    547 svg/custom/mask-child-changes.svg
    548 svg/custom/mouse-move-on-svg-container-standalone.svg
    549 svg/custom/mouse-move-on-svg-container.xhtml
    550 svg/custom/mouse-move-on-svg-root-standalone.svg
    551 svg/custom/mouse-move-on-svg-root.xhtml
    552 svg/custom/pointer-events-image.svg
    553 svg/custom/pointer-events-path.svg
    554 svg/custom/pointer-events-text.svg
    555 svg/custom/polyline-hittest.svg
    556 svg/custom/prevent-default.svg
    557 svg/custom/relative-sized-content-with-resources.xhtml
    558 svg/custom/repaint-on-constant-size-change.svg
    559 svg/custom/repaint-stroke-width-changes.svg
    560 svg/custom/resource-invalidate-on-target-update.svg
    561 svg/custom/scroll-hit-test.xhtml
    562 svg/custom/stroke-width-click.svg
    563 svg/custom/text-hit-test.svg
    564 svg/custom/use-clipped-hit.svg
    565 svg/custom/use-css-events.svg
    566 svg/custom/use-elementInstance-event-target.svg
    567 svg/custom/use-elementInstance-methods.svg
    568 svg/custom/use-event-handler-on-referenced-element.svg
    569 svg/custom/use-event-handler-on-use-element.svg
    570 svg/custom/use-events-crash.svg
    571 svg/custom/use-instanceRoot-as-event-target.xhtml
    572 svg/custom/use-instanceRoot-event-bubbling.xhtml
    573 svg/custom/use-instanceRoot-event-listeners.xhtml
    574 svg/custom/use-setAttribute-crash.svg
    575 svg/custom/viewBox-hit.svg
    576 svg/dynamic-updates/SVGAElement-dom-href-attr.html
    577 svg/dynamic-updates/SVGAElement-dom-target-attr.html
    578 svg/dynamic-updates/SVGAElement-svgdom-href-prop.html
    579 svg/dynamic-updates/SVGAElement-svgdom-target-prop.html
    580 svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html
    581 svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html
    582 svg/dynamic-updates/SVGCircleElement-dom-r-attr.html
    583 svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures.html
    584 svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html
    585 svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html
    586 svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html
    587 svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures.html
    588 svg/dynamic-updates/SVGClipPath-influences-hitTesting.html
    589 svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html
    590 svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html
    591 svg/dynamic-updates/SVGCursorElement-dom-x-attr.html
    592 svg/dynamic-updates/SVGCursorElement-dom-y-attr.html
    593 svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html
    594 svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html
    595 svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html
    596 svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html
    597 svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures.html
    598 svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html
    599 svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html
    600 svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html
    601 svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html
    602 svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures.html
    603 svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html
    604 svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html
    605 svg/dynamic-updates/SVGFEBlendElement-dom-in-attr.html
    606 svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr.html
    607 svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr.html
    608 svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop.html
    609 svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop.html
    610 svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop.html
    611 svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr.html
    612 svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr.html
    613 svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr.html
    614 svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop.html
    615 svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop.html
    616 svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop.html
    617 svg/dynamic-updates/SVGFECompositeElement-dom-in-attr.html
    618 svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr.html
    619 svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr.html
    620 svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr.html
    621 svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr.html
    622 svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr.html
    623 svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr.html
    624 svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop.html
    625 svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop.html
    626 svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop.html
    627 svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop.html
    628 svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop.html
    629 svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop.html
    630 svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop.html
    631 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr.html
    632 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr.html
    633 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr.html
    634 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr.html
    635 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.html
    636 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.html
    637 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr.html
    638 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr.html
    639 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr.html
    640 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr.html
    641 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop.html
    642 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop.html
    643 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.html
    644 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop.html
    645 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop.html
    646 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop.html
    647 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop.html
    648 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop.html
    649 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop.html
    650 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop.html
    651 svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr.html
    652 svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr.html
    653 svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr.html
    654 svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr.html
    655 svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop.html
    656 svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop.html
    657 svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop.html
    658 svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop.html
    659 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr.html
    660 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr.html
    661 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr.html
    662 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr.html
    663 svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr.html
    664 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop.html
    665 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop.html
    666 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop.html
    667 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop.html
    668 svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop.html
    669 svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr.html
    670 svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr.html
    671 svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop.html
    672 svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop.html
    673 svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr.html
    674 svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr.html
    675 svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop.html
    676 svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop.html
    677 svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr.html
    678 svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr.html
    679 svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call.html
    680 svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop.html
    681 svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr.html
    682 svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop.html
    683 svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr.html
    684 svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop.html
    685 svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr.html
    686 svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr.html
    687 svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr.html
    688 svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop.html
    689 svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop.html
    690 svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call.html
    691 svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr.html
    692 svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr.html
    693 svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr.html
    694 svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop.html
    695 svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop.html
    696 svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop.html
    697 svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr.html
    698 svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr.html
    699 svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr.html
    700 svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop.html
    701 svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop.html
    702 svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop.html
    703 svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html
    704 svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html
    705 svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html
    706 svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html
    707 svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
    708 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html
    709 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html
    710 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html
    711 svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html
    712 svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr.html
    713 svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr.html
    714 svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr.html
    715 svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr.html
    716 svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr.html
    717 svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr.html
    718 svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr.html
    719 svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr.html
    720 svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop.html
    721 svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop.html
    722 svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop.html
    723 svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop.html
    724 svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop.html
    725 svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop.html
    726 svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop.html
    727 svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop.html
    728 svg/dynamic-updates/SVGFETileElement-dom-in-attr.html
    729 svg/dynamic-updates/SVGFETileElement-svgdom-in-prop.html
    730 svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html
    731 svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.html
    732 svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html
    733 svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr.html
    734 svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html
    735 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html
    736 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html
    737 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html
    738 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html
    739 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html
    740 svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr.html
    741 svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr.html
    742 svg/dynamic-updates/SVGFilterElement-dom-height-attr.html
    743 svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr.html
    744 svg/dynamic-updates/SVGFilterElement-dom-width-attr.html
    745 svg/dynamic-updates/SVGFilterElement-dom-x-attr.html
    746 svg/dynamic-updates/SVGFilterElement-dom-y-attr.html
    747 svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call.html
    748 svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop.html
    749 svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop.html
    750 svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop.html
    751 svg/dynamic-updates/SVGFilterElement-svgdom-height-prop.html
    752 svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop.html
    753 svg/dynamic-updates/SVGFilterElement-svgdom-width-prop.html
    754 svg/dynamic-updates/SVGFilterElement-svgdom-x-prop.html
    755 svg/dynamic-updates/SVGFilterElement-svgdom-y-prop.html
    756 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr.html
    757 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr.html
    758 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr.html
    759 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr.html
    760 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr.html
    761 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop.html
    762 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop.html
    763 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop.html
    764 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop.html
    765 svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop.html
    766 svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html
    767 svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures.html
    768 svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html
    769 svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html
    770 svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html
    771 svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html
    772 svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures.html
    773 svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html
    774 svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html
    775 svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html
    776 svg/dynamic-updates/SVGGElement-dom-requiredFeatures.html
    777 svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures.html
    778 svg/dynamic-updates/SVGImageElement-dom-height-attr.html
    779 svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr.html
    780 svg/dynamic-updates/SVGImageElement-dom-requiredFeatures.html
    781 svg/dynamic-updates/SVGImageElement-dom-width-attr.html
    782 svg/dynamic-updates/SVGImageElement-dom-x-attr.html
    783 svg/dynamic-updates/SVGImageElement-dom-y-attr.html
    784 svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html
    785 svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop.html
    786 svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures.html
    787 svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html
    788 svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html
    789 svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html
    790 svg/dynamic-updates/SVGLineElement-dom-requiredFeatures.html
    791 svg/dynamic-updates/SVGLineElement-dom-x1-attr.html
    792 svg/dynamic-updates/SVGLineElement-dom-x2-attr.html
    793 svg/dynamic-updates/SVGLineElement-dom-y1-attr.html
    794 svg/dynamic-updates/SVGLineElement-dom-y2-attr.html
    795 svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures.html
    796 svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html
    797 svg/dynamic-updates/SVGLineElement-svgdom-x2-prop.html
    798 svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html
    799 svg/dynamic-updates/SVGLineElement-svgdom-y2-prop.html
    800 svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr.html
    801 svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr.html
    802 svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr.html
    803 svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr.html
    804 svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr.html
    805 svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr.html
    806 svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html
    807 svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop.html
    808 svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html
    809 svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html
    810 svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html
    811 svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html
    812 svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr.html
    813 svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr.html
    814 svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr.html
    815 svg/dynamic-updates/SVGMarkerElement-dom-orient-attr.html
    816 svg/dynamic-updates/SVGMarkerElement-dom-refX-attr.html
    817 svg/dynamic-updates/SVGMarkerElement-dom-refY-attr.html
    818 svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop.html
    819 svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop.html
    820 svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop.html
    821 svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop.html
    822 svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop.html
    823 svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop.html
    824 svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop.html
    825 svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call.html
    826 svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call.html
    827 svg/dynamic-updates/SVGMaskElement-dom-height-attr.html
    828 svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr.html
    829 svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr.html
    830 svg/dynamic-updates/SVGMaskElement-dom-width-attr.html
    831 svg/dynamic-updates/SVGMaskElement-dom-x-attr.html
    832 svg/dynamic-updates/SVGMaskElement-dom-y-attr.html
    833 svg/dynamic-updates/SVGMaskElement-svgdom-height-prop.html
    834 svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop.html
    835 svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop.html
    836 svg/dynamic-updates/SVGMaskElement-svgdom-width-prop.html
    837 svg/dynamic-updates/SVGMaskElement-svgdom-x-prop.html
    838 svg/dynamic-updates/SVGMaskElement-svgdom-y-prop.html
    839 svg/dynamic-updates/SVGPathElement-dom-requiredFeatures.html
    840 svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures.html
    841 svg/dynamic-updates/SVGPatternElement-dom-height-attr.html
    842 svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr.html
    843 svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr.html
    844 svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr.html
    845 svg/dynamic-updates/SVGPatternElement-dom-width-attr.html
    846 svg/dynamic-updates/SVGPatternElement-dom-x-attr.html
    847 svg/dynamic-updates/SVGPatternElement-dom-y-attr.html
    848 svg/dynamic-updates/SVGPatternElement-svgdom-height-prop.html
    849 svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop.html
    850 svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop.html
    851 svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop.html
    852 svg/dynamic-updates/SVGPatternElement-svgdom-width-prop.html
    853 svg/dynamic-updates/SVGPatternElement-svgdom-x-prop.html
    854 svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html
    855 svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures.html
    856 svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures.html
    857 svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures.html
    858 svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures.html
    859 svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr.html
    860 svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr.html
    861 svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr.html
    862 svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr.html
    863 svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr.html
    864 svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr.html
    865 svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr.html
    866 svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop.html
    867 svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop.html
    868 svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop.html
    869 svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop.html
    870 svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html
    871 svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop.html
    872 svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop.html
    873 svg/dynamic-updates/SVGRectElement-dom-height-attr.html
    874 svg/dynamic-updates/SVGRectElement-dom-requiredFeatures.html
    875 svg/dynamic-updates/SVGRectElement-dom-width-attr.html
    876 svg/dynamic-updates/SVGRectElement-dom-x-attr.html
    877 svg/dynamic-updates/SVGRectElement-dom-y-attr.html
    878 svg/dynamic-updates/SVGRectElement-svgdom-height-prop.html
    879 svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures.html
    880 svg/dynamic-updates/SVGRectElement-svgdom-width-prop.html
    881 svg/dynamic-updates/SVGRectElement-svgdom-x-prop.html
    882 svg/dynamic-updates/SVGRectElement-svgdom-y-prop.html
    883 svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures.html
    884 svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures.html
    885 svg/dynamic-updates/SVGTRefElement-dom-href-attr.html
    886 svg/dynamic-updates/SVGTextElement-dom-requiredFeatures.html
    887 svg/dynamic-updates/SVGTextElement-dom-transform-attr.html
    888 svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures.html
    889 svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop.html
    890 svg/dynamic-updates/SVGTextElement-svgdom-transform-prop.html
    891 svg/dynamic-updates/SVGUseElement-dom-requiredFeatures.html
    892 svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures.html
    893 svg/filters/filter-width-update.svg
    894 svg/text/foreignObject-repaint.xml
    895158svg/text/select-text-svgfont.html
    896159svg/text/select-textLength-spacing-squeeze-1.svg
     
    919182svg/text/select-x-list-with-tspans-4.svg
    920183svg/text/selection-doubleclick.svg
    921 svg/text/selection-tripleclick.svg
    922 svg/zoom/page/zoom-coords-viewattr-01-b.svg
    923 svg/zoom/text/zoom-coords-viewattr-01-b.svg
    924184
    925185# WebKit2 needs layoutTestController.overridePreference
  • trunk/Source/WebKit2/ChangeLog

    r95005 r95039  
     12011-09-13  Chang Shu  <cshu@webkit.org>
     2
     3        [WK2] [Mac] Implement KeyDown function for WebKit2 EventSender.
     4        https://bugs.webkit.org/show_bug.cgi?id=57515
     5
     6        The code change in WebKit2 allows key events being sent to WebProcess from UIProcess synchronously.
     7
     8        Reviewed by Darin Adler.
     9
     10        * UIProcess/API/C/WKPage.cpp:
     11        (WKPageSetShouldSendKeyboardEventSynchronously):
     12        * UIProcess/API/C/WKPagePrivate.h:
     13        * UIProcess/WebPageProxy.cpp:
     14        (WebKit::WebPageProxy::WebPageProxy):
     15        (WebKit::WebPageProxy::handleKeyboardEvent):
     16        * UIProcess/WebPageProxy.h:
     17        (WebKit::WebPageProxy::setShouldSendKeyboardEventSynchronously):
     18        * WebProcess/WebPage/WebPage.cpp:
     19        (WebKit::WebPage::keyEventSyncForTesting):
     20        * WebProcess/WebPage/WebPage.h:
     21        * WebProcess/WebPage/WebPage.messages.in:
     22
    1232011-09-12  Ryuan Choi  <ryuan.choi@samsung.com>
    224
  • trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp

    r94247 r95039  
    582582}
    583583
     584void WKPageSetShouldSendKeyboardEventSynchronously(WKPageRef page, bool sync)
     585{
     586    toImpl(page)->setShouldSendKeyboardEventSynchronously(sync);
     587}
  • trunk/Source/WebKit2/UIProcess/API/C/WKPagePrivate.h

    r93880 r95039  
    7070WK_EXPORT WKImageRef WKPageCreateSnapshotOfVisibleContent(WKPageRef page);
    7171
     72WK_EXPORT void WKPageSetShouldSendKeyboardEventSynchronously(WKPageRef page, bool sync);
     73
    7274#ifdef __cplusplus
    7375}
  • trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp

    r94818 r95039  
    181181    , m_mainFrameIsPinnedToRightSide(false)
    182182    , m_renderTreeSize(0)
     183    , m_shouldSendKeyboardEventSynchronously(false)
    183184{
    184185#ifndef NDEBUG
     
    861862
    862863    process()->responsivenessTimer()->start();
    863     process()->send(Messages::WebPage::KeyEvent(event), m_pageID);
     864    if (m_shouldSendKeyboardEventSynchronously) {
     865        bool handled = false;
     866        process()->sendSync(Messages::WebPage::KeyEventSyncForTesting(event), Messages::WebPage::KeyEventSyncForTesting::Reply(handled), m_pageID);
     867        didReceiveEvent(event.type(), handled);
     868    } else
     869        process()->send(Messages::WebPage::KeyEvent(event), m_pageID);
    864870}
    865871
  • trunk/Source/WebKit2/UIProcess/WebPageProxy.h

    r94613 r95039  
    561561
    562562    uint64_t renderTreeSize() const { return m_renderTreeSize; }
    563  
     563
     564    void setShouldSendKeyboardEventSynchronously(bool sync) { m_shouldSendKeyboardEventSynchronously = sync; };
     565
    564566private:
    565567    WebPageProxy(PageClient*, PassRefPtr<WebProcessProxy>, WebPageGroup*, uint64_t pageID);
     
    931933
    932934    static WKPageDebugPaintFlags s_debugPaintFlags;
     935
     936    bool m_shouldSendKeyboardEventSynchronously;
    933937};
    934938
  • trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp

    r94908 r95039  
    11011101}
    11021102
     1103void WebPage::keyEventSyncForTesting(const WebKeyboardEvent& keyboardEvent, bool& handled)
     1104{
     1105    CurrentEvent currentEvent(keyboardEvent);
     1106
     1107    handled = handleKeyEvent(keyboardEvent, m_page.get());
     1108    if (!handled)
     1109        handled = performDefaultBehaviorForKeyEvent(keyboardEvent);
     1110}
     1111
    11031112#if ENABLE(GESTURE_EVENTS)
    11041113static bool handleGestureEvent(const WebGestureEvent& gestureEvent, Page* page)
  • trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h

    r94908 r95039  
    478478    void wheelEvent(const WebWheelEvent&);
    479479    void keyEvent(const WebKeyboardEvent&);
     480    void keyEventSyncForTesting(const WebKeyboardEvent&, bool&);
    480481#if ENABLE(GESTURE_EVENTS)
    481482    void gestureEvent(const WebGestureEvent&);
  • trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in

    r94613 r95039  
    3434
    3535    KeyEvent(WebKit::WebKeyboardEvent event)
     36    KeyEventSyncForTesting(WebKit::WebKeyboardEvent event) -> (bool handled)
    3637    MouseEvent(WebKit::WebMouseEvent event)
    3738    WheelEvent(WebKit::WebWheelEvent event)
  • trunk/Tools/ChangeLog

    r95007 r95039  
     12011-09-13  Chang Shu  <cshu@webkit.org>
     2
     3        [WK2] [Mac] Implement KeyDown function for WebKit2 EventSender.
     4        https://bugs.webkit.org/show_bug.cgi?id=57515
     5
     6        The code change in WebKitTestRunner first sends keydown event from InjectedBundle to
     7        TestController synchronously. The latter then sends simulated event to WebKit2 module,
     8        which is synchronous, too.
     9
     10        Reviewed by Darin Adler.
     11
     12        * WebKitTestRunner/EventSenderProxy.h: Added.
     13        (WTR::EventSenderProxy::EventSenderProxy):
     14        * WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl:
     15        * WebKitTestRunner/InjectedBundle/EventSendingController.cpp:
     16        (WTR::EventSendingController::keyDown):
     17        * WebKitTestRunner/InjectedBundle/EventSendingController.h:
     18        * WebKitTestRunner/PlatformWebView.h:
     19        (WTR::PlatformWebView::platformWindow):
     20        * WebKitTestRunner/TestController.cpp:
     21        (WTR::TestController::TestController):
     22        (WTR::TestController::didReceiveSynchronousMessageFromInjectedBundle):
     23        * WebKitTestRunner/TestController.h:
     24        * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
     25        * WebKitTestRunner/mac/EventSenderProxy.mm: Added.
     26        (WTR::buildModifierFlags):
     27        (WTR::EventSenderProxy::keyDown):
     28
    1292011-09-12  Leandro Pereira  <leandro@profusion.mobi>
    230
  • trunk/Tools/WebKitTestRunner/EventSenderProxy.h

    r95038 r95039  
    11/*
    2  * Copyright (C) 2010, 2011 Apple Inc. All rights reserved.
     2 * Copyright (C) 2011 Apple Inc. All rights reserved.
     3 * Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    34 *
    45 * Redistribution and use in source and binary forms, with or without
     
    2425 */
    2526
    26 module WTR {
     27#ifndef EventSenderProxy_h
     28#define EventSenderProxy_h
    2729
    28     interface EventSendingController {
    29         void mouseDown(in long buttonNumber, in object modifierArray);
    30         void mouseUp(in long buttonNumber, in object modifierArray);
    31         void mouseMoveTo(in long x, in long y);
    32         void leapForward(in long milliseconds);
     30namespace WTR {
    3331
    34         // Zoom functions.
    35         void textZoomIn();
    36         void textZoomOut();
    37         void zoomPageIn();
    38         void zoomPageOut();
    39         void scalePageBy(in double scale, in double x, in double y);
    40     };
     32class TestController;
    4133
    42 }
     34class EventSenderProxy {
     35public:
     36    EventSenderProxy(TestController* testController) : m_testController(testController) { }
     37
     38    void keyDown(WKStringRef key, WKEventModifiers, unsigned location, double timestamp);
     39
     40private:
     41    TestController* m_testController;
     42};
     43
     44} // namespace WTR
     45
     46#endif // EventSenderProxy_h
  • trunk/Tools/WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl

    r82780 r95039  
    3232        void leapForward(in long milliseconds);
    3333
     34        void keyDown(in DOMString key, in object modifierArray, in long location);
     35
    3436        // Zoom functions.
    3537        void textZoomIn();
  • trunk/Tools/WebKitTestRunner/InjectedBundle/EventSendingController.cpp

    r82780 r95039  
    3030#include "InjectedBundlePage.h"
    3131#include "JSEventSendingController.h"
     32#include "StringFunctions.h"
     33#include <WebKit2/WKBundle.h>
    3234#include <WebKit2/WKBundleFrame.h>
    3335#include <WebKit2/WKBundlePagePrivate.h>
    3436#include <WebKit2/WKBundlePrivate.h>
     37#include <WebKit2/WKMutableDictionary.h>
     38#include <WebKit2/WKNumber.h>
    3539
    3640namespace WTR {
     
    206210}
    207211
     212void EventSendingController::keyDown(JSStringRef key, JSValueRef modifierArray, int location)
     213{
     214    WKBundlePageRef page = InjectedBundle::shared().page()->page();
     215    WKBundleFrameRef frame = WKBundlePageGetMainFrame(page);
     216    JSContextRef context = WKBundleFrameGetJavaScriptContext(frame);
     217    WKEventModifiers modifiers = parseModifierArray(context, modifierArray);
     218
     219    WKRetainPtr<WKStringRef> EventSenderMessageName(AdoptWK, WKStringCreateWithUTF8CString("EventSender"));
     220    WKRetainPtr<WKMutableDictionaryRef> EventSenderMessageBody(AdoptWK, WKMutableDictionaryCreate());
     221
     222    WKRetainPtr<WKStringRef> subMessageKey(AdoptWK, WKStringCreateWithUTF8CString("SubMessage"));
     223    WKRetainPtr<WKStringRef> subMessageName(AdoptWK, WKStringCreateWithUTF8CString("KeyDown"));
     224    WKDictionaryAddItem(EventSenderMessageBody.get(), subMessageKey.get(), subMessageName.get());
     225
     226    WKRetainPtr<WKStringRef> keyKey = adoptWK(WKStringCreateWithUTF8CString("Key"));
     227    WKDictionaryAddItem(EventSenderMessageBody.get(), keyKey.get(), toWK(key).get());
     228
     229    WKRetainPtr<WKStringRef> modifiersKey = adoptWK(WKStringCreateWithUTF8CString("Modifiers"));
     230    WKRetainPtr<WKUInt64Ref> modifiersRef = WKUInt64Create(modifiers);
     231    WKDictionaryAddItem(EventSenderMessageBody.get(), modifiersKey.get(), modifiersRef.get());
     232
     233    WKRetainPtr<WKStringRef> locationKey = adoptWK(WKStringCreateWithUTF8CString("Location"));
     234    WKRetainPtr<WKUInt64Ref> locationRef = WKUInt64Create(location);
     235    WKDictionaryAddItem(EventSenderMessageBody.get(), locationKey.get(), locationRef.get());
     236
     237    WKRetainPtr<WKStringRef> timestampKey = adoptWK(WKStringCreateWithUTF8CString("Timestamp"));
     238    WKRetainPtr<WKDoubleRef> timeRef = WKDoubleCreate(m_time);
     239    WKDictionaryAddItem(EventSenderMessageBody.get(), timestampKey.get(), timeRef.get());
     240
     241    WKBundlePostSynchronousMessage(InjectedBundle::shared().bundle(), EventSenderMessageName.get(), EventSenderMessageBody.get(), 0);
     242}
     243
    208244} // namespace WTR
  • trunk/Tools/WebKitTestRunner/InjectedBundle/EventSendingController.h

    r82780 r95039  
    4949    void leapForward(int milliseconds);
    5050
     51    void keyDown(JSStringRef key, JSValueRef modifierArray, int location);
     52
    5153    // Zoom functions.
    5254    void textZoomIn();
  • trunk/Tools/WebKitTestRunner/PlatformWebView.h

    r87760 r95039  
    6262    WKPageRef page();
    6363    PlatformWKView platformView() { return m_view; }
     64    PlatformWindow platformWindow() { return m_window; }
    6465    void resizeTo(unsigned width, unsigned height);
    6566    void focus();
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r93902 r95039  
    3838#include <wtf/PassOwnPtr.h>
    3939
     40#if PLATFORM(MAC)
     41#include "EventSenderProxy.h"
     42#endif
     43
    4044namespace WTR {
    4145
     
    7074    , m_shouldExitWhenWebProcessCrashes(true)
    7175    , m_beforeUnloadReturnValue(true)
     76#if PLATFORM(MAC)
     77    , m_eventSenderProxy(new EventSenderProxy(this))
     78#endif
    7279{
    7380    initialize(argc, argv);
     
    502509WKRetainPtr<WKTypeRef> TestController::didReceiveSynchronousMessageFromInjectedBundle(WKStringRef messageName, WKTypeRef messageBody)
    503510{
     511#if PLATFORM(MAC)
     512    if (WKStringIsEqualToUTF8CString(messageName, "EventSender")) {
     513        ASSERT(WKGetTypeID(messageBody) == WKDictionaryGetTypeID());
     514        WKDictionaryRef messageBodyDictionary = static_cast<WKDictionaryRef>(messageBody);
     515
     516        WKRetainPtr<WKStringRef> subMessageKey(AdoptWK, WKStringCreateWithUTF8CString("SubMessage"));
     517        WKStringRef subMessageName = static_cast<WKStringRef>(WKDictionaryGetItemForKey(messageBodyDictionary, subMessageKey.get()));
     518
     519        if (WKStringIsEqualToUTF8CString(subMessageName, "KeyDown")) {
     520            WKRetainPtr<WKStringRef> keyKey = adoptWK(WKStringCreateWithUTF8CString("Key"));
     521            WKStringRef key = static_cast<WKStringRef>(WKDictionaryGetItemForKey(messageBodyDictionary, keyKey.get()));
     522
     523            WKRetainPtr<WKStringRef> modifiersKey = adoptWK(WKStringCreateWithUTF8CString("Modifiers"));
     524            WKEventModifiers modifiers = static_cast<WKEventModifiers>(WKUInt64GetValue(static_cast<WKUInt64Ref>(WKDictionaryGetItemForKey(messageBodyDictionary, modifiersKey.get()))));
     525
     526            WKRetainPtr<WKStringRef> locationKey = adoptWK(WKStringCreateWithUTF8CString("Location"));
     527            unsigned location = static_cast<unsigned>(WKUInt64GetValue(static_cast<WKUInt64Ref>(WKDictionaryGetItemForKey(messageBodyDictionary, locationKey.get()))));
     528
     529            WKRetainPtr<WKStringRef> timestampKey = adoptWK(WKStringCreateWithUTF8CString("Timestamp"));
     530            double timestamp = WKDoubleGetValue(static_cast<WKDoubleRef>(WKDictionaryGetItemForKey(messageBodyDictionary, timestampKey.get())));
     531
     532            // Forward to WebProcess
     533            m_eventSenderProxy->keyDown(key, modifiers, location, timestamp);
     534            return 0;
     535        }
     536        ASSERT_NOT_REACHED();
     537    }
     538#endif
    504539    return m_currentInvocation->didReceiveSynchronousMessageFromInjectedBundle(messageName, messageBody);
    505540}
  • trunk/Tools/WebKitTestRunner/TestController.h

    r93902 r95039  
    3636class TestInvocation;
    3737class PlatformWebView;
     38class EventSenderProxy;
    3839
    3940// FIXME: Rename this TestRunner?
     
    127128   
    128129    bool m_beforeUnloadReturnValue;
     130
     131    EventSenderProxy* m_eventSenderProxy;
    129132};
    130133
  • trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj

    r93355 r95039  
    2424                5322FB4313FDA0CD0041ABCC /* CyclicRedundancyCheck.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5322FB4113FDA0CD0041ABCC /* CyclicRedundancyCheck.cpp */; };
    2525                5322FB4613FDA0EA0041ABCC /* PixelDumpSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5322FB4413FDA0EA0041ABCC /* PixelDumpSupport.cpp */; };
     26                5670B8281386FCA5002EB355 /* EventSenderProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5670B8271386FCA5002EB355 /* EventSenderProxy.mm */; };
    2627                6510A78211EC643800410867 /* AHEM____.TTF in Resources */ = {isa = PBXBuildFile; fileRef = 6510A77711EC643800410867 /* AHEM____.TTF */; };
    2728                6510A78311EC643800410867 /* ColorBits.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6510A77811EC643800410867 /* ColorBits.ttf */; };
     
    8889                5322FB4413FDA0EA0041ABCC /* PixelDumpSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PixelDumpSupport.cpp; sourceTree = "<group>"; };
    8990                5322FB4513FDA0EA0041ABCC /* PixelDumpSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PixelDumpSupport.h; sourceTree = "<group>"; };
     91                5670B8261386FC13002EB355 /* EventSenderProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventSenderProxy.h; sourceTree = "<group>"; };
     92                5670B8271386FCA5002EB355 /* EventSenderProxy.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = EventSenderProxy.mm; sourceTree = "<group>"; };
    9093                6510A77711EC643800410867 /* AHEM____.TTF */ = {isa = PBXFileReference; lastKnownFileType = file; name = "AHEM____.TTF"; path = "fonts/AHEM____.TTF"; sourceTree = "<group>"; };
    9194                6510A77811EC643800410867 /* ColorBits.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = ColorBits.ttf; path = fonts/ColorBits.ttf; sourceTree = "<group>"; };
     
    198201                                5322FB4113FDA0CD0041ABCC /* CyclicRedundancyCheck.cpp */,
    199202                                5322FB4213FDA0CD0041ABCC /* CyclicRedundancyCheck.h */,
     203                                5670B8261386FC13002EB355 /* EventSenderProxy.h */,
    200204                                5322FB4413FDA0EA0041ABCC /* PixelDumpSupport.cpp */,
    201205                                5322FB4513FDA0EA0041ABCC /* PixelDumpSupport.h */,
     
    293297                        isa = PBXGroup;
    294298                        children = (
     299                                5670B8271386FCA5002EB355 /* EventSenderProxy.mm */,
    295300                                BC7933FF118F7C84005EA8E2 /* main.mm */,
    296301                                BC7934E711906846005EA8E2 /* PlatformWebViewMac.mm */,
     
    471476                                BCD7D2F811921278006DB7EE /* TestInvocation.cpp in Sources */,
    472477                                BC9192051333E4F8003011DC /* TestInvocationCG.cpp in Sources */,
     478                                5670B8281386FCA5002EB355 /* EventSenderProxy.mm in Sources */,
    473479                        );
    474480                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.