mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Enable CSS tests for all modules we partially support.
(Except Fonts, on the assumption #8374 will land first.)
This commit is contained in:
parent
f3075d1319
commit
756d745cb8
1096 changed files with 3838 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
[CaretPosition-001.htm]
|
||||
type: testharness
|
||||
[getBox]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[MediaQueryList-001.htm]
|
||||
type: testharness
|
||||
[matchMedia]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[elementFromPoint-001.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,50 @@
|
|||
[elementFromPosition.htm]
|
||||
type: testharness
|
||||
[document.elementFromPoint]
|
||||
expected: FAIL
|
||||
|
||||
[document.elementFromPoint is a Function]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: top left corner]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: top line]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: top right corner]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: left line]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: inside]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: right line]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: bottom left corner]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: bottom line]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: botom right corner]
|
||||
expected: FAIL
|
||||
|
||||
[Point (0, 0), return root element(HTML)]
|
||||
expected: FAIL
|
||||
|
||||
[ test negative x ]
|
||||
expected: FAIL
|
||||
|
||||
[ test nagetive y ]
|
||||
expected: FAIL
|
||||
|
||||
[test outside of viewport]
|
||||
expected: FAIL
|
||||
|
||||
[test the top of layer]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[matchMedia.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[matchMediaAddListener.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,17 @@
|
|||
[media-query-list-interface.htm]
|
||||
type: testharness
|
||||
[window_inherits_matchmedia]
|
||||
expected: FAIL
|
||||
|
||||
[mediaquerylist_inherited_functions]
|
||||
expected: FAIL
|
||||
|
||||
[mediaquerylist_functions]
|
||||
expected: FAIL
|
||||
|
||||
[mediaquerylist_properties]
|
||||
expected: FAIL
|
||||
|
||||
[mediaquerylist_properties_readonly]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[offsetParent_element_test.htm]
|
||||
type: testharness
|
||||
[Valid the algorithm rule of offsetParent check step 1]
|
||||
expected: FAIL
|
||||
|
||||
[Valid the algorithm rule of offsetParent check step 2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[scrollWidthHeight.htm]
|
||||
type: testharness
|
||||
[elemSimple.scrollHeight is its clientHeight]
|
||||
expected: FAIL
|
||||
|
||||
[elemSimple.scrollWidth is its clientWidth]
|
||||
expected: FAIL
|
||||
|
||||
[elemOverflow.scrollHeight is the width of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
[elemNestedOverflow.scrollHeight is the height of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
[elemNestedOverflow.scrollWidth is the width of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[scrollWidthHeightWhenNotScrollable.htm]
|
||||
type: testharness
|
||||
[elemSimple.scrollHeight is its clientHeight]
|
||||
expected: FAIL
|
||||
|
||||
[elemSimple.scrollWidth is its clientWidth]
|
||||
expected: FAIL
|
||||
|
||||
[elemOverflow.scrollHeight is the height of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
[elemOverflow.scrollHeight is the width of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
[elemNestedOverflow.scrollHeight is the height of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
[elemNestedOverflow.scrollWidth is the width of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ttwf-scrollintoview.htm]
|
||||
type: testharness
|
||||
[check scrollIntoView]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[window-interface.htm]
|
||||
type: testharness
|
||||
[window_inherited_functions]
|
||||
expected: FAIL
|
||||
|
||||
[window_functions]
|
||||
expected: FAIL
|
||||
|
||||
[window_properties]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-screen-height-immutable.htm]
|
||||
type: testharness
|
||||
[immutability test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-screen-height-mutation-throws.htm]
|
||||
type: testharness
|
||||
[mutation exception test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[window-screen-height.htm]
|
||||
type: testharness
|
||||
[positive check]
|
||||
expected: FAIL
|
||||
|
||||
[upper bound check]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-screen-width-immutable.htm]
|
||||
type: testharness
|
||||
[immutability test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-screen-width-mutation-throws.htm]
|
||||
type: testharness
|
||||
[mutation exception test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[window-screen-width.htm]
|
||||
type: testharness
|
||||
[positive check]
|
||||
expected: FAIL
|
||||
|
||||
[upper bound check]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue