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

Unified Diff: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments Created 6 years, 6 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/property-access-on-cached-properties-after-frame-removed-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
index e40269ea1179e1b144120c1a8eac04b44810b99d..92f4780a33a4a741a3a2e19120bbd8148381e759 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
@@ -32,6 +32,7 @@ PASS window.cached_navigator.appName is window.navigator.appName
PASS window.cached_navigator.appVersion is ''
PASS window.cached_navigator.cookieEnabled is false
PASS window.cached_navigator.doNotTrack is null
+PASS window.cached_navigator.hardwareConcurrency is window.navigator.hardwareConcurrency
PASS window.cached_navigator.language is window.navigator.language
PASS window.cached_navigator.maxTouchPoints is 0
PASS window.cached_navigator.onLine is window.navigator.onLine

Powered by Google App Engine
This is Rietveld 408576698