tapir-dream / compatibility-detector

Automatically exported from code.google.com/p/compatibility-detector
Apache License 2.0
2 stars 5 forks source link

RT3002 text_decoration_propagation #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
第一轮测试:有误报 (25% [1/4] 采样不足)

---------------------------[误报] #1

设置了 ‘position:absolute;’ 的元素在 IE6 IE7 IE8(Q) 和 Chrome 
下都会渲染父元素(内联元素或块元素)的 ‘text-decoration’ 
特性效果(underline等),RT3002 中包含了这种情况。

测试样例:
position_absolute_text-decoration.html

URL:
http://video.soso.com/

---------------------------[用法有问题,没有实际视觉影响] #1

元素 ‘display’ 为 ‘inline-block’ 
且存在同级内联元素时,IE6 IE7 IE8(Q) 与 Chrome 
一致,都会为该元素渲染父元素(内联元素或块元素)的 
‘text-decoration’ 的特性效果(underline 等)。

测试样例:
inline-block_with_inline_sibling.html

URL:
http://ent.sina.com.cn/
http://news.sina.com.cn/

Original issue reported on code.google.com by wangju...@beyondsoft.com on 16 Nov 2010 at 9:02

Attachments:

GoogleCodeExporter commented 9 years ago
第二次测试:有误报 50% (10/20)

Firefox 3.6.12 
渲染方式已与报告中不同,以下标记误报的均所有浏览器显��
�一致的页面。

-------------------------[误报] #1
子元素与父元素均设置了 'text-decoration: underline' 子元素设置 
'float:left' 或 'float:right'时,所有浏览器显示一致。

测试用例:
text_decoration_propagation.html

URL:
http://direct.tesco.com/

-------------------------[误报] #2

在子元素内设置 text-indent 
为负值时,可能会造成内容文本显示在可视区域以外,此时��
�有浏览器显示均一致。

测试用例:
text_decoration_propagation.html

URL:
http://slashdot.org/
http://www.medalofhonor.com/

-------------------------[误报] #3

在子元素内设置 left/top 
为负值时,可能会造成内容文本显示在可视区域以外,此时��
�有浏览器显示均一致。

测试用例:
text_decoration_propagation.html

URL:
http://www.openpandora.org/
http://www.amazon.com/Kindle-Wireless-Reading-Device-Display/dp/B0015T963C
http://www.ndubz.com/
http://www.target.com/Electronics/b?ie=UTF8&node=1038598
http://www.westpac.com.au/
http://www.whatsontv.co.uk/
http://www.hsbccreditcard.com/

Original comment by qianbao...@beyondsoft.com on 17 Nov 2010 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by wangju...@beyondsoft.com on 19 Nov 2010 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by sundongg...@beyondsoft.com on 8 Dec 2010 at 10:20

GoogleCodeExporter commented 9 years ago
RT3002

中文页面 100% (8/8)
英文页面 100% (12/12)

最终准确率 100%

Original comment by qianbao...@beyondsoft.com on 17 Dec 2010 at 4:26