Title: [104437] trunk/LayoutTests
Revision
104437
Author
[email protected]
Date
2012-01-09 00:06:41 -0800 (Mon, 09 Jan 2012)

Log Message

[Qt] Unreviewed gardening after r104412.

* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/http/tests/security/cross-frame-access-put-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (104436 => 104437)


--- trunk/LayoutTests/ChangeLog	2012-01-09 07:18:47 UTC (rev 104436)
+++ trunk/LayoutTests/ChangeLog	2012-01-09 08:06:41 UTC (rev 104437)
@@ -1,3 +1,10 @@
+2012-01-09  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening after r104412.
+
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
+
 2012-01-08  Mike Lawther  <[email protected]>
 
         color tests for CSS3 calc

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (104436 => 104437)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2012-01-09 07:18:47 UTC (rev 104436)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2012-01-09 08:06:41 UTC (rev 104437)
@@ -2382,7 +2382,7 @@
 window.find [function]
 window.flushLog [function]
 window.focus [function]
-window.frameElement [undefined]
+window.frameElement [null]
 window.frames [printed above as window]
 window.getComputedStyle [function]
 window.getMatchedCSSRules [function]

Modified: trunk/LayoutTests/platform/qt/http/tests/security/cross-frame-access-put-expected.txt (104436 => 104437)


--- trunk/LayoutTests/platform/qt/http/tests/security/cross-frame-access-put-expected.txt	2012-01-09 07:18:47 UTC (rev 104436)
+++ trunk/LayoutTests/platform/qt/http/tests/security/cross-frame-access-put-expected.txt	2012-01-09 08:06:41 UTC (rev 104437)
@@ -1,5 +1,3 @@
-CONSOLE MESSAGE: line 1: Unsafe _javascript_ attempt to access frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html from frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html. Domains, protocols and ports must match.
-
 CONSOLE MESSAGE: line 1: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html. Domains, protocols and ports must match.
 
 CONSOLE MESSAGE: line 1: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html. Domains, protocols and ports must match.
@@ -477,9 +475,7 @@
 ALERT: PASS: window.document should be '[object HTMLDocument]' and is.
 ALERT: PASS: window.embeds should be 'undefined' and is.
 ALERT: PASS: window.event should be 'undefined' and is.
-CONSOLE MESSAGE: line 1: Unsafe _javascript_ attempt to access frame with URL http://127.0.0.1:8000/security/cross-frame-access-put.html from frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html. Domains, protocols and ports must match.
-
-ALERT: PASS: window.frameElement should be 'undefined' and is.
+ALERT: PASS: window.frameElement should be '[object HTMLIFrameElement]' and is.
 ALERT: PASS: window.frames should be '[object DOMWindow]' and is.
 ALERT: PASS: window.history should be '[object History]' and is.
 ALERT: PASS: window.images should be 'undefined' and is.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to