<rdar://problem/5667286>
plugins/createScriptableObject-before-start.html is failing due to denied cross-frame access
Use our own test plug-in instead of the Flash plug-in. The Flash plug-in tries to get the URL of the top frame
which will cause a security exception.
* platform/win/Skipped:
* plugins/createScriptableObject-before-start.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29306
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-08 Anders Carlsson <andersca@apple.com>
+
+ Reviewed by Mitz.
+
+ <rdar://problem/5667286>
+ plugins/createScriptableObject-before-start.html is failing due to denied cross-frame access
+
+ Use our own test plug-in instead of the Flash plug-in. The Flash plug-in tries to get the URL of the top frame
+ which will cause a security exception.
+
+ * platform/win/Skipped:
+ * plugins/createScriptableObject-before-start.html:
+
2008-01-07 Alice Liu <alice.liu@apple.com>
* platform/win/Skipped:
# <rdar://5667279> Undefined value exception
http/tests/xmlhttprequest/XMLHttpRequestException.html
-# <rdar://5667286> Denied cross-frame access
-plugins/createScriptableObject-before-start.html
-
# <rdar://5667302>
svg/dom/animated-tearoff-equality.xhtml
svg/dom/animated-tearoff-lifespan.xhtml
No ASSERT means test PASS.
</p>
<iframe style="display: none;" src='data:text/html,
- <object id="target" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"></object>
+ <object id="target" type="application/x-webkit-test-netscape"></object>
<script type="text/javascript">
var obj = document.getElementById("target");
obj.offsetLeft;