Description |
Pass |
Bug Number |
Actual Result |
Expected Result |
Check for document.getOverrideStyle
| failed | Bug report required
| undefined
|
function getOverrideStyle() {
[native code]
}
|
(control: check that document.documentElement is valid before we use it in the next test)
| failed | Bug report required
| [object HTMLHtmlElement]
| [xpconnect wrapped HTMLHtmlElement]
|
Check that document.getOverrideStyle returns an object
| failed | Bug report required
| TypeError: document.getOverrideStyle is not a function
| [xpconnect wrapped CSSStyleDeclaration]
|