Changeset 185787 in webkit


Ignore:
Timestamp:
Jun 19, 2015 6:46:17 PM (9 years ago)
Author:
dino@apple.com
Message:

Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>

Update expected results.

  • fast/canvas/canvas-toDataURL-crash-expected.txt:
  • fast/canvas/canvas-too-large-to-draw-expected.txt:
  • fast/canvas/pattern-too-large-to-create-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r185784 r185787  
     12015-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
    1132015-06-19  Devin Rousso  <drousso@apple.com>
    214
  • 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).
     1CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 67108864).
    22PASS
    33
  • 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).
     1CONSOLE MESSAGE: line 35: Canvas area exceeds the maximum limit (width * height > 67108864).
    22 
  • 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).
     1CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 67108864).
    22PASS: Saw exception.
Note: See TracChangeset for help on using the changeset viewer.