Changeset 246037 in webkit


Ignore:
Timestamp:
Jun 3, 2019 9:37:27 AM (5 years ago)
Author:
Devin Rousso
Message:

Flaky Test: inspector/canvas/recording.html
https://bugs.webkit.org/show_bug.cgi?id=198470

Reviewed by Timothy Hatcher.

  • inspector/canvas/recording.html:

The ordering of <canvas> in WI.canvasManager.canvases isn't always the same, so we should
perform the action on every <canvas> since we know we'll be recording at least one of them.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246027 r246037  
     12019-06-03  Devin Rousso  <drousso@apple.com>
     2
     3        Flaky Test: inspector/canvas/recording.html
     4        https://bugs.webkit.org/show_bug.cgi?id=198470
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * inspector/canvas/recording.html:
     9        The ordering of <canvas> in `WI.canvasManager.canvases` isn't always the same, so we should
     10        perform the action on every <canvas> since we know we'll be recording at least one of them.
     11
    1122019-06-02  Devin Rousso  <drousso@apple.com>
    213
  • trunk/LayoutTests/inspector/canvas/recording.html

    r246027 r246037  
    99function performActionsNaN() {
    1010    contextA.globalAlpha = NaN;
     11    contextB.globalAlpha = NaN;
    1112}
    1213
Note: See TracChangeset for help on using the changeset viewer.