author | Mike Wasserman <msw@chromium.org> |
Tue, 28 Apr 2020 11:35:04 +0000 | |
changeset 527543 | 7d0fd0d31d2b3bb69ac69f7f2bacfa5d3b8b1f92 |
parent 527542 | 16f63baa9864fd619c7b2d4c7a81a8d3dc1b254e |
child 527544 | b344b9215d483595ac5726aaf149e28dbb387024 |
push id | 37368 |
push user | btara@mozilla.com |
push date | Fri, 01 May 2020 21:45:51 +0000 |
treeherder | mozilla-central@0f9c5a59e45d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1631148, 23082, 994889, 2155113, 761040 |
milestone | 77.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/tests/screen_enumeration/getScreens.tentative.https.window.js | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/tests/screen_enumeration/getScreens.tentative.https.window.js +++ b/testing/web-platform/tests/screen_enumeration/getScreens.tentative.https.window.js @@ -20,10 +20,10 @@ promise_test(async testCase => { assert_equals(typeof screens[0].availTop, 'number'); assert_equals(typeof screens[0].left, 'number'); assert_equals(typeof screens[0].top, 'number'); assert_equals(typeof screens[0].orientation, 'object'); assert_equals(typeof screens[0].primary, 'boolean'); assert_equals(typeof screens[0].internal, 'boolean'); assert_equals(typeof screens[0].scaleFactor, 'number'); - assert_equals(typeof screens[0].name, 'string'); + assert_equals(typeof screens[0].id, 'string'); }, 'self.getScreens returns at least 1 Screen'); \ No newline at end of file