From: <mgu...@us...> - 2013-07-11 13:28:44
|
Revision: 8389 http://sourceforge.net/p/htmlunit/code/8389 Author: mguillem Date: 2013-07-11 13:28:40 +0000 (Thu, 11 Jul 2013) Log Message: ----------- removed duplication Modified Paths: -------------- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java =================================================================== --- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java 2013-07-11 08:59:48 UTC (rev 8388) +++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java 2013-07-11 13:28:40 UTC (rev 8389) @@ -207,7 +207,6 @@ map.put("TFOOT", "table-footer-group"); map.put("TH", "table-cell"); map.put("THEAD", "table-header-group"); - map.put("THEAD", "table-header-group"); map.put("TIME", "inline"); map.put("TR", "table-row"); map.put("TRACK", "inline"); |