Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: LayoutTests/fast/dom/Window/get-set-properties.html

Issue 243203002: Make window.navigator property non replaceable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Only keep window.navigator change Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/get-set-properties-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 59fc5bf30b97dfb84ae615888a1224c70516f2ef..4b079410614e4202cdd7f524ccdb8cc9beb9abf1 100644
--- a/LayoutTests/fast/dom/Window/get-set-properties.html
+++ b/LayoutTests/fast/dom/Window/get-set-properties.html
@@ -191,7 +191,6 @@ var windowReadWriteProperties = [
"length",
"locationbar",
"menubar",
- "navigator",
"offscreenBuffering",
"opener",
"outerHeight",
@@ -213,6 +212,7 @@ var windowReadWriteProperties = [
var windowReadOnlyProperties = [
"closed",
"document",
+ "navigator",
"pageXOffset",
"pageYOffset",
"window",
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/get-set-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698