blob: 82ac63c223084fab378f4c2e2f0f091ec450a916 [file] [log] [blame]
Test that CanvasAgent tracks changes in the client nodes of a CSS canvas.
== Running test suite: Canvas.requestClientNodes.CSS
-- Running test case: Canvas.requestClientNodes.CSS.Create
PASS: Canvas with created client should have CSS name "css-canvas".
PASS: There should be one client node.
PASS: Client node "div" is valid.
-- Running test case: Canvas.requestClientNodes.CSS.Destroy
PASS: Canvas with destroyed client should have CSS name "css-canvas".
PASS: There should be no client nodes.