WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110708
Fix the tests based on computedStyleIncludingVisitedInfo for asynchronous update of the visited style
https://bugs.webkit.org/show_bug.cgi?id=110708
Summary
Fix the tests based on computedStyleIncludingVisitedInfo for asynchronous upd...
Benjamin Poulain
Reported
2013-02-24 00:08:09 PST
Fix the tests based on computedStyleIncludingVisitedInfo for asynchronous update of the visited style
Attachments
Patch
(15.79 KB, patch)
2013-02-24 00:15 PST
,
Benjamin Poulain
rniwa
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2013-02-24 00:15:46 PST
Created
attachment 189960
[details]
Patch
Ryosuke Niwa
Comment 2
2013-02-26 21:16:38 PST
Comment on
attachment 189960
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=189960&action=review
> LayoutTests/ChangeLog:11 > + WebKit because the list of visited URLs is maintained outside the Web Process.
Nit: WebProcess.
> LayoutTests/fast/js/resources/js-test-pre.js:347 > + if (typeof _a != "string" || typeof _b != "string") > + debug("WARN: shouldBecomeDifferent() expects string arguments"); > + if (timeout === undefined) > + timeout = 500; > + > + var condition = function() { > + var exception; > + var _av; > + try { > + _av = eval(_a); > + } catch (e) { > + exception = e; > + } > + var _bv = eval(_b); > + if (exception) > + testFailed(_a + " should became not equal to " + _bv + ". Threw exception " + exception); > + if (!isResultCorrect(_av, _bv)) { > + testPassed(_a + " became different from " + _b); > + return true; > + } > + return false; > + };
It's unfortunate that we have to duplicate so much code.
> LayoutTests/fast/js/resources/js-test-pre.js:348 > + var failureTime = Date.now() + timeout;
We should probably call window.performance.now() when available so that we may not get affected by the system clock being adjusted while we're running this test. But that should probably be done in a separate patch since we also want to fix shouldBecomeEqual.
Benjamin Poulain
Comment 3
2013-02-27 00:31:11 PST
Committed
r144152
: <
http://trac.webkit.org/changeset/144152
>
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