Bug 36283

Summary: REGRESSION: CSS3 test of getComputedStyle() for background-repeat fails
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Major CC: hyatt
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://samples.msdn.microsoft.com/ietestcenter/domstyle/backgroundRepeat.htm
Attachments:
Description Flags
Patch simon.fraser: review+

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.