Title: [116442] trunk/LayoutTests
Revision
116442
Author
[email protected]
Date
2012-05-08 11:57:28 -0700 (Tue, 08 May 2012)

Log Message

[EFL] http/tests/security/cross-frame-access-* tests are failing
https://bugs.webkit.org/show_bug.cgi?id=85899

Unreviewed, move failing tests to test expectations.

http/tests/security/cross-frame-access-* tests are failing because EFL port
does not support showModalDialog. We need to move the test cases to test
expectations while the feature is implemented.

Patch by Christophe Dumez <[email protected]> on 2012-05-08

* platform/efl/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (116441 => 116442)


--- trunk/LayoutTests/ChangeLog	2012-05-08 18:51:18 UTC (rev 116441)
+++ trunk/LayoutTests/ChangeLog	2012-05-08 18:57:28 UTC (rev 116442)
@@ -1,3 +1,16 @@
+2012-05-08  Christophe Dumez  <[email protected]>
+
+        [EFL] http/tests/security/cross-frame-access-* tests are failing
+        https://bugs.webkit.org/show_bug.cgi?id=85899
+
+        Unreviewed, move failing tests to test expectations.
+
+        http/tests/security/cross-frame-access-* tests are failing because EFL port
+        does not support showModalDialog. We need to move the test cases to test
+        expectations while the feature is implemented. 
+
+        * platform/efl/test_expectations.txt:
+
 2012-03-31  Robert Hogan  <[email protected]>
 
         CSS 2.1 failure: first-letter-nested-004.htm fails

Modified: trunk/LayoutTests/platform/efl/test_expectations.txt (116441 => 116442)


--- trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-08 18:51:18 UTC (rev 116441)
+++ trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-08 18:57:28 UTC (rev 116442)
@@ -45,6 +45,8 @@
 
 // Missing showModalDialog implementation
 BUGWK84589 : fast/animation/request-animation-frame-during-modal.html = TEXT
+BUGWK84589 : http/tests/security/cross-frame-access-call.html = TEXT
+BUGWK84589 : http/tests/security/cross-frame-access-get.html = TEXT
 
 // Issue with timing for suspend/resumeAnimations()?
 BUGWK84592 : animations/stop-animation-on-suspend.html = TEXT
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to