| Index: LayoutTests/fast/canvas/webgl/context-gc-custom-properties-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/webgl/context-gc-custom-properties-expected.txt b/LayoutTests/fast/canvas/webgl/context-gc-custom-properties-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8824f50e5264f18272bb4560e9d669338b956d6e
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/canvas/webgl/context-gc-custom-properties-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +Verify that the custom properties on a WebGL rendering context object are retained across GCs.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS context.customProperty is "value"
|
| +PASS context.customProperty is "value"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|