[Webkit-unassigned] [Bug 85085] New: [chromium] svg/custom/clip-path-referencing-use2.svg fails in "drt mode" in DRT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 27 11:18:58 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85085
Summary: [chromium] svg/custom/clip-path-referencing-use2.svg
fails in "drt mode" in DRT
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dpranke at chromium.org
CC: eric at webkit.org, tony at chromium.org,
dglazkov at chromium.org, tkent at chromium.org
For some reason, we get different output in --test-shell mode and non-test-shell (aka drt) mode in DumpRenderTree (on Linux and Mac, at least; haven't tried win yet).
Specifically, when run without the --test-shell flag, we don't get "CONSOLE MESSAGE: line 1: Error: Not allowed to use indirect reference in <clip-path>".
I know nothing about SVG , clip-path, or indirect references, so I have no idea if this is a bug, or a bug fix. I have confirmed that the code path doesn't even execute in DRT mode, so this isn't some sort of logging/console diff.
Anyone have any ideas? My only guess is that it has something to do with --test-shell mode getting the test as a file:/// URL and drt mode getting the test as a path, and that somehow triggering different behavior.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list