| Index: LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
|
| diff --git a/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html b/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
|
| index 8a5702ba9ed5aca79c6491898caaaec00b0320a1..f0e372dd820ab7cb7ba91adc8c0fa0b989c6a11c 100644
|
| --- a/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
|
| +++ b/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
|
| @@ -22,13 +22,13 @@
|
| // doNextStep called by event handler.
|
| },
|
| function () {
|
| - shouldBe("document.webkitPointerLockElement", "targetDiv1");
|
| + shouldBe("document.pointerLockElement", "targetDiv1");
|
| expectOnlyChangeEvent("Host initiated unlock.");
|
| testRunner.didLosePointerLock();
|
| // doNextStep called by event handler.
|
| },
|
| function () {
|
| - shouldBe("document.webkitPointerLockElement", "null");
|
| + shouldBe("document.pointerLockElement", "null");
|
| doNextStep();
|
| },
|
| ];
|
|
|