org.w3c.mwi.mobileok.basic
Class StyleSheetsSupportTest
java.lang.Object
org.w3c.mwi.mobileok.basic.AbstractTestImplementation
org.w3c.mwi.mobileok.basic.AbstractCSSTestImplementation
org.w3c.mwi.mobileok.basic.StyleSheetsSupportTest
- All Implemented Interfaces:
- TestImplementation
final class StyleSheetsSupportTest
- extends AbstractCSSTestImplementation
Implements the
STYLE_SHEETS_SUPPORT
mobileOK test.
Test name: TestType.STYLE_SHEETS_SUPPORT
.
The test checks the CSS styles and extends AbstractCSSTestImplementation
.
- Version:
- $Revision: 1.1 $
- Author:
- The W3C mobileOK Checker Task Force
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cssSupportPattern
private static final java.util.regex.Pattern cssSupportPattern
StyleSheetsSupportTest
StyleSheetsSupportTest()
getTestType
public java.lang.String getTestType()
findTestErrors
java.util.List<AbstractCSSTestImplementation.TestErrorInfo> findTestErrors(java.lang.String cssContent)
- Specified by:
findTestErrors
in class AbstractCSSTestImplementation
addSubResultsToResultsDocument
void addSubResultsToResultsDocument(org.w3c.dom.Document testResults,
org.w3c.dom.Element test,
java.util.List<AbstractCSSTestImplementation.TestErrorInfo> measuresErrors)
- Specified by:
addSubResultsToResultsDocument
in class AbstractCSSTestImplementation