runPipeline('
TEXT
'); $table = $tree->get_element_by_id('table'); $table_border = $table->getCSSProperty(CSS_BORDER); $this->assertEqual($table_border->left->style , BS_NONE); $this->assertEqual($table_border->right->style , BS_NONE); $this->assertEqual($table_border->top->style , BS_NONE); $this->assertEqual($table_border->bottom->style , BS_NONE); $cell = $tree->get_element_by_id('cell'); $cell_border = $cell->getCSSProperty(CSS_BORDER); $this->assertEqual($cell_border->left->style , BS_NONE); $this->assertEqual($cell_border->right->style , BS_NONE); $this->assertEqual($cell_border->top->style , BS_NONE); $this->assertEqual($cell_border->bottom->style , BS_NONE); } } ?>