Bug 1407423 - Part 5: Remove assert from test_vrController_displayId.html,r=daoshengmu

- The updated Puppet Display code now synthesizes puppet
  displays with displayId's other than "1".
- I have removed the assert that displayId is always "1" from
  the test in order to allow the test-verify to pass.

MozReview-Commit-ID: 3gngmbH9MzB

--HG--
extra : rebase_source : 2e4d9ce81130d3d8de009f6c787d7af4c7907ca0
extra : amend_source : 3ed30d118660e50677fcf5d981c10d600878c231
This commit is contained in:
Kearwood "Kip" Gilbert 2017-12-04 16:57:39 -08:00
parent 0f85da87b2
commit a617954210

View File

@ -42,7 +42,6 @@
return navigator.getVRDisplays().then((displays) => {
vrDisplay = displays[0];
assert_equals(displays.length, 1, "displays.length must be one after attach.");
assert_equals(displays[0].displayId, 1, "displayId must be one.");
addController();
addController();
});