[Webkit-unassigned] [Bug 81029] New: css3/filters/custom/custom-filter-property-computed-style.html passes in browser, fails in DRT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 13 13:26:37 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81029
Summary: css3/filters/custom/custom-filter-property-computed-st
yle.html passes in browser, fails in DRT
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: timothy_horton at apple.com
CC: ap at webkit.org, simon.fraser at apple.com, dino at apple.com,
jberlin at webkit.org,
webkit-bug-importer at group.apple.com
Running this test in DRT, I see:
Custom with vertex shader : custom(url(vertex.shader))
FAIL removeBaseURL(filterStyle.getPropertyValue('-webkit-filter')) should be custom(url(vertex.shader) none, 1 1 filter-box). Was none.
FAIL jsWrapperClass(filterRule) should be CSSValueList. Was CSSPrimitiveValue.
FAIL jsWrapperClass(filterRule.__proto__) should be CSSValueListPrototype. Was CSSPrimitiveValuePrototype.
FAIL jsWrapperClass(filterRule.constructor) should be CSSValueListConstructor. Was CSSPrimitiveValueConstructor.
FAIL filterRule.length should be 1 (of type number). Was undefined (of type undefined).
FAIL subRule.operationType should be 12. Threw exception TypeError: 'undefined' is not an object (evaluating 'subRule.operationType')
FAIL removeBaseURL(subRule.cssText) should be custom(url(vertex.shader) none, 1 1 filter-box). Threw exception TypeError: 'undefined' is not an object (evaluating 'subRule.cssText')
etc.
Running this test in Safari, I see:
Custom with vertex shader : custom(url(vertex.shader))
PASS removeBaseURL(filterStyle.getPropertyValue('-webkit-filter')) is 'custom(url(vertex.shader) none, 1 1 filter-box)'
PASS jsWrapperClass(filterRule) is 'CSSValueList'
PASS jsWrapperClass(filterRule.__proto__) is 'CSSValueListPrototype'
PASS jsWrapperClass(filterRule.constructor) is 'CSSValueListConstructor'
PASS filterRule.length is 1
PASS subRule.operationType is WebKitCSSFilterValue.CSS_FILTER_CUSTOM
PASS removeBaseURL(subRule.cssText) is 'custom(url(vertex.shader) none, 1 1 filter-box)'
etc.
--
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