Home | History | Annotate | Download | only in qwebelement

Lines Matching refs:CascadedStyle

478     QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("yellow"));
483 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
487 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
491 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue"));
508 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue"));
525 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue"));
542 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("red"));
562 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black"));
579 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black"));
587 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String(""));