Title: [105672] trunk/LayoutTests
- Revision
- 105672
- Author
- [email protected]
- Date
- 2012-01-23 18:00:48 -0800 (Mon, 23 Jan 2012)
Log Message
Unreviewed test expectations fixes for a couple of window/frame tests.
* http/tests/security/cross-frame-access-put-expected.txt:
Updated expectations to reflect that window.frameElement now has the type
HTMLIFrameElement. The test itself has already been updated.
* platform/mac/fast/dom/Window/window-properties-expected.txt:
Added window.applicationCache.abort method.
* platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
Added DOMURL class.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (105671 => 105672)
--- trunk/LayoutTests/ChangeLog 2012-01-24 01:59:58 UTC (rev 105671)
+++ trunk/LayoutTests/ChangeLog 2012-01-24 02:00:48 UTC (rev 105672)
@@ -1,3 +1,17 @@
+2012-01-23 Emil A Eklund <[email protected]>
+
+ Unreviewed test expectations fixes for a couple of window/frame tests.
+
+ * http/tests/security/cross-frame-access-put-expected.txt:
+ Updated expectations to reflect that window.frameElement now has the type
+ HTMLIFrameElement. The test itself has already been updated.
+
+ * platform/mac/fast/dom/Window/window-properties-expected.txt:
+ Added window.applicationCache.abort method.
+
+ * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
+ Added DOMURL class.
+
2012-01-23 Hayato Ito <[email protected]>
Fix crash when a focused node is removed while in processing focusin event.
Modified: trunk/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt (105671 => 105672)
--- trunk/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt 2012-01-24 01:59:58 UTC (rev 105671)
+++ trunk/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt 2012-01-24 02:00:48 UTC (rev 105672)
@@ -1,5 +1,3 @@
-CONSOLE MESSAGE: 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: 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: 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: 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.
Modified: trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt (105671 => 105672)
--- trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt 2012-01-24 01:59:58 UTC (rev 105671)
+++ trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt 2012-01-24 02:00:48 UTC (rev 105672)
@@ -2366,6 +2366,7 @@
window.applicationCache.OBSOLETE [number]
window.applicationCache.UNCACHED [number]
window.applicationCache.UPDATEREADY [number]
+window.applicationCache.abort [function]
window.applicationCache.addEventListener [function]
window.applicationCache.dispatchEvent [function]
window.applicationCache.oncached [null]
@@ -2492,7 +2493,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/mac/fast/dom/prototype-inheritance-2-expected.txt (105671 => 105672)
--- trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt 2012-01-24 01:59:58 UTC (rev 105671)
+++ trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt 2012-01-24 02:00:48 UTC (rev 105672)
@@ -245,6 +245,7 @@
Never found DOMParser
Never found DOMSettableTokenList
Never found DOMStringList
+Never found DOMURL
Never found Document
Never found DocumentFragment
Never found DocumentType
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes