Diff
Modified: trunk/LayoutTests/ChangeLog (118587 => 118588)
--- trunk/LayoutTests/ChangeLog 2012-05-25 23:46:28 UTC (rev 118587)
+++ trunk/LayoutTests/ChangeLog 2012-05-25 23:59:10 UTC (rev 118588)
@@ -1,3 +1,26 @@
+2012-05-25 Jessie Berlin <[email protected]>
+
+ [Win] ~1/2 of all the iframe seamless tests fail
+ https://bugs.webkit.org/show_bug.cgi?id=87543
+
+ Add failing expected results for Windows in order to get the bots green.
+
+ * platform/win/fast/frames: Added.
+ * platform/win/fast/frames/seamless: Added.
+ * platform/win/fast/frames/seamless/seamless-basic-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added.
+ * platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Added.
+
2012-05-25 Tommy Widenflycht <[email protected]>
MediaStream API: Make sure IceCallback is valid for PeerConnection00
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-basic-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-basic-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-basic-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,8 @@
+Test basic seamless auto-sizing-to-content functionality.
+FAIL iframe.seamless should be true (of type boolean). Was undefined (of type undefined).
+PASS window.getComputedStyle(iframe).display is "block"
+PASS window.getComputedStyle(iframe).width is "200px"
+PASS window.getComputedStyle(iframe).height is "100px"
+FAIL window.getComputedStyle(iframe).height should be 200px. Was 100px.
+PASS window.getComputedStyle(iframe).width is "100px"
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,11 @@
+Test that seamless iframes inherit styles from their parent iframe, and dymanically update when their parent document's styles update.
+FAIL window.getComputedStyle(one).color should be rgb(255, 255, 0). Was rgb(0, 0, 0).
+PASS window.getComputedStyle(two).color is "rgb(128, 0, 128)"
+FAIL window.getComputedStyle(three).color should be rgb(255, 255, 255). Was rgb(0, 0, 0).
+FAIL window.getComputedStyle(rootElement).color should be rgb(255, 165, 0). Was rgb(0, 0, 0).
+FAIL window.getComputedStyle(rootElement).color should be rgb(1, 2, 3). Was rgb(0, 0, 0).
+FAIL window.getComputedStyle(one).color should be rgb(3, 2, 1). Was rgb(0, 0, 0).
+PASS window.getComputedStyle(one).color is "rgb(0, 0, 0)"
+PASS window.getComputedStyle(two).color is "rgb(128, 0, 128)"
+PASS window.getComputedStyle(three).color is "rgb(0, 0, 0)"
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-get-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-get-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-get-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,10 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+ window._onload_=function() {
+ frames[0].document.getElementsByTagName('form')[0].submit();
+ }
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,10 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+ window._onload_=function() {
+ frames[0].document.getElementsByTagName('form')[0].submit();
+ }
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-post-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-post-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-post-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,10 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+ window._onload_=function() {
+ frames[0].document.getElementsByTagName('form')[0].submit();
+ }
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,10 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+ window._onload_=function() {
+ frames[0].document.getElementsByTagName('form')[0].submit();
+ }
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,10 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+ window._onload_ = function() {
+ frames[0].document.getElementsByTagName('a')[0].click();
+ }
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,10 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+ window._onload_=function() {
+ frames[0].document.getElementsByTagName('a')[0].click();
+ }
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,8 @@
+Test that seamless iframes inherit styles from their parent iframe instead of using StyleResolver::styleForDocument defaults.
+FAIL window.getComputedStyle(rootElement)['-webkit-rtl-ordering'] should be visual. Was logical.
+FAIL window.getComputedStyle(rootElement)['-webkit-user-modify'] should be read-write. Was read-only.
+FAIL window.getComputedStyle(rootElement)['-webkit-locale'] should be en_US. Was auto.
+FAIL window.getComputedStyle(rootElement)['writing-mode'] should be lr. Was lr-tb.
+FAIL window.getComputedStyle(rootElement)['direction'] should be rtl. Was ltr.
+FAIL window.getComputedStyle(rootElement)['font'] should be normal normal normal 18px/normal Ahem. Was normal normal normal 16px/normal Times.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,6 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,6 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+
+.
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,11 @@
+This test should not cause any navigation.
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+PASS
+
+--------
+Frame: '<!--framePath //<!--frame0-->/<!--frame0-->-->'
+--------
+
Added: trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-open-expected.txt (0 => 118588)
--- trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-open-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/frames/seamless/seamless-window-open-expected.txt 2012-05-25 23:59:10 UTC (rev 118588)
@@ -0,0 +1,6 @@
+FAIL frames[0].document.body.textContent should be DONE
+. Was Waiting...
+
+
+.
+