RESOLVED FIXED 25471
fast/forms/textarea-metrics.html failing on windows
https://bugs.webkit.org/show_bug.cgi?id=25471
Summary fast/forms/textarea-metrics.html failing on windows
Ojan Vafai
Reported 2009-04-29 16:47:11 PDT
The expected results are just wrong. There's a race with JS tests that have setTimeouts in them. See http://build.webkit.org/results/Windows%20Release%20(Tests)/r43017%20(546)/fast/forms/textarea-metrics-pretty-diff.html and bug 25469. For now the test just needs to be modified to not use a setTimeout.
Attachments
2009-04-29 Ojan Vafai <ojan@chromium.org> (9.74 KB, patch)
2009-04-29 17:19 PDT, Ojan Vafai
eric: review+
Ojan Vafai
Comment 1 2009-04-29 17:19:38 PDT
Created attachment 29899 [details] 2009-04-29 Ojan Vafai <ojan@chromium.org> Reviewed by NOBODY (OOPS!). Fix this test to only use a setTimeout in IE. It doesn't need a timeout in WebKit and the timeout requires using waitUntilDone/notifyDone, which doesn't play nicely with JS tests. See https://bugs.webkit.org/show_bug.cgi?id=25471 * fast/forms/resources/textarea-metrics.js: (assertTextareaMetrics): * fast/forms/textarea-metrics-expected.txt: * platform/win/fast/forms/textarea-metrics-expected.txt: * platform/win/Skipped: --- 5 files changed, 60 insertions(+), 60 deletions(-)
Eric Seidel (no email)
Comment 2 2009-04-29 17:22:17 PDT
Comment on attachment 29899 [details] 2009-04-29 Ojan Vafai <ojan@chromium.org> r=me
Ojan Vafai
Comment 3 2009-04-29 17:42:07 PDT
Note You need to log in before you can comment on or make changes to this bug.