public class CSSStyleSheetImplTest extends Object
CSSStyleSheetImpl.| Constructor and Description |
|---|
CSSStyleSheetImplTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRule() |
void |
deleteRuleReadOnly() |
void |
deleteRuleWrongIndex() |
void |
getCssTextFormated() |
void |
getCssTextFormatedRgbAsHex() |
void |
getCssTextFormatedRgbAsHex2() |
void |
insertRule() |
void |
insertRuleReadOnly() |
void |
insertRuleRuleImport() |
void |
insertRuleRuleOrderCharset() |
void |
insertRuleWithLeadingWhitespace()
Regression test for bug 2123264.
|
void |
insertRuleWithoutDeclaration()
Regression test for bug 2123264.
|
void |
serialize()
Test serialization.
|
public void insertRuleWithLeadingWhitespace()
throws Exception
Exception - if any error occurspublic void insertRuleWithoutDeclaration()
throws Exception
Exception - if any error occurspublic void insertRuleReadOnly()
throws Exception
Exception - if any error occurspublic void insertRuleRuleOrderCharset()
throws Exception
Exception - if any error occurspublic void insertRuleRuleImport()
throws Exception
Exception - if any error occurspublic void deleteRuleWrongIndex()
throws Exception
Exception - if any error occurspublic void deleteRuleReadOnly()
throws Exception
Exception - if any error occurspublic void serialize()
throws Exception
Exception - if any error occurspublic void getCssTextFormated()
throws Exception
Exception - if any error occurspublic void getCssTextFormatedRgbAsHex()
throws Exception
Exception - if any error occursCopyright © 1999–2022. All rights reserved.