<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>102345</bug_id>
          
          <creation_ts>2012-11-15 00:23:02 -0800</creation_ts>
          <short_desc>Web Inspector: [Styles] Non-vendor-prefixed property values missing in the computed trace</short_desc>
          <delta_ts>2012-11-20 00:03:34 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector (Deprecated)</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>73002</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexander Pavlov (apavlov)">apavlov</reporter>
          <assigned_to name="Alexander Pavlov (apavlov)">apavlov</assigned_to>
          <cc>apavlov</cc>
    
    <cc>keishi</cc>
    
    <cc>loislo</cc>
    
    <cc>pfeldman</cc>
    
    <cc>pmuellr</cc>
    
    <cc>vsevik</cc>
    
    <cc>web-inspector-bugs</cc>
    
    <cc>yurys</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>767786</commentid>
    <comment_count>0</comment_count>
    <who name="Alexander Pavlov (apavlov)">apavlov</who>
    <bug_when>2012-11-15 00:23:02 -0800</bug_when>
    <thetext>Reduced test case:

&lt;html&gt;
&lt;head&gt;
	&lt;style&gt;
		body {font-family:monospace; }
		table, tbody, tr, td {border-style:dotted; border-width:6px; }
		.tb1 {border-spacing:inherit; }
	&lt;/style&gt;
&lt;/head&gt;
    
&lt;body&gt;
	
	&lt;table class =&quot;tb1&quot;&gt;
		&lt;tr&gt;
			&lt;td&gt;AAA&lt;/td&gt;&lt;td&gt;BBB&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/table&gt;
&lt;/body&gt;
&lt;/html&gt;


Open the test case above and inspect the computed trace for table.tb1. It contains:

-webkit-border-horizontal-spacing: 0px;
    table - 2px     user agent stylesheet

even though &quot;border-spacing: inherit;&quot; is specified in the &quot;.tb1&quot; rule.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=161069</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>771617</commentid>
    <comment_count>1</comment_count>
    <who name="Alexander Pavlov (apavlov)">apavlov</who>
    <bug_when>2012-11-20 00:03:34 -0800</bug_when>
    <thetext>Caused by the bug 73002.

*** This bug has been marked as a duplicate of bug 73002 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>