| Index: LayoutTests/fast/dom/gc-9-expected.txt
|
| diff --git a/LayoutTests/fast/dom/gc-9-expected.txt b/LayoutTests/fast/dom/gc-9-expected.txt
|
| index 6f49beb53c185766891ab4c551164e039e3ee21f..2170e139438d9047e4c1bf58916d3a92ca33a95e 100644
|
| --- a/LayoutTests/fast/dom/gc-9-expected.txt
|
| +++ b/LayoutTests/fast/dom/gc-9-expected.txt
|
| @@ -45,7 +45,7 @@ PASS: document.myCustomProperty should be 1 and is.
|
| PASS: document.body.myCustomProperty should be 1 and is.
|
| PASS: document.body.attributes.myCustomProperty should be 1 and is.
|
| PASS: document.getElementsByTagName('body').myCustomProperty should be 1 and is.
|
| -FAIL: document.getElementsByTagName('canvas')[0].getContext('2d').myCustomProperty should be 1 but instead is undefined.
|
| +PASS: document.getElementsByTagName('canvas')[0].getContext('2d').myCustomProperty should be 1 and is.
|
| PASS: document.getElementsByTagName('canvas')[0].getContext('2d').createLinearGradient(0, 0, 0, 0).myCustomProperty should be undefined and is.
|
| PASS: document.getElementsByTagName('canvas')[0].getContext('2d').createPattern(document.getElementsByTagName('canvas')[0], 'no-repeat').myCustomProperty should be undefined and is.
|
| PASS: document.getElementsByTagName('select')[0].options.myCustomProperty should be 1 and is.
|
|
|