Bug 102233

Summary: [Qt] Fix tst_QWebElement::style() API test
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abrhm
Priority: P2 Keywords: Qt, QtTriaged
Version: 420+   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 38654    

Description Csaba Osztrogonác 2012-11-14 07:43:56 PST
FAIL!  : tst_QWebElement::style() Compared values are not the same
   Actual   (p.styleProperty("color", QWebElement::CascadedStyle)): yellow
   Expected (QLatin1String("black")): black
   Loc: [/ramdisk/qt-linux-64-release/build/Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp(563)]
Comment 1 Gábor Ábrahám 2013-07-11 07:39:05 PDT
It seems r136404 fixed this bug.