Bug 91946
Summary: | [chromium] Layout test platform/chromium/fast/events/rtl-scrollbar.html is flaky on Linux, Win DBG | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stephen White <senorblanco> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Stephen White
Seems to be passing, but has different text output. expected results are:
---
Test that we can scroll down an RTL element with its left-side scrollbar.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
PASS document.getElementById('overflow').scrollTop > scrollTop is true
---
but occasionally we get:
---
Test that we can scroll down an RTL element with its left-side scrollbar.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById('overflow').scrollTop > scrollTop is true
PASS successfullyParsed is true
TEST COMPLETE
---
Race condition / timing issue?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen Chenney
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.