servo/tests/wpt/css-tests/cssom-view-1_dev/testinfo.data

26 lines
6.9 KiB
Text

id references title flags links revision credits assertion
CaretPosition-001 CaretPosition script https://drafts.csswg.org/cssom-view-1/#dom-document-elementfrompoint 3d99ab169c749179a407ed758c44cbfc9f1197d6 `unbug`<mailto:tidelgl@gmail.com>
cssom-getBoundingClientRect-001 CSSOM View - 6.1 - getBoundingClientRect tests dom,script http://www.w3.org/TR/cssom-view/#dom-element-getboundingclientrect e401a698b0b6d4d9b3d4630733eaa42f0b82acc3 `Chris Wu`<mailto:pwx.frontend@gmail.com>
cssom-getBoundingClientRect-002 getBoundingClientRect of element outside DOM dom,script http://www.w3.org/TR/cssom-view/#dom-element-getclientrects,http://www.w3.org/TR/cssom-view/#dom-element-getboundingclientrect 29a0bd1179d5cbf42b4cb21706022d3328b6b134 `Chris Rebert`<http://chrisrebert.com> Calling getBoundingClientRect on an element that is outside of the DOM (and therefore does not have an associated layout box) should result in an all-zeroes DOMRect and should definitely not throw an error.
cssom-getClientRects getClientRects of element outside DOM dom,script http://www.w3.org/TR/cssom-view/#dom-element-getclientrects 2b2a3a320d19265eab4e6a5a05b20f43c0565e21 `Chris Rebert`<http://chrisrebert.com> Calling getClientRects on an element that is outside of the DOM (and therefore does not have an associated layout box) should result in an empty DOMRectList and should definitely not throw an error.
cssom-view-window-screen-interface cssom view window screen attribute dom,script http://www.w3.org/TR/cssom-view/#the-screen-interface 79daf2ef9d0330e2b53c927d08176233fa5d1536 `jingke`<mailto:jingkewhu@gmail.com> window screen interface
elementFromPoint-001 CSSOM View - 5 - extensions to the Document interface dom,script http://www.w3.org/TR/cssom-view/#extensions-to-the-document-interface 00242151f0ccec94846f3beae1d9e3a3bc3590f0 `Neils Christoffersen`<mailto:neils.christoffersen@gmail.com> elementFromPoint returns correct element
elementFromPosition CSSOM View elementFromPoint dom,script https://www.w3.org/TR/cssom-view/#dom-document-elementfrompoint 8267d99d7721978fab7c386c463d1407df1d1234 `Chris`<mailto:pwx.frontend@gmail.com>
htmlelement-offset-width-001 CSSOM View - 7 - element.offsetWidth detatches correctly dom,script https://drafts.csswg.org/cssom-view-1/#dom-htmlelement-offsetwidth 2aa3ebf3ff6268a05bc53f09d8f54c32b9f3dac8 `Michael Howell`<mailto:michael@notriddle.com> element.offsetWidth returns 0 when there is no documentElement.
matchMedia CSSOM View matchMedia and MediaQueryList dom,script http://www.w3.org/TR/cssom-view/#dom-window-matchmedia,http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface,http://www.w3.org/TR/cssom-1/#serializing-media-queries 4204705443e44fca78d664f38a2ec9d4308d03f2 `Rune Lillesveen`<mailto:rune@opera.com>
matchMediaAddListener CSSOM View matchMedia addListener dom,script http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface 49f502ff600517eab6dfe90e0a21562715b3d6fa `Chris Wu`<mailto:pwx.frontend@gmail.com>
media-query-list-interface Properties and Functions dom,script http://www.w3.org/TR/cssom-view/#extensions-to-the-window-interface,http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface bf107020b2904718b522b5b57fad03c51c059a1e `Joe Balancio`<mailto:jlbalancio@gmail.com> All properties exist and are readonly. All functions exist and are instances of Function
MediaQueryList-001 MediaQueryList script http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface 76154c3e1d04e0f61bcabbd17587e4b35f926a36 `unbug`<mailto:tidelgl@gmail.com>
offsetParent_element_test CSSOM View &#8212;&#8212; offsetParent element test script http://www.w3.org/TR/cssom-view/#extensions-to-the-htmlelement-interface,http://www.w3.org/TR/cssom-view/#dom-htmlelement-offsetparent 7942a400b775948ca727fc389f224e11721bef2e `neo_and_rayi`<mailto:1988wangxiao@gmail.com>
Screen-pixelDepth-Screen-colorDepth001 Screen-pixelDepth,Screen-colorDepth script http://www.w3.org/TR/cssom-view/#the-screen-interface f61948030aa33e4aefcc760e4b698e20e1b0912d `unbug`<mailto:tidelgl@gmail.com>
scrollWidthHeight CSSOM View scrollWidth and scrollHeight dom,script http://www.w3.org/TR/cssom-view/#dom-element-scrollwidth dc82a1c1dfddec949ed64ab7ffb8c30625b911b2 `Robert O'Callahan`<mailto:robert@ocallahan.org>
scrollWidthHeightWhenNotScrollable CSSOM View scrollWidth/scrollHeight (for nonscrollable elements) dom,script http://www.w3.org/TR/cssom-view/#dom-element-scrollwidth 5d33a8bab0ff6b187dd544afaefce6b7662128b5 `Robert O'Callahan`<mailto:robert@ocallahan.org>
ttwf-js-cssomview-getclientrects-length the length of getClientRects dom,script https://www.w3.org/TR/cssom-view/#dom-element-getclientrects e58e37e2af72fc1e3cb6faf9a4368a531d971d20 `simplezeroec`<mailto:zhaolp0419@gmail.com> getClientRects will return rects of the correct number
ttwf-scrollintoview CSSOM View - 6 - scrollIntoView tests dom,script http://www.w3.org/TR/cssom-view/#dom-element-scrollintoview 39b4f7131eaae2baedbad247d316af93dda5e0f0 `Chris Wu`<mailto:pwx.frontend@gmail.com>
window-interface Properties and Functions dom,script http://www.w3.org/TR/cssom-view/#extensions-to-the-window-interface 40732ddf8d7cd2185d6a6cb9d57d9dcbd2d73c42 `Joe Balancio`<mailto:jlbalancio@gmail.com> All properties exist and are readonly. All functions exist and are instances of Function
window-screen-height CSSOM View - 4.2 - screen.height range tests dom,script http://www.w3.org/TR/cssom-view/#the-screen-interface 32e717fe2f88e2f627e484ac60b097ec01b3c958 `Neils Christoffersen`<mailto:neils.christoffersen@gmail.com> window.screen.height has sensible values
window-screen-height-immutable CSSOM View - 4.2 - screen.height immutability dom,script http://www.w3.org/TR/cssom-view/#the-screen-interface 43e46a2dc1d4808dd4625b9ae52f4fcb995a6eb9 `Neils Christoffersen`<mailto:neils.christoffersen@gmail.com> screen.height is immutable
window-screen-height-mutation-throws CSSOM View - 4.2 - screen.height mutation throws exception dom,script http://www.w3.org/TR/cssom-view/#the-screen-interface 0afda26b0d335668df20db6f7cdb62fc63246dae `Neils Christoffersen`<mailto:neils.christoffersen@gmail.com> screen.height mutation throws exception
window-screen-width CSSOM View - 4.2 - screen.width range tests dom,script http://www.w3.org/TR/cssom-view/#the-screen-interface 25a2cf9ad88cde5fc112877ccad675292a0078c7 `Neils Christoffersen`<mailto:neils.christoffersen@gmail.com> window.screen.width has sensible values
window-screen-width-immutable CSSOM View - 4.2 - screen.width immutability dom,script http://www.w3.org/TR/cssom-view/#the-screen-interface 3ca3416f2d111900a1ecc4eb32c73d6de8cdd52d `Neils Christoffersen`<mailto:neils.christoffersen@gmail.com> screen.width is immutable
window-screen-width-mutation-throws CSSOM View - 4.2 - screen.width mutation throws exception dom,script http://www.w3.org/TR/cssom-view/#the-screen-interface 1f32c25f8253efa28ad864c96ad1087346012c9d `Neils Christoffersen`<mailto:neils.christoffersen@gmail.com> screen.width mutation throws exception