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

Unified Diff: LayoutTests/fast/dom/Window/resources/window-property-collector.js

Issue 207833003: Update screen.orientation to follow the latest version of the specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@partial_enum_callback
Patch Set: ... and mac expected results Created 6 years, 9 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
Index: LayoutTests/fast/dom/Window/resources/window-property-collector.js
diff --git a/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/LayoutTests/fast/dom/Window/resources/window-property-collector.js
index 1bdbce2de7a24a485c44327a1474a627593cecb3..2e2f0a6a070d2c01ed9e7a7948616306e924a23f 100644
--- a/LayoutTests/fast/dom/Window/resources/window-property-collector.js
+++ b/LayoutTests/fast/dom/Window/resources/window-property-collector.js
@@ -60,6 +60,9 @@ function emitExpectedResult(path, expected)
case "navigator.vendor":
expected = "window." + propertyPath;
break;
+ case "screen.orientation":
+ expected = "'portrait-primary'";
+ break;
}
insertExpectedResult(path, expected);

Powered by Google App Engine
This is Rietveld 408576698