|
| 1 | +2011-08-18 Justin Novosad < [email protected]> |
| 2 | + |
| 3 | + Unwarranted DOM Exception when when canvas2D drawImage is called with src |
| 4 | + rect out of bounds |
| 5 | + https://bugs.webkit.org/show_bug.cgi?id=65709 |
| 6 | + |
| 7 | + Reviewed by Stephen White. |
| 8 | + |
| 9 | + * fast/canvas/drawImage-clipped-source-expected.txt: Added. |
| 10 | + * fast/canvas/drawImage-clipped-source.html: Added. |
| 11 | + New test that verifies the clipping behavior when source rectangles |
| 12 | + are partially out of the bounds of the source image |
| 13 | + * fast/canvas/drawImage-clipped-source.js: Added. |
| 14 | + (patternTest.this.testPixel): |
| 15 | + (patternTest.this.testRedSquare): |
| 16 | + (patternTest.this.testPattern): |
| 17 | + (patternTest.this.testAggregatePattern): |
| 18 | + (patternTest): |
| 19 | + (drawTestPattern): |
| 20 | + (executeTest): |
| 21 | + * fast/canvas/drawImage-with-invalid-args-expected.txt: |
| 22 | + * fast/canvas/drawImage-with-invalid-args.html: |
| 23 | + This test covers (among other things) cases where the source rectangle is |
| 24 | + _completely_ outside the bounds of the source image. It was modified to no |
| 25 | + longer expect DOM exceptions |
| 26 | + * platform/chromium/test_expectations.txt: |
| 27 | + Out-dated test canvas/philip/tests/2d.drawImage.outsidesource.html |
| 28 | + is now expected to fail |
| 29 | + * platform/mac/Skipped: |
| 30 | + Skipping canvas/philip/tests/2d.drawImage.outsidesource.html |
| 31 | + |
1 | 32 | 2011-08-18 Alexey Proskuryakov < [email protected]>
|
2 | 33 |
|
3 | 34 | [Gtk] editing/selection/regional-indicators.html fails
|
|
0 commit comments