| Index: LayoutTests/fast/dom/getter-on-window-object2-expected.txt
|
| diff --git a/LayoutTests/fast/dom/getter-on-window-object2-expected.txt b/LayoutTests/fast/dom/getter-on-window-object2-expected.txt
|
| index 7c5b1d5c11ed44dde5b16086d0964e1072fea2a2..45723a492198b20ea63039eb426b0f39d1c00496 100644
|
| --- a/LayoutTests/fast/dom/getter-on-window-object2-expected.txt
|
| +++ b/LayoutTests/fast/dom/getter-on-window-object2-expected.txt
|
| @@ -22,4 +22,7 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'y').get is 'function'
|
| PASS window.z is undefined.
|
| PASS typeof window.__lookupSetter__('z') is 'function'
|
| PASS typeof Object.getOwnPropertyDescriptor(window, 'z').set is 'function'
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|