Closed Bug 633861 Opened 13 years ago Closed 13 years ago

Re-enable browser_overflowScroll.js test on linux

Categories

(Firefox :: Tabbed Browser, defect)

All
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 4.0b12

People

(Reporter: hiro, Assigned: hiro)

Details

Attachments

(1 file)

I do not know why browser_overflowScroll.js has been disabled on linux since there is no description in that log <http://hg.mozilla.org/mozilla-central/rev/cf5f013caa80> but I guess the reason is that that test fails on linux.

I found the failure reason that scrolldown of tabbrowser on linux has "border-radius: 4px" so that the down button does not act the event in that test.

browser/themes/gnomestripe/browser/browser.css:

  1560 .tabbrowser-arrowscrollbox > .scrollbutton-down {

  1561   -moz-border-start: 2px solid transparent;

  1562   -moz-border-end: 0;

  1563   -moz-transition: 1s box-shadow ease-out;

  1564   border-radius: 4px;

  1565 }
Attached patch the fixSplinter Review
This works fine on local linux.
Attachment #512063 - Flags: review?(dao)
Comment on attachment 512063 [details] [diff] [review]
the fix

Thanks!
Attachment #512063 - Flags: review?(dao) → review+
Assignee: nobody → hiikezoe
Keywords: checkin-needed
http://hg.mozilla.org/mozilla-central/rev/311b7d07893d
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b12
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: