| Index: third_party/WebKit/LayoutTests/fast/dom/Window/replaceable.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable.html b/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable.html
|
| index d3a18ed6ee81e545e2d86b8388905fa3e273b61b..8051a5ca4862fba170f349869b00c9ee497d94b8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable.html
|
| @@ -4,7 +4,7 @@
|
|
|
| description('Tests that Replaceable attributes are writable');
|
|
|
| -shouldBeTrue('Object.getOwnPropertyDescriptor(window, "innerHeight").writable');
|
| +shouldBeType('Object.getOwnPropertyDescriptor(window, "innerHeight").set', 'Function');
|
|
|
| window.innerHeight = 42;
|
| shouldBe('window.innerHeight', '42');
|
|
|