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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test Navigator properties. 1 Test Navigator properties.
2 2
3 typeof navigator: object 3 typeof navigator: object
4 navigator: [object WorkerNavigator] 4 navigator: [object WorkerNavigator]
5 navigator.appName: Netscape 5 navigator.appName: Netscape
6 navigator.appVersion.indexOf('WebKit') != 0: true 6 navigator.appVersion.indexOf('WebKit') != 0: true
7 typeof navigator.platform: string 7 typeof navigator.platform: string
8 navigator.userAgent.indexOf('WebKit') != 0: true 8 navigator.userAgent.indexOf('WebKit') != 0: true
9 typeof navigator.onLine: boolean 9 typeof navigator.onLine: boolean
10 navigator.appCodeName === 'Mozilla': true 10 navigator.appCodeName === 'Mozilla': true
11 navigator.product === 'Gecko': true 11 navigator.product === 'Gecko': true
12 typeof navigator.language: string
13 typeof navigator.languages: object
12 DONE 14 DONE
13 15
OLDNEW
« 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