Bug 76631 - [GTK] DumpRenderTree converts "file:///" to a path differently
Summary: [GTK] DumpRenderTree converts "file:///" to a path differently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sergio Villar Senin
URL:
Keywords:
Depends on:
Blocks: 76496
  Show dependency treegraph
 
Reported: 2012-01-19 07:11 PST by Philippe Normand
Modified: 2012-01-22 02:12 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.08 KB, patch)
2012-01-21 03:48 PST, Sergio Villar Senin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2012-01-19 07:11:07 PST
two test failures:

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/misc/drag-over-iframe-invalid-source-crash-actual.txt 
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Not allowed to load local resource: /
+CONSOLE MESSAGE: Not allowed to load local resource: 
 This page tests that we don't crash if we drag something to an iframe that has an invalid source.
 

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/misc/iframe-invalid-source-crash-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/misc/iframe-invalid-source-crash-actual.txt 
@@ -1,3 +1,3 @@
-CONSOLE MESSAGE: Not allowed to load local resource: /
+CONSOLE MESSAGE: Not allowed to load local resource: 
  This tests that we don't crash if an iframe has an invalid source.
 SUCCESS - didn't crash
Comment 1 Alexey Proskuryakov 2012-01-19 11:58:30 PST
Fixing the same for WK2 in bug 76653.
Comment 2 Sergio Villar Senin 2012-01-21 03:48:19 PST
Created attachment 123444 [details]
Patch
Comment 3 Sergio Villar Senin 2012-01-22 02:12:17 PST
Comment on attachment 123444 [details]
Patch

Clearing flags on attachment: 123444

Committed r105587: <http://trac.webkit.org/changeset/105587>
Comment 4 Sergio Villar Senin 2012-01-22 02:12:24 PST
All reviewed patches have been landed.  Closing bug.