*/
public void testStyleVerticalAlignTD() throws Throwable {
privateSetUp();
protocol.setMarinerPageContext(pageContext);
TestDOMOutputBuffer buffer = new TestDOMOutputBuffer();
buffer.initialise();
MutablePropertyValues tableCellProperties = createPropertyValues();
tableCellProperties.setComputedValue(
StylePropertyDetails.VERTICAL_ALIGN,
VerticalAlignKeywords.BOTTOM);