Changeset 185787 in webkit
- Timestamp:
- Jun 19, 2015, 6:46:17 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r185784 r185787 1 2015-06-19 Dean Jackson <dino@apple.com> 2 3 Extremely large canvas crashes on pre-El Capitan machines 4 https://bugs.webkit.org/show_bug.cgi?id=146169 5 <rdar://problem/21410046> 6 7 Update expected results. 8 9 * fast/canvas/canvas-toDataURL-crash-expected.txt: 10 * fast/canvas/canvas-too-large-to-draw-expected.txt: 11 * fast/canvas/pattern-too-large-to-create-expected.txt: 12 1 13 2015-06-19 Devin Rousso <drousso@apple.com> 2 14 -
trunk/LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt
r185603 r185787 1 CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 268435456).1 CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 67108864). 2 2 PASS 3 3 -
trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt
r185603 r185787 1 CONSOLE MESSAGE: line 35: Canvas area exceeds the maximum limit (width * height > 268435456).1 CONSOLE MESSAGE: line 35: Canvas area exceeds the maximum limit (width * height > 67108864). 2 2 -
trunk/LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt
r185603 r185787 1 CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 268435456).1 CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 67108864). 2 2 PASS: Saw exception.
Note:
See TracChangeset
for help on using the changeset viewer.