Changeset 101294 in webkit
- Timestamp:
- Nov 28, 2011, 3:33:38 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r101292 r101294 1 2011-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 1 7 2011-11-28 Robert Hogan <robert@webkit.org> 2 8 -
trunk/LayoutTests/platform/chromium-win/fast/workers/worker-constructor-expected.txt
r56268 r101294 3 3 PASS: toString exception propagated correctly. 4 4 PASS: 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)5 PASS: invoking Worker constructor without arguments resulted in an exception (TypeError: Not enough arguments) 6 6 PASS: invoking Worker constructor with empty script URL resulted in an exception (Error: SYNTAX_ERR: DOM Exception 12) 7 7 PASS: 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.