Title: [88068] trunk/LayoutTests
Revision
88068
Author
[email protected]
Date
2011-06-03 15:14:02 -0700 (Fri, 03 Jun 2011)

Log Message

2011-06-03  James Simonsen  <[email protected]>

        [Chromium] Unreviewed, baseline for full-screen-placeholder. More flakiness for svg/zoom and navigator.

        * platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt: Added.
        * platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88067 => 88068)


--- trunk/LayoutTests/ChangeLog	2011-06-03 22:03:36 UTC (rev 88067)
+++ trunk/LayoutTests/ChangeLog	2011-06-03 22:14:02 UTC (rev 88068)
@@ -1,3 +1,10 @@
+2011-06-03  James Simonsen  <[email protected]>
+
+        [Chromium] Unreviewed, baseline for full-screen-placeholder. More flakiness for svg/zoom and navigator.
+
+        * platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2011-05-31  Martin Robinson  <[email protected]>
 
         Reviewed by Ryosuke Niwa.

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (88067 => 88068)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-03 22:03:36 UTC (rev 88067)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-03 22:14:02 UTC (rev 88068)
@@ -3966,8 +3966,8 @@
 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-override-size.html = IMAGE+TEXT
 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-text.xhtml = IMAGE+TEXT
 BUGWK61664 : svg/zoom/page/relative-sized-document-scrollbars.svg = IMAGE
-BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml = PASS IMAGE+TEXT
-BUGWK61664:  svg/zoom/page/zoom-svg-through-object-with-auto-size.html = IMAGE+TEXT
+BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml = PASS IMAGE+TEXT IMAGE
+BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-auto-size.html = IMAGE+TEXT
 
 BUGCR84317 DEBUG : svg/wicd/test-scalable-background-image1.xhtml = CRASH
 
@@ -3995,3 +3995,5 @@
 
 BUGWK61936 : fast/filesystem/filesystem-no-callback-null-ptr-crash.html = CRASH PASS
 BUGABARTH LINUX : svg/text/scaling-font-with-geometric-precision.html = IMAGE PASS
+
+BUGCR84906 MAC : fast/dom/navigator-detached-no-crash.html = TEXT

Added: trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt (0 => 88068)


--- trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt	2011-06-03 22:14:02 UTC (rev 88068)
@@ -0,0 +1,17 @@
+This layout test checks that the offset positions of the blue and green divs does not change when the red div enters full-screen mode. Press go full-screen to begin.
+One
+Two
+EVENT(webkitfullscreenchange)
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLDivElement]') OK
+EXPECTED (one.offsetLeft == '68') OK
+EXPECTED (one.offsetTop == '54') OK
+EXPECTED (two.offsetLeft == '8') OK
+EXPECTED (two.offsetTop == '114') OK
+EVENT(webkitfullscreenchange)
+EXPECTED (document.webkitCurrentFullScreenElement == 'null') OK
+EXPECTED (one.offsetLeft == '68') OK
+EXPECTED (one.offsetTop == '54') OK
+EXPECTED (two.offsetLeft == '8') OK
+EXPECTED (two.offsetTop == '114') OK
+END OF TEST
+
Property changes on: trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to