| Index: LayoutTests/fast/table/relative-position-offsets.html
|
| diff --git a/LayoutTests/fast/table/relative-position-offsets.html b/LayoutTests/fast/table/relative-position-offsets.html
|
| index d2d9e2334ca1488c52f41b08463743e504785c9c..fa0a2b11c99a86e0e0a8c0a8fb1bee14e99326ed 100644
|
| --- a/LayoutTests/fast/table/relative-position-offsets.html
|
| +++ b/LayoutTests/fast/table/relative-position-offsets.html
|
| @@ -1,9 +1,9 @@
|
| -<!doctype html>
|
| -<html>
|
| -
|
| -Will be green if relative positioning offsets are supported:
|
| -
|
| -<table border=0 cellpadding=0 cellspacing=0>
|
| -<tr><td style="width:100px;height:100px;background-color:red">
|
| -<tr><td style="position:relative; width:100px;height:100px; top:-100px;background-color:green">
|
| -</table>
|
| +<!doctype html>
|
| +<html>
|
| +
|
| +Will be green if relative positioning offsets are supported:
|
| +
|
| +<table border=0 cellpadding=0 cellspacing=0>
|
| +<tr><td style="width:100px;height:100px;background-color:red">
|
| +<tr><td style="position:relative; width:100px;height:100px; top:-100px;background-color:green">
|
| +</table>
|
|
|