| Index: LayoutTests/fast/dom/html-attribute-types-expected.txt
|
| diff --git a/LayoutTests/fast/dom/html-attribute-types-expected.txt b/LayoutTests/fast/dom/html-attribute-types-expected.txt
|
| index 44a095ab71b329517e607a5c253a98ad159914fb..92c2111588563073779927918a6f223901f95f69 100644
|
| --- a/LayoutTests/fast/dom/html-attribute-types-expected.txt
|
| +++ b/LayoutTests/fast/dom/html-attribute-types-expected.txt
|
| @@ -1,7 +1,7 @@
|
| This checks the types of some HTML DOM attributes whose types currently clash with our implementation.
|
| -PASS typeof img.border is 'string'
|
| -PASS typeof pre.width is 'number'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| +PASS typeof img.border is 'string'
|
| +PASS typeof pre.width is 'number'
|
|
|
|
|