Home | History | Annotate | Download | only in qwebelement

Lines Matching defs:computedStyle

61     void computedStyle();
590 void tst_QWebElement::computedStyle()
596 QCOMPARE(p.styleProperty("cursor", QWebElement::ComputedStyle), QLatin1String("auto"));
597 QVERIFY(!p.styleProperty("cursor", QWebElement::ComputedStyle).isEmpty());
603 QCOMPARE(p.styleProperty("cursor", QWebElement::ComputedStyle), QLatin1String("text"));
604 QCOMPARE(p.styleProperty("color", QWebElement::ComputedStyle), QLatin1String("rgb(255, 0, 0)"));