Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: LayoutTests/fullscreen/full-screen-css-expected.txt

Issue 458223003: Remove the fullscreen element stack exemption for webkitRequestFullScreen() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: spec typo Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
8 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null). getPropertyValue('color') == 'rgb(0, 0, 255)') OK
9 EVENT(webkitfullscreenchange)
5 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK 10 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
6 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
7 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
8 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
9 EVENT(webkitfullscreenchange)
10 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]') OK
11 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('ba ckground-color') == 'rgba(0, 0, 0, 0)') OK
12 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null). getPropertyValue('background-color') == 'rgb(0, 255, 0)') 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
OLDNEW
« no previous file with comments | « LayoutTests/fullscreen/full-screen-css.html ('k') | LayoutTests/fullscreen/full-screen-twice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698