Bug 36283 - REGRESSION: CSS3 test of getComputedStyle() for background-repeat fails
Summary: REGRESSION: CSS3 test of getComputedStyle() for background-repeat fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Major
Assignee: Dave Hyatt
URL: http://samples.msdn.microsoft.com/iet...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 20:37 PDT by Simon Fraser (smfr)
Modified: 2010-03-18 11:03 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.21 KB, patch)
2010-03-18 10:59 PDT, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-03-17 20:37:34 PDT
This test fails:
http://samples.msdn.microsoft.com/ietestcenter/domstyle/backgroundRepeat.htm

It expects "repeat-x", we return "repeat no-repeat".
Comment 1 Dave Hyatt 2010-03-18 10:59:34 PDT
Created attachment 51054 [details]
Patch
Comment 2 Simon Fraser (smfr) 2010-03-18 11:01:31 PDT
Comment on attachment 51054 [details]
Patch



> Index: LayoutTests/fast/backgrounds/background-repeat-computed-style.html
> ===================================================================
> --- LayoutTests/fast/backgrounds/background-repeat-computed-style.html	(revision 0)
> +++ LayoutTests/fast/backgrounds/background-repeat-computed-style.html	(revision 0)
> @@ -0,0 +1,28 @@
> +<html>

More weirdness.

> \ No newline at end of file

Fix?

r=me
Comment 3 Dave Hyatt 2010-03-18 11:03:56 PDT
Fixed in r56171.