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

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

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
index 8d95f8b645d447d00851a39148a54fefb59eafa9..c38523f31bf14748950ad5e36b94c4654baf7fa9 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
@@ -48,6 +48,7 @@ PASS childWindow.navigator.battery.onchargingtimechange is null
PASS childWindow.navigator.battery.ondischargingtimechange is null
PASS childWindow.navigator.battery.onlevelchange is null
PASS childWindow.navigator.cookieEnabled is false
+PASS childWindow.navigator.cores is window.navigator.cores
PASS childWindow.navigator.doNotTrack is null
PASS childWindow.navigator.language is window.navigator.language
PASS childWindow.navigator.maxTouchPoints is 0

Powered by Google App Engine
This is Rietveld 408576698