Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1311 by jasvir: Taming error in Domita under ES53
http://code.google.com/p/google-caja/issues/detail?id=1311

What steps will reproduce the problem?
1.  Cajole and run:

<canvas id="canvas" width="150" height="150"></canvas>
<script>
  var canvas = document.getElementById("canvas");
  var ctx = canvas.getContext("2d");
  ctx.fillStyle = "red";
  ctx.fillRect (0, 0, 50, 50);
</script>

2. Under valija, this runs and renders a red box.  Under es53:

The property 'fillStyle' is not writable.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Reply via email to