Changeset 56925 in webkit


Ignore:
Timestamp:
Apr 1, 2010 11:37:18 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-01 Zhenyao Mo <zmo@google.com>

Reviewed by Eric Seidel.

fast/canvas/webgl/index-validation.html failed on Leopard Commit Bot
https://bugs.webkit.org/show_bug.cgi?id=36908

  • fast/canvas/webgl/script-tests/index-validation.js: Disable antialias for this test.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r56924 r56925  
     12010-04-01  Zhenyao Mo  <zmo@google.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        fast/canvas/webgl/index-validation.html failed on Leopard Commit Bot
     6        https://bugs.webkit.org/show_bug.cgi?id=36908
     7
     8        * fast/canvas/webgl/script-tests/index-validation.js: Disable antialias for this test.
     9
    1102010-04-01  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/LayoutTests/fast/canvas/webgl/script-tests/index-validation.js

    r51400 r56925  
    11description("Test of get calls against GL objects like getBufferParameter, etc.");
    22
    3 var gl = create3DContext();
     3var gl = create3DContext({ antialias: false });
    44var program = loadStandardProgram(gl);
    55
Note: See TracChangeset for help on using the changeset viewer.