Title: [126229] trunk
Revision
126229
Author
[email protected]
Date
2012-08-21 17:14:20 -0700 (Tue, 21 Aug 2012)

Log Message

[GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html is failing
https://bugs.webkit.org/show_bug.cgi?id=94617

Reviewed by Martin Robinson.

Tools:

Set the 'enable-file-access-from-file-uris' setting to true when
resetting default values. The other ports do this as well, giving
documents with local security origin permission to load other
local resources.

* DumpRenderTree/gtk/DumpRenderTree.cpp:
(resetDefaultsToConsistentValues):

LayoutTests:

Remove failure expectation for fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
test as it now passes.

* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126228 => 126229)


--- trunk/LayoutTests/ChangeLog	2012-08-22 00:11:20 UTC (rev 126228)
+++ trunk/LayoutTests/ChangeLog	2012-08-22 00:14:20 UTC (rev 126229)
@@ -1,3 +1,15 @@
+2012-08-21  Zan Dobersek  <[email protected]>
+
+        [GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=94617
+
+        Reviewed by Martin Robinson.
+
+        Remove failure expectation for fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
+        test as it now passes.
+
+        * platform/gtk/TestExpectations:
+
 2012-08-21  Brady Eidson  <[email protected]>
 
         Rebaseline various tests for Mountain Lion that differ from the generic results.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (126228 => 126229)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-22 00:11:20 UTC (rev 126228)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-22 00:14:20 UTC (rev 126229)
@@ -786,10 +786,6 @@
 BUGWKGTK : fast/loader/api-test-new-window-data-load-base-url.html = TEXT
 BUGWKGTK : fast/loader/api-test-go-to-current-back-forward-item.html = TEXT
 
-// Failure may be related to DRT; console message also has full file
-// path instead of just the file name
-BUGWK35086 : fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = TEXT
-
 // Needs to make sure the redirect-chain scenario in https://bugs.webkit.org/show_bug.cgi?id=31410 works
 BUGWK35300 : http/tests/loading/307-after-303-after-post.html = TEXT
 BUGWK35300 SKIP : http/tests/navigation/post-307-response.html = TEXT

Modified: trunk/Tools/ChangeLog (126228 => 126229)


--- trunk/Tools/ChangeLog	2012-08-22 00:11:20 UTC (rev 126228)
+++ trunk/Tools/ChangeLog	2012-08-22 00:14:20 UTC (rev 126229)
@@ -1,3 +1,18 @@
+2012-08-21  Zan Dobersek  <[email protected]>
+
+        [GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=94617
+
+        Reviewed by Martin Robinson.
+
+        Set the 'enable-file-access-from-file-uris' setting to true when
+        resetting default values. The other ports do this as well, giving
+        documents with local security origin permission to load other
+        local resources.
+
+        * DumpRenderTree/gtk/DumpRenderTree.cpp:
+        (resetDefaultsToConsistentValues):
+
 2012-08-21  Kent Tamura  <[email protected]>
 
         [Chromium] DRT produces wrong back-forward list

Modified: trunk/Tools/DumpRenderTree/gtk/DumpRenderTree.cpp (126228 => 126229)


--- trunk/Tools/DumpRenderTree/gtk/DumpRenderTree.cpp	2012-08-22 00:11:20 UTC (rev 126228)
+++ trunk/Tools/DumpRenderTree/gtk/DumpRenderTree.cpp	2012-08-22 00:14:20 UTC (rev 126229)
@@ -450,6 +450,7 @@
                  "_javascript_-can-open-windows-automatically", TRUE,
                  "enable-offline-web-application-cache", TRUE,
                  "enable-universal-access-from-file-uris", TRUE,
+                 "enable-file-access-from-file-uris", TRUE,
                  "enable-scripts", TRUE,
                  "enable-dom-paste", TRUE,
                  "default-font-family", "Times",
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to