12012-01-26 Joe Thomas <joethomas@motorola.com>
2
3 https://bugs.webkit.org/show_bug.cgi?id=76995.
4 WebKit fails IETC :indeterminate and input type=radio test.
5
6 The :indeterminate pseudo-class should not apply to radio input type.
7
8 Reviewed by NOBODY (OOPS!).
9
10 Modified the existing test case.
11
12 * html/HTMLInputElement.cpp:
13 (WebCore::HTMLInputElement::isIndeterminate): Return false if the input type is other than checkbox.
14 (WebCore):
15 * html/HTMLInputElement.h:
16 (HTMLInputElement):
17