| OLD | NEW |
| 1 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('ba
ckground-color') == 'rgba(0, 0, 0, 0)') OK | 1 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('ba
ckground-color') == 'rgba(0, 0, 0, 0)') OK |
| 2 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('background-color') == 'rgba(0, 0, 0, 0)') OK | 2 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('background-color') == 'rgba(0, 0, 0, 0)') OK |
| 3 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('color') == 'rgb(0, 0, 0)') OK | 3 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('color') == 'rgb(0, 0, 0)') OK |
| 4 EVENT(webkitfullscreenchange) | 4 EVENT(webkitfullscreenchange) |
| 5 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]')
OK | 5 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]')
OK |
| 6 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('ba
ckground-color') == 'rgba(0, 0, 0, 0)') OK | 6 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('ba
ckground-color') == 'rgba(0, 0, 0, 0)') OK |
| 7 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('background-color') == 'rgb(0, 255, 0)') OK | 7 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('background-color') == 'rgb(0, 255, 0)') OK |
| 8 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('color') == 'rgb(0, 0, 255)') OK | 8 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('color') == 'rgb(0, 0, 0)') OK |
| 9 EVENT(webkitfullscreenchange) | 9 EVENT(webkitfullscreenchange) |
| 10 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]')
OK | 10 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]')
OK |
| 11 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('ba
ckground-color') == 'rgb(0, 255, 0)') OK | 11 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('ba
ckground-color') == 'rgb(0, 255, 0)') OK |
| 12 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('background-color') == 'rgb(255, 0, 0)') OK | 12 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('background-color') == 'rgb(255, 0, 0)') OK |
| 13 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('color') == 'rgb(0, 0, 255)') OK | 13 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).
getPropertyValue('color') == 'rgb(0, 0, 255)') OK |
| 14 END OF TEST | 14 END OF TEST |
| 15 | 15 |
| OLD | NEW |