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

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

Issue 1233503003: Remove the :-webkit-full-screen-document pseudo class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 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
OLDNEW
« no previous file with comments | « LayoutTests/fullscreen/full-screen-css.html ('k') | ManualTests/fullscreen/full-screen-flash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698