WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
111592
fast/css/hover-update.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=111592
Summary
fast/css/hover-update.html is flaky
Ryosuke Niwa
Reported
2013-03-06 10:14:50 PST
webkit.org:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fcss%2Fhover-update.html
chromium.org
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20chromium.org&tests=fast%2Fcss%2Fhover-update.html
Attachments
Patch
(5.24 KB, patch)
2013-03-06 10:46 PST
,
Tony Chang
no flags
Details
Formatted Diff
Diff
Patch for landing
(5.61 KB, patch)
2013-03-06 11:46 PST
,
Tony Chang
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2013-03-06 10:22:30 PST
Added a failing test expectation in
http://trac.webkit.org/changeset/144944
.
Tony Chang
Comment 2
2013-03-06 10:42:15 PST
***
Bug 85951
has been marked as a duplicate of this bug. ***
Tony Chang
Comment 3
2013-03-06 10:42:39 PST
***
Bug 80246
has been marked as a duplicate of this bug. ***
Tony Chang
Comment 4
2013-03-06 10:46:49 PST
Created
attachment 191790
[details]
Patch
Ryosuke Niwa
Comment 5
2013-03-06 10:49:01 PST
Comment on
attachment 191790
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=191790&action=review
Let's try this.
> LayoutTests/fast/css/hover-update.html:31 > + if (timeSinceStartedCheckingMs < 200 && window.getComputedStyle(document.getElementById('b'), null).backgroundColor != expectedBackgroundColor) { > + setTimeout(finish, 10); > + return; > + } > + shouldBeEqualToString("window.getComputedStyle(document.getElementById('b'), null).backgroundColor", expectedBackgroundColor);
Nit: It seems like window. is unnecessary?
Tony Chang
Comment 6
2013-03-06 11:45:04 PST
Comment on
attachment 191790
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=191790&action=review
>> LayoutTests/fast/css/hover-update.html:31 >> + shouldBeEqualToString("window.getComputedStyle(document.getElementById('b'), null).backgroundColor", expectedBackgroundColor); > > Nit: It seems like window. is unnecessary?
Yeah, I didn't want to change the expected results which lists this string verbatim.
Tony Chang
Comment 7
2013-03-06 11:45:34 PST
Comment on
attachment 191790
[details]
Patch Actually, I can get rid of it in the 'if' above.
Tony Chang
Comment 8
2013-03-06 11:46:53 PST
Created
attachment 191805
[details]
Patch for landing
WebKit Review Bot
Comment 9
2013-03-06 12:26:16 PST
Comment on
attachment 191805
[details]
Patch for landing Clearing flags on attachment: 191805 Committed
r144963
: <
http://trac.webkit.org/changeset/144963
>
WebKit Review Bot
Comment 10
2013-03-06 12:26:21 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug