[Webkit-unassigned] [Bug 35032] New: LayoutTests/http/tests/security/cross-origin-css.html results differ between DumpRenderTree and Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 17 04:52:38 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35032
Summary: LayoutTests/http/tests/security/cross-origin-css.html
results differ between DumpRenderTree and Safari
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: http://localhost:8000/security/cross-origin-css.html
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: LayoutTestFailure
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at webkit.org
CC: sam at webkit.org, abarth at webkit.org,
scarybeasts at gmail.com
Depends on: 29820
* SUMMARY
When LayoutTests/http/tests/security/cross-origin-css.html (added for Bug
29820) is run in Safari 4.0.4 on Mac OS X, it produces different results than
when the test is run under DumpRenderTree. The Safari results look more
correct, which indicates this is probably a DumpRenderTree bug.
* STEPS TO REPRODUCE
1. Start the web server:
$ ./WebKitTools/Scripts/run-webkit-httpd -a
2. Launch Safari.
3. Open test case: <http://localhost:8000/security/cross-origin-css.html>
* RESULTS
The second line of the test results in DumpRenderTree does NOT have a yellow
background, while it DOES in Safari:
-LINK + IMPORT Cross-origin, HTML, invalid: rgba(0, 0, 0, 0)
+LINK + IMPORT Cross-origin, HTML, invalid: rgb(255, 255, 0)
Based on the test files, it seems like it should have a yellow background, so
the DumpRenderTree results appear to be incorrect.
* REGRESSION
Unknown. The test landed in r52784.
* NOTES
See Bug 29820.
--
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