ieframe: Fixed tests on updated IE11.
This commit is contained in:
parent
f85a94f577
commit
66cbef438b
|
@ -456,6 +456,8 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
|
|||
case 144: /* TODO */
|
||||
case 178: /* IE11 */
|
||||
case 179: /* IE11 */
|
||||
case 180: /* IE11 */
|
||||
case 181: /* IE11 */
|
||||
return E_FAIL;
|
||||
default:
|
||||
ok(0, "unexpected nCmdID %d\n", nCmdID);
|
||||
|
|
Loading…
Reference in New Issue