Bug 36861 - [chromium] Fix test_expectations for new test added in r56795
Summary: [chromium] Fix test_expectations for new test added in r56795
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 16:16 PDT by Hin-Chung Lam
Modified: 2010-03-30 16:44 PDT (History)
0 users

See Also:


Attachments
Patch (1.34 KB, patch)
2010-03-30 16:22 PDT, Hin-Chung Lam
levin: review+
levin: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hin-Chung Lam 2010-03-30 16:16:23 PDT
[chromium
Comment 1 Hin-Chung Lam 2010-03-30 16:22:25 PDT
Created attachment 52096 [details]
Patch
Comment 2 David Levin 2010-03-30 16:27:33 PDT
Comment on attachment 52096 [details]
Patch

> diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
> +        * platform/chromium/test_expectations.txt:
> +        Expects svg/animations/animate-points.html to fail because a API is missing
a/a API/an API/

> diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt  
> +// Caused by http://trac.webkit.org/changeset/56795
> +// This is a new test but fails to with on Chromium because of missing API.

s/with on/in/
s/of missing/of a missing/
> +BUG39904 : svg/animations/animate-points.html = TEXT TIMEOUT
Comment 3 Hin-Chung Lam 2010-03-30 16:44:59 PDT
Committed r56814: <http://trac.webkit.org/changeset/56814>