Back to Chromium

Onclick Case

third_party/blink/web_tests/fast/dom/Element/onclick-case.html

149.0.7827.2297 B
Original Source

This tests whether an element's onclick attribute can be a function named "OnClick". Some older versions of WebKit had a bug in the DOM binding for Element that would prevent the function from being called because we have an attribute of the same name.

If you can read this, then the test failed!