This test fails: http://samples.msdn.microsoft.com/ietestcenter/domstyle/backgroundRepeat.htm It expects "repeat-x", we return "repeat no-repeat".
Created attachment 51054 [details] Patch
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
Fixed in r56171.