Changeset 101294 in webkit


Ignore:
Timestamp:
Nov 28, 2011, 3:33:38 PM (13 years ago)
Author:
haraken@chromium.org
Message:

Unreviewed, s/SyntaxError/TypeError/ in the flaky test result.

  • platform/chromium-win/fast/workers/worker-constructor-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r101292 r101294  
     12011-11-28  Kentaro Hara  <haraken@chromium.org>
     2
     3        Unreviewed, s/SyntaxError/TypeError/ in the flaky test result.
     4
     5        * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
     6
    172011-11-28  Robert Hogan  <robert@webkit.org>
    28
  • trunk/LayoutTests/platform/chromium-win/fast/workers/worker-constructor-expected.txt

    r56268 r101294  
    33PASS: toString exception propagated correctly.
    44PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
    5 PASS: invoking Worker constructor without arguments resulted in an exception (SyntaxError: Not enough arguments)
     5PASS: invoking Worker constructor without arguments resulted in an exception (TypeError: Not enough arguments)
    66PASS: invoking Worker constructor with empty script URL resulted in an exception (Error: SYNTAX_ERR: DOM Exception 12)
    77PASS: invoking Worker constructor with invalid script URL resulted in an exception (Error: SYNTAX_ERR: DOM Exception 12)
Note: See TracChangeset for help on using the changeset viewer.