Allow semicolons in pycairo snippets in the canvas WPT generator
Semicolons are actually allowed in Python, they are used to separate
multiple statements specified on the same line:
https://docs.python.org/3/reference/compound_stmts.html
Bug: 364549423
Change-Id: I790a6275777fd83c0048ddeb3fe39854d576c1b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5891425
Commit-Queue: Jean-Philippe Gravel jpgravel@chromium.org
Reviewed-by: Andres Ricardo Perez andresrperez@chromium.org
Cr-Commit-Position: refs/heads/main@{#1361379}