* STEPS TO REPRODUCE: 1. Paste the following into a rule in the CSS styles sidebar: margin: 0; padding: 0; 2. Right click the selector area for that rule and click "Copy Rule". 3. Paste the text. It should look something like this: <selector> { margin: 0; padding: 0; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } Everything after "padding: 0;" shouldn't have been copied as those rules are not actually visible in the rule in the sidebar.
<rdar://problem/21740039>
Created attachment 256458 [details] Patch
Comment on attachment 256458 [details] Patch Clearing flags on attachment: 256458 Committed r186585: <http://trac.webkit.org/changeset/186585>
All reviewed patches have been landed. Closing bug.