Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that device width is updated when resizing. | |
| 2 | |
| 3 | |
| 4 Running: exactSize | |
| 5 700x500: 300x300 | |
| 6 | |
| 7 Running: testWidthMore | |
| 8 710x500: 400x300 | |
| 9 | |
| 10 Running: testWidthLess | |
| 11 690x500: 200x300 | |
| 12 | |
| 13 Running: testHeightMore | |
| 14 700x510: 300x400 | |
| 15 | |
| 16 Running: testHeightLess | |
| 17 700x490: 300x200 | |
| 18 | |
| 19 Running: testBothMore | |
| 20 710x510: 400x400 | |
| 21 | |
| 22 Running: testBothLess | |
| 23 690x490: 200x200 | |
| 24 | |
| 25 Running: reset | |
| 26 800x600: 400x400 | |
| 27 | |
| OLD | NEW |