Title: [134923] trunk/LayoutTests
Revision
134923
Author
o...@webkit.org
Date
2012-11-16 03:11:07 -0800 (Fri, 16 Nov 2012)

Log Message

[Qt] Unreviewed gardening.

* http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859.
* platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled.
* platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859.
* platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859.
* platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted.
* platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted.
* platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (134922 => 134923)


--- trunk/LayoutTests/ChangeLog	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/ChangeLog	2012-11-16 11:11:07 UTC (rev 134923)
@@ -1,3 +1,15 @@
+2012-11-16  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt] Unreviewed gardening.
+
+        * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859.
+        * platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled.
+        * platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859.
+        * platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859.
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted.
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted.
+        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted.
+
 2012-11-16  Kentaro Hara  <hara...@chromium.org>
 
         Unreviewed. Rebaselined pixel results.

Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt (134922 => 134923)


--- trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt	2012-11-16 11:11:07 UTC (rev 134923)
@@ -5,13 +5,13 @@
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
-PASS new WebSocket("ws://127.0.0.1:8880/simple", "\0") threw exception Error: SYNTAX_ERR: DOM Exception 12.
-PASS new WebSocket("ws://127.0.0.1:8880/simple", "	") threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS new WebSocket("ws://127.0.0.1:8880/simple", "\0") threw exception Error: SyntaxError: DOM Exception 12.
+PASS new WebSocket("ws://127.0.0.1:8880/simple", "	") threw exception Error: SyntaxError: DOM Exception 12.
 PASS new WebSocket("ws://127.0.0.1:8880/simple", "
 ") threw exception SyntaxError: Unexpected EOF.
 PASS new WebSocket("ws://127.0.0.1:8880/simple", "
 ") threw exception SyntaxError: Unexpected EOF.
-PASS new WebSocket("ws://127.0.0.1:8880/simple", "") threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS new WebSocket("ws://127.0.0.1:8880/simple", "") threw exception Error: SyntaxError: DOM Exception 12.
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/qt/TestExpectations (134922 => 134923)


--- trunk/LayoutTests/platform/qt/TestExpectations	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2012-11-16 11:11:07 UTC (rev 134923)
@@ -188,6 +188,7 @@
 # ENABLE(SHADOW_DOM) is disabled.
 editing/shadow
 fast/dom/shadow
+fast/frames/detached-shadow-frame.html
 inspector/elements/update-shadowdom.html
 
 # Fail until SUBPIXEL_LAYOUT is enabled

Modified: trunk/LayoutTests/platform/qt/fast/media/mq-js-media-except-02-expected.txt (134922 => 134923)


--- trunk/LayoutTests/platform/qt/fast/media/mq-js-media-except-02-expected.txt	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/platform/qt/fast/media/mq-js-media-except-02-expected.txt	2012-11-16 11:11:07 UTC (rev 134923)
@@ -7,5 +7,5 @@
         RenderText {#text} at (0,0) size 154x19
           text run at (0,0) width 154: "This text should be green."
       RenderBlock {P} at (0,35) size 784x19
-        RenderText {#text} at (0,0) size 379x19
-          text run at (0,0) width 379: "Caught exception: Error: SyntaxError: DOM Exception 12"
+        RenderText {#text} at (0,0) size 352x19
+          text run at (0,0) width 352: "Caught exception: Error: SyntaxError: DOM Exception 12"

Modified: trunk/LayoutTests/platform/qt/fast/media/mq-js-media-except-03-expected.txt (134922 => 134923)


--- trunk/LayoutTests/platform/qt/fast/media/mq-js-media-except-03-expected.txt	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/platform/qt/fast/media/mq-js-media-except-03-expected.txt	2012-11-16 11:11:07 UTC (rev 134923)
@@ -7,5 +7,5 @@
         RenderText {#text} at (0,0) size 211x19
           text run at (0,0) width 211: "Success. This text should be green."
       RenderBlock {P} at (0,35) size 784x19
-        RenderText {#text} at (0,0) size 379x19
-          text run at (0,0) width 379: "Caught exception: Error: SyntaxError: DOM Exception 12"
+        RenderText {#text} at (0,0) size 352x19
+          text run at (0,0) width 352: "Caught exception: Error: SyntaxError: DOM Exception 12"

Modified: trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt (134922 => 134923)


--- trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt	2012-11-16 11:11:07 UTC (rev 134923)
@@ -3,6 +3,8 @@
 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe.html - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe.html, http status code 200>
 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe.html - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code 5, failing URL "http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe.html">
 CONSOLE MESSAGE: Refused to display 'http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe.html' in a frame because it set 'X-Frame-Options' to 'deny'.
+about:blank - willSendRequest <NSURLRequest URL about:blank, main document URL http://127.0.0.1:8000/security/XFrameOptions/x-frame-options-deny-meta-tag.html, http method GET> redirectResponse (null)
+about:blank - didReceiveResponse <NSURLResponse about:blank, http status code 0>
 There should be no content in the iframe below
 
 

Modified: trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt (134922 => 134923)


--- trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt	2012-11-16 11:11:07 UTC (rev 134923)
@@ -3,6 +3,8 @@
 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-in-body.html - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-in-body.html, http status code 200>
 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-in-body.html - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code 5, failing URL "http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-in-body.html">
 CONSOLE MESSAGE: Refused to display 'http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-in-body.html' in a frame because it set 'X-Frame-Options' to 'deny'.
+about:blank - willSendRequest <NSURLRequest URL about:blank, main document URL http://127.0.0.1:8000/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html, http method GET> redirectResponse (null)
+about:blank - didReceiveResponse <NSURLResponse about:blank, http status code 0>
 There should be no content in the iframe below
 
 

Modified: trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt (134922 => 134923)


--- trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt	2012-11-16 10:57:51 UTC (rev 134922)
+++ trunk/LayoutTests/platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt	2012-11-16 11:11:07 UTC (rev 134923)
@@ -3,6 +3,8 @@
 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html - didReceiveResponse <NSURLResponse http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html, http status code 200>
 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code 5, failing URL "http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html">
 CONSOLE MESSAGE: Refused to display 'http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
+about:blank - willSendRequest <NSURLRequest URL about:blank, main document URL http://127.0.0.1:8000/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html, http method GET> redirectResponse (null)
+about:blank - didReceiveResponse <NSURLResponse about:blank, http status code 0>
 There should be no content in the iframe below
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to