OS: Win 7
(1) Set non US keyboard layout as the default in system. Choose keyboard layout that uses modifier keys for inserting special characters: for example Polish.
(2) Run views_unittests.exe
TextfieldTest.KeysWithModifiersTest test fails with following output:
[ RUN ] TextfieldTest.KeysWithModifiersTest
e:\sources\chromium\src\ui\views\controls\textfield\textfield_unittest.cc(800): error: Value of: textfield_->text()
Actual: L"T\x119T\x118x234"
Expected: ASCIIToUTF16("TeTEx234")
Which is: L"TeTEx234"
[ FAILED ] TextfieldTest.KeysWithModifiersTest (30 ms)
This is a regression introduced in https://chromium.googlesource.com/chromium/src/+/d63b5218dab7a9675f8de0842c0f3ac5febcb94f
Comment 1 by tmonius...@opera.com
, Sep 16 2016