Changeset 185793 in webkit
- Timestamp:
- Jun 20, 2015, 8:10:33 AM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r185792 r185793 1 2015-06-20 David Kilzer <ddkilzer@apple.com> 2 3 REGRESSION (r185779): fast/canvas/canvas-too-large-to-draw.html is still broken 4 5 This layout test started failing after the fix for: 6 7 Extremely large canvas crashes on pre-El Capitan machines 8 https://bugs.webkit.org/show_bug.cgi?id=146169 9 <rdar://problem/21410046> 10 11 Different limits require different test results for each 12 platform. Also update the line number from 35 to 36 since the 13 html test file was modified in r185792. 14 15 * fast/canvas/canvas-too-large-to-draw-expected.txt: 16 - Update limit to 16384x16384 for El Capitan (and other ports) 17 and update line number. 18 * platform/ios-simulator/fast/canvas/canvas-too-large-to-draw-expected.txt: Added. 19 - New results with 4096x4096 limit for iOS. 20 * platform/mac-yosemite/fast/canvas/canvas-too-large-to-draw-expected.txt: Added. 21 - New results with 8192x8192 limit for Mac OS X 10.10.x and older. 22 1 23 2015-06-20 David Kilzer <ddkilzer@apple.com> 2 24 -
trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt
r185787 r185793 1 CONSOLE MESSAGE: line 3 5: Canvas area exceeds the maximum limit (width * height > 67108864).1 CONSOLE MESSAGE: line 36: Canvas area exceeds the maximum limit (width * height > 268435456). 2 2
Note:
See TracChangeset
for help on using the changeset viewer.