Bug 102233
| Summary: | [Qt] Fix tst_QWebElement::style() API test | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | New Bugs | Assignee: | 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 | ||
Csaba Osztrogonác
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)]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gábor Ábrahám
It seems r136404 fixed this bug.