| Index: LayoutTests/fast/table/border-changes-expected.txt
|
| diff --git a/LayoutTests/fast/table/border-changes-expected.txt b/LayoutTests/fast/table/border-changes-expected.txt
|
| index 6f40c23669bf45613daf9d3ec12aec42b42070a0..fb3307cfa8f2922efd3a1af7f5e063921548b926 100644
|
| --- a/LayoutTests/fast/table/border-changes-expected.txt
|
| +++ b/LayoutTests/fast/table/border-changes-expected.txt
|
| @@ -123,6 +123,18 @@ PASS getComputedStyle(cell, '').borderLeftColor is red
|
| PASS getComputedStyle(cell, '').borderRightColor is red
|
| PASS getComputedStyle(cell, '').borderTopColor is red
|
| PASS getComputedStyle(cell, '').borderBottomColor is red
|
| +PASS getComputedStyle(table, '').borderLeftWidth is '3px'
|
| +PASS getComputedStyle(table, '').borderRightWidth is '3px'
|
| +PASS getComputedStyle(table, '').borderTopWidth is '3px'
|
| +PASS getComputedStyle(table, '').borderBottomWidth is '3px'
|
| +PASS getComputedStyle(table, '').borderLeftStyle is 'solid'
|
| +PASS getComputedStyle(table, '').borderRightStyle is 'solid'
|
| +PASS getComputedStyle(table, '').borderTopStyle is 'solid'
|
| +PASS getComputedStyle(table, '').borderBottomStyle is 'solid'
|
| +PASS getComputedStyle(table, '').borderLeftColor is yellow
|
| +PASS getComputedStyle(table, '').borderRightColor is yellow
|
| +PASS getComputedStyle(table, '').borderTopColor is yellow
|
| +PASS getComputedStyle(table, '').borderBottomColor is yellow
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|