Commit 429b30a2 authored by ossy@webkit.org's avatar ossy@webkit.org

Remove onformchange and onforminput events/event handlers

https://bugs.webkit.org/show_bug.cgi?id=55755
<rdar://problem/9087969>

Unreviewed. Update Qt specific expected results after r82925.

* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:

git-svn-id: svn://svn.chromium.org/blink/trunk@82941 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent d2c46065
2011-04-05 Csaba Osztrogonác <ossy@webkit.org>
Remove onformchange and onforminput events/event handlers
https://bugs.webkit.org/show_bug.cgi?id=55755
<rdar://problem/9087969>
Unreviewed. Update Qt specific expected results after r82925.
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
2011-04-05 Chang Shu <cshu@webkit.org>
Unreviewed.
......@@ -2334,8 +2334,6 @@ window.onemptied [null]
window.onended [null]
window.onerror [null]
window.onfocus [null]
window.onformchange [null]
window.onforminput [null]
window.onhashchange [null]
window.oninput [null]
window.oninvalid [null]
......
......@@ -400,8 +400,6 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'onemptied') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'onended') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'onerror') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'onfocus') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'onformchange') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'onforminput') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'onhashchange') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'oninput') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'oninvalid') is 'object'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment