Title: [94552] trunk/LayoutTests
Revision
94552
Author
[email protected]
Date
2011-09-06 00:05:10 -0700 (Tue, 06 Sep 2011)

Log Message

Unreviewed, fullscreen tests rebaseline after r94545.

* fullscreen/full-screen-cancel-expected.txt:
* fullscreen/full-screen-css-expected.txt:
* fullscreen/full-screen-remove-ancestor-expected.txt:
* fullscreen/full-screen-remove-children-expected.txt:
* fullscreen/full-screen-remove-expected.txt:
* fullscreen/full-screen-twice-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94551 => 94552)


--- trunk/LayoutTests/ChangeLog	2011-09-06 06:58:07 UTC (rev 94551)
+++ trunk/LayoutTests/ChangeLog	2011-09-06 07:05:10 UTC (rev 94552)
@@ -1,3 +1,14 @@
+2011-09-05  Philippe Normand  <[email protected]>
+
+        Unreviewed, fullscreen tests rebaseline after r94545.
+
+        * fullscreen/full-screen-cancel-expected.txt:
+        * fullscreen/full-screen-css-expected.txt:
+        * fullscreen/full-screen-remove-ancestor-expected.txt:
+        * fullscreen/full-screen-remove-children-expected.txt:
+        * fullscreen/full-screen-remove-expected.txt:
+        * fullscreen/full-screen-twice-expected.txt:
+
 2011-09-05  Renata Hodovan  <[email protected]>
 
         [Qt] Update expecteds after r94545.

Modified: trunk/LayoutTests/fullscreen/full-screen-cancel-expected.txt (94551 => 94552)


--- trunk/LayoutTests/fullscreen/full-screen-cancel-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
+++ trunk/LayoutTests/fullscreen/full-screen-cancel-expected.txt	2011-09-06 07:05:10 UTC (rev 94552)
@@ -1,6 +1,6 @@
 EVENT(webkitfullscreenchange)
 EXPECTED (document.webkitIsFullScreen == 'true') OK
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLElement]') OK
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
 EVENT(webkitfullscreenchange)
 EXPECTED (document.webkitIsFullScreen == 'false') OK
 EXPECTED (document.webkitCurrentFullScreenElement == 'undefined') OK

Modified: trunk/LayoutTests/fullscreen/full-screen-css-expected.txt (94551 => 94552)


--- trunk/LayoutTests/fullscreen/full-screen-css-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
+++ trunk/LayoutTests/fullscreen/full-screen-css-expected.txt	2011-09-06 07:05:10 UTC (rev 94552)
@@ -2,7 +2,7 @@
 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).getPropertyValue('background-color') == 'rgba(0, 0, 0, 0)') OK
 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).getPropertyValue('color') == 'rgb(0, 0, 0)') OK
 EVENT(webkitfullscreenchange)
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLElement]') OK
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
 EXPECTED (document.defaultView.getComputedStyle(span, null).getPropertyValue('background-color') == 'rgb(0, 255, 0)') OK
 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).getPropertyValue('background-color') == 'rgb(255, 0, 0)') OK
 EXPECTED (document.defaultView.getComputedStyle(document.documentElement, null).getPropertyValue('color') == 'rgb(0, 0, 255)') OK

Modified: trunk/LayoutTests/fullscreen/full-screen-remove-ancestor-expected.txt (94551 => 94552)


--- trunk/LayoutTests/fullscreen/full-screen-remove-ancestor-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
+++ trunk/LayoutTests/fullscreen/full-screen-remove-ancestor-expected.txt	2011-09-06 07:05:10 UTC (rev 94552)
@@ -1,5 +1,5 @@
 EVENT(webkitfullscreenchange)
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLElement]') OK
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
 EVENT(webkitfullscreenchange)
 EXPECTED (document.webkitCurrentFullScreenElement == 'null') OK
 END OF TEST

Modified: trunk/LayoutTests/fullscreen/full-screen-remove-children-expected.txt (94551 => 94552)


--- trunk/LayoutTests/fullscreen/full-screen-remove-children-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
+++ trunk/LayoutTests/fullscreen/full-screen-remove-children-expected.txt	2011-09-06 07:05:10 UTC (rev 94552)
@@ -1,5 +1,5 @@
 EVENT(webkitfullscreenchange)
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLElement]') OK
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
 EVENT(webkitfullscreenchange)
 EXPECTED (document.webkitCurrentFullScreenElement == 'null') OK
 END OF TEST

Modified: trunk/LayoutTests/fullscreen/full-screen-remove-expected.txt (94551 => 94552)


--- trunk/LayoutTests/fullscreen/full-screen-remove-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
+++ trunk/LayoutTests/fullscreen/full-screen-remove-expected.txt	2011-09-06 07:05:10 UTC (rev 94552)
@@ -1,5 +1,5 @@
 EVENT(webkitfullscreenchange)
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLElement]') OK
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
 EVENT(webkitfullscreenchange)
 EXPECTED (document.webkitCurrentFullScreenElement == 'null') OK
 END OF TEST

Modified: trunk/LayoutTests/fullscreen/full-screen-twice-expected.txt (94551 => 94552)


--- trunk/LayoutTests/fullscreen/full-screen-twice-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
+++ trunk/LayoutTests/fullscreen/full-screen-twice-expected.txt	2011-09-06 07:05:10 UTC (rev 94552)
@@ -1,5 +1,5 @@
 EVENT(webkitfullscreenchange)
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLElement]') OK
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
 EVENT(webkitfullscreenchange)
 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]') OK
 END OF TEST
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to