| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-expected.txt
|
| index 09db8e8d279fc20ccc5fb669ce062b847bbafd21..6f3ea6162c4152f606b2fe47452762735c3a7df3 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE WARNING: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=groüp2 and name=groÜp2
|
| This is a testharness.js-based test.
|
| FAIL click on mutable radio fires click event, then input event, then change event assert_true: change event should fire after input event expected true got false
|
| PASS click on non-mutable radio doesn't fire the input event
|
|
|