Home | History | Annotate | Download | only in qwebelement

Lines Matching refs:InlineStyle

471     QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
472 QVERIFY(p.styleProperty("cursor", QWebElement::InlineStyle).isEmpty());
477 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("red"));
479 QCOMPARE(p.styleProperty("cursor", QWebElement::InlineStyle), QLatin1String("auto"));
482 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("green"));
486 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
490 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
507 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
524 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
541 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String(""));
561 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
586 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String(""));
598 QVERIFY(p.styleProperty("cursor", QWebElement::InlineStyle).isEmpty());
605 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("red"));