| Test that CanvasManager tracks creation and destruction of 2D canvases. |
| |
| |
| == Running test suite: Canvas.CreateContext2D |
| -- Running test case: Canvas.CreateContext2D.NoCanvases |
| PASS: CanvasManager should have no canvases. |
| |
| -- Running test case: Canvas.CreateContext2D.Attached |
| PASS: Canvas context should be 2D. |
| 0: getContext - [native code] |
| 1: createAttachedCanvas - inspector/canvas/resources/create-context-utilities.js:4:36 |
| 2: Global Code - [program code] |
| 3: evaluateWithScopeExtension - [native code] |
| 4: (anonymous function) - [native code] |
| 5: _wrapCall - [native code] |
| |
| PASS: Removed canvas has expected ID. |
| |
| -- Running test case: Canvas.CreateContext2D.Detached |
| PASS: Canvas context should be 2D. |
| 0: getContext - [native code] |
| 1: createDetachedCanvas - inspector/canvas/resources/create-context-utilities.js:11:62 |
| 2: Global Code - [program code] |
| 3: evaluateWithScopeExtension - [native code] |
| 4: (anonymous function) - [native code] |
| 5: _wrapCall - [native code] |
| |
| PASS: Removed canvas has expected ID. |
| |
| -- Running test case: Canvas.CreateContext2D.CSSCanvas |
| Create CSS canvas from -webkit-canvas(css-canvas). |
| PASS: Canvas context should be 2D. |
| 0: getCSSCanvasContext - [native code] |
| 1: createCSSCanvas - inspector/canvas/resources/create-context-utilities.js:18:47 |
| 2: Global Code - [program code] |
| 3: evaluateWithScopeExtension - [native code] |
| 4: (anonymous function) - [native code] |
| 5: _wrapCall - [native code] |
| |
| PASS: Canvas name should equal the identifier passed to -webkit-canvas. |
| |