Index: LayoutTests/fast/dom/Window/get-set-properties.html |
diff --git a/LayoutTests/fast/dom/Window/get-set-properties.html b/LayoutTests/fast/dom/Window/get-set-properties.html |
index bee1eca44b8083bb5a02e0f4dcfa47a99d6ac887..223e11f9aa72239a0b44cf6115cc02508d58d4b9 100644 |
--- a/LayoutTests/fast/dom/Window/get-set-properties.html |
+++ b/LayoutTests/fast/dom/Window/get-set-properties.html |
@@ -185,7 +185,6 @@ var windowReadWriteProperties = [ |
"devicePixelRatio", |
"event", |
"frames", |
- "history", |
"innerHeight", |
"innerWidth", |
"length", |
@@ -212,6 +211,7 @@ var windowReadWriteProperties = [ |
var windowReadOnlyProperties = [ |
"closed", |
"document", |
+ "history", |
"navigator", |
"pageXOffset", |
"pageYOffset", |