Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Validates that lockOrientation() can take an array as argument. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS screen.orientation is "portrait-primary" | |
| 7 locking orientation to ['portrait-primary', 'landscape-primary']. | |
| 8 PASS screen.lockOrientation(['portrait-primary', 'landscape-primary']) is true | |
| 9 PASS successfullyParsed is true | |
| 10 | |
| 11 TEST COMPLETE | |
| 12 | |
| OLD | NEW |