mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
26 lines
648 B
INI
26 lines
648 B
INI
[cssom-view-window-screen-interface.htm]
|
|
type: testharness
|
|
[Screen.availWidth is readonly]
|
|
expected: FAIL
|
|
|
|
[Screen.availHeight is readonly]
|
|
expected: FAIL
|
|
|
|
[Screen.width is readonly]
|
|
expected: FAIL
|
|
|
|
[Screen.height is readonly]
|
|
expected: FAIL
|
|
|
|
[window.screen.width >= 0 && window.screen.width < 6000000]
|
|
expected: FAIL
|
|
|
|
[window.screen.height >= 0 && window.screen.height < 6000000]
|
|
expected: FAIL
|
|
|
|
[window.screen.availWidth >= 0 && window.screen.availWidth <= window.screen.width]
|
|
expected: FAIL
|
|
|
|
[window.screen.availHeight >= 0 && window.screen.availHeight <= window.screen.height]
|
|
expected: FAIL
|
|
|