[Webkit-unassigned] [Bug 23946] Webkit does not enumerate over CSS properties in HTMLElement.style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 01:04:18 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23946





------- Comment #2 from leaverou at fresset.gr  2009-02-13 01:04 PDT -------
(From update of attachment 27644)
><!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
><HTML><HEAD>
>
>
><META content="text/html; charset=iso-8859-7" http-equiv="Content-Type"/>
><TITLE>Test case for webkit bug</TITLE>
>
></HEAD><BODY style="border: 3px solid white; padding: 20px; background: beige none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 600px; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px;" linkifying="true" linkifycurrent="0" linkifymax="0">
><DIV style="overflow: auto; height: 400px;">
><SCRIPT type="text/javascript">
>	for (var i in document.body.style) document.write(i + '<br />');
></SCRIPT>0<BR/>1<BR/>2<BR/>3<BR/>4<BR/>5<BR/>6<BR/>7<BR/>8<BR/>9<BR/>10<BR/>11<BR/>12<BR/>13<BR/>14<BR/>15<BR/>16<BR/>17<BR/>18<BR/>19<BR/>20<BR/>21<BR/>22<BR/>23<BR/>24<BR/>25<BR/>26<BR/>27<BR/>28<BR/>29<BR/>30<BR/>31<BR/>32<BR/>33<BR/>34<BR/>35<BR/>36<BR/>37<BR/>38<BR/>39<BR/>40<BR/>41<BR/>42<BR/>43<BR/>44<BR/>length<BR/>cssText<BR/>getPropertyValue<BR/>getPropertyCSSValue<BR/>removeProperty<BR/>getPropertyPriority<BR/>setProperty<BR/>item<BR/>parentRule<BR/>azimuth<BR/>background<BR/>backgroundAttachment<BR/>backgroundColor<BR/>backgroundImage<BR/>backgroundPosition<BR/>backgroundRepeat<BR/>border<BR/>borderCollapse<BR/>borderColor<BR/>borderSpacing<BR/>borderStyle<BR/>borderTop<BR/>borderRight<BR/>borderBottom<BR/>borderLeft<BR/>borderTopColor<BR/>borderRightColor<BR/>borderBottomColor<BR/>borderLeftColor<BR/>borderTopStyle<BR/>borderRightStyle<BR/>borderBottomStyle<BR/>borderLeftStyle<BR/>borderTopWidth<BR/>borderRightWidth<BR/>borderBottomWidth<BR/>borderLeftWidth<BR/>
 borderWidth<BR/>bottom<BR/>captionSide<BR/>clear<BR/>clip<BR/>color<BR/>content<BR/>counterIncrement<BR/>counterReset<BR/>cue<BR/>cueAfter<BR/>cueBefore<BR/>cursor<BR/>direction<BR/>display<BR/>elevation<BR/>emptyCells<BR/>cssFloat<BR/>font<BR/>fontFamily<BR/>fontSize<BR/>fontSizeAdjust<BR/>fontStretch<BR/>fontStyle<BR/>fontVariant<BR/>fontWeight<BR/>height<BR/>left<BR/>letterSpacing<BR/>lineHeight<BR/>listStyle<BR/>listStyleImage<BR/>listStylePosition<BR/>listStyleType<BR/>margin<BR/>marginTop<BR/>marginRight<BR/>marginBottom<BR/>marginLeft<BR/>markerOffset<BR/>marks<BR/>maxHeight<BR/>maxWidth<BR/>minHeight<BR/>minWidth<BR/>orphans<BR/>outline<BR/>outlineColor<BR/>outlineStyle<BR/>outlineWidth<BR/>overflow<BR/>padding<BR/>paddingTop<BR/>paddingRight<BR/>paddingBottom<BR/>paddingLeft<BR/>page<BR/>pageBreakAfter<BR/>pageBreakBefore<BR/>pageBreakInside<BR/>pause<BR/>pauseAfter<BR/>pauseBefore<BR/>pitch<BR/>pitchRange<BR/>position<BR/>quotes<BR/>richness<BR/>right<BR/>size<BR/>
 speak<BR/>speakHeader<BR/>speakNumeral<BR/>speakPunctuation<BR/>speechRate<BR/>stress<BR/>tableLayout<BR/>textAlign<BR/>textDecoration<BR/>textIndent<BR/>textShadow<BR/>textTransform<BR/>top<BR/>unicodeBidi<BR/>verticalAlign<BR/>visibility<BR/>voiceFamily<BR/>volume<BR/>whiteSpace<BR/>widows<BR/>width<BR/>wordSpacing<BR/>zIndex<BR/>MozAppearance<BR/>MozBackgroundClip<BR/>MozBackgroundInlinePolicy<BR/>MozBackgroundOrigin<BR/>MozBinding<BR/>MozBorderBottomColors<BR/>MozBorderLeftColors<BR/>MozBorderRightColors<BR/>MozBorderTopColors<BR/>MozBorderRadius<BR/>MozBorderRadiusTopleft<BR/>MozBorderRadiusTopright<BR/>MozBorderRadiusBottomleft<BR/>MozBorderRadiusBottomright<BR/>MozBoxAlign<BR/>MozBoxDirection<BR/>MozBoxFlex<BR/>MozBoxOrient<BR/>MozBoxOrdinalGroup<BR/>MozBoxPack<BR/>MozBoxSizing<BR/>MozColumnCount<BR/>MozColumnWidth<BR/>MozColumnGap<BR/>MozFloatEdge<BR/>MozForceBrokenImageIcon<BR/>MozImageRegion<BR/>MozMarginEnd<BR/>MozMarginStart<BR/>MozOpacity<BR/>MozOutline<BR/>MozO
 utlineColor<BR/>MozOutlineRadius<BR/>MozOutlineRadiusTopleft<BR/>MozOutlineRadiusTopright<BR/>MozOutlineRadiusBottomleft<BR/>MozOutlineRadiusBottomright<BR/>MozOutlineStyle<BR/>MozOutlineWidth<BR/>MozOutlineOffset<BR/>MozPaddingEnd<BR/>MozPaddingStart<BR/>MozUserFocus<BR/>MozUserInput<BR/>MozUserModify<BR/>MozUserSelect<BR/>opacity<BR/>outlineOffset<BR/>overflowX<BR/>overflowY<BR/>imeMode<BR/>MozBorderEnd<BR/>MozBorderEndColor<BR/>MozBorderEndStyle<BR/>MozBorderEndWidth<BR/>MozBorderStart<BR/>MozBorderStartColor<BR/>MozBorderStartStyle<BR/>MozBorderStartWidth<BR/>
></DIV>
><SCRIPT type="text/javascript">
>	document.write("'margin' in document.body.style is " + ('margin' in document.body.style));
></SCRIPT>'margin' in document.body.style is true
></BODY><html:div xmlns:html="http://www.w3.org/1999/xhtml" id="_firebugConsole" style="display: none;" FirebugVersion="1.3X.3b1"/></HTML>


-- 
Configure bugmail: https://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