[Webkit-unassigned] [Bug 11942] New: REGRESSION: inheritableProperties arrays in CSSMutableStyleDeclaration.cpp and CSSComputedStyleDeclaration.cpp are out of sync (failing editing/pasteboard/paste-table-002.html and fast/lists/drag-into-marker.html)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 23 02:26:28 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11942
Summary: REGRESSION: inheritableProperties arrays in
CSSMutableStyleDeclaration.cpp and
CSSComputedStyleDeclaration.cpp are out of sync (failing
editing/pasteboard/paste-table-002.html and
fast/lists/drag-into-marker.html)
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: Regression, LayoutTestFailure
Severity: Normal
Priority: P1
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
CC: hyatt at apple.com
The inheritableProperties arrays in CSSMutableStyleDeclaration.cpp and
CSSComputedStyleDeclaration.cpp differ. Most recently, the text-stroke
properties were added only in CSSComputedStyleDeclaration.cpp, making
editing/pasteboard/paste-table-002.html and fast/lists/drag-into-marker.html
fail (the latter only in pixel mode). There was an earlier discrepancy, where
one array had CSS_PROP_BORDER_SPACING and the other had
CSS_PROP__WEBKIT_BORDER_HORIZONTAL_SPACING and
CSS_PROP__WEBKIT_BORDER_VERTICAL_SPACING.
Can the array be shared between the two implementations?
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list