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

Unified Diff: LayoutTests/fast/workers/worker-navigator-expected.txt

Issue 592183002: [WIP]Implement Blink side changes for navigator.language(s) support for workers. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Dedicated worker languagechange event added. Still WIP. Created 6 years, 2 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 | « LayoutTests/fast/workers/resources/worker-navigator.js ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/workers/worker-navigator-expected.txt
diff --git a/LayoutTests/fast/workers/worker-navigator-expected.txt b/LayoutTests/fast/workers/worker-navigator-expected.txt
index ed1c57affe40bdc38924b0e9067e101e874a5baf..e0d9192dfd33af0434c72082e5f257595f66f77f 100644
--- a/LayoutTests/fast/workers/worker-navigator-expected.txt
+++ b/LayoutTests/fast/workers/worker-navigator-expected.txt
@@ -9,5 +9,7 @@ navigator.userAgent.indexOf('WebKit') != 0: true
typeof navigator.onLine: boolean
navigator.appCodeName === 'Mozilla': true
navigator.product === 'Gecko': true
+typeof navigator.language: string
+typeof navigator.languages: object
DONE
« no previous file with comments | « LayoutTests/fast/workers/resources/worker-navigator.js ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698