WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
95551
REGRESSION (
r127140
): fast/forms/datalist/input-appearance-range-with-datalist-rtl.html is failing
https://bugs.webkit.org/show_bug.cgi?id=95551
Summary
REGRESSION (r127140): fast/forms/datalist/input-appearance-range-with-datalis...
Sudarsana Nagineni (babu)
Reported
2012-08-31 04:01:50 PDT
fast/forms/datalist/input-appearance-range-with-datalist-rtl.html is failing on EFL bots after
r127140
.
http://trac.webkit.org/changeset/127140
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug/r127141%20%285152%29/fast/forms/datalist/input-appearance-range-with-datalist-rtl-diffs.html
Attachments
Patch
(11.42 KB, patch)
2012-10-01 10:11 PDT
,
Keishi Hattori
no flags
Details
Formatted Diff
Diff
Moved input-appearance-range-with-datalist-rtl-expected.txt
(11.33 KB, patch)
2012-10-01 10:38 PDT
,
Keishi Hattori
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Raphael Kubo da Costa (:rakuco)
Comment 1
2012-09-29 14:52:13 PDT
The "cause" seems to be the reftest itself. It works fine on, say, Chromium, because it does not seem to use a background filling color for the amount the slider has been dragged. Since the EFL port does that, expecting <input type=range value=0> to render the same as <input type=range value=100 dir=rtl> is not a valid assumption. Keishi, do you have any ideas on how we can fix the expectations here?
Keishi Hattori
Comment 2
2012-09-30 06:43:11 PDT
(In reply to
comment #1
)
> The "cause" seems to be the reftest itself. > > It works fine on, say, Chromium, because it does not seem to use a background filling color for the amount the slider has been dragged. Since the EFL port does that, expecting <input type=range value=0> to render the same as <input type=range value=100 dir=rtl> is not a valid assumption. > > Keishi, do you have any ideas on how we can fix the expectations here?
I didn't realize we had unsymmetrical sliders. I will change this test to a pixel test.
Keishi Hattori
Comment 3
2012-10-01 10:11:34 PDT
Created
attachment 166496
[details]
Patch
Raphael Kubo da Costa (:rakuco)
Comment 4
2012-10-01 10:14:52 PDT
Any reason to require an empty text dump besides the pixel expetation?
Keishi Hattori
Comment 5
2012-10-01 10:22:13 PDT
(In reply to
comment #4
)
> Any reason to require an empty text dump besides the pixel expetation?
No. How do I get rid of it?
Raphael Kubo da Costa (:rakuco)
Comment 6
2012-10-01 10:27:21 PDT
(In reply to
comment #5
)
> (In reply to
comment #4
) > > Any reason to require an empty text dump besides the pixel expetation? > > No. How do I get rid of it?
I guess it was added because you called dumpAsText(true) in the test.
Keishi Hattori
Comment 7
2012-10-01 10:34:59 PDT
(In reply to
comment #6
)
> I guess it was added because you called dumpAsText(true) in the test.
I used dumpAsText because without it I get a render tree dump. And a render tree dump will be different for each port.
Keishi Hattori
Comment 8
2012-10-01 10:38:44 PDT
Created
attachment 166503
[details]
Moved input-appearance-range-with-datalist-rtl-expected.txt
Raphael Kubo da Costa (:rakuco)
Comment 9
2012-10-01 11:54:18 PDT
(In reply to
comment #7
)
> (In reply to
comment #6
) > > I guess it was added because you called dumpAsText(true) in the test. > > I used dumpAsText because without it I get a render tree dump.
Doh, right :-)
> And a render tree dump will be different for each port.
Is this really a problem? The PNG expectations already differ anyway.
WebKit Review Bot
Comment 10
2012-10-01 12:33:08 PDT
Comment on
attachment 166503
[details]
Moved input-appearance-range-with-datalist-rtl-expected.txt
Attachment 166503
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/14084901
New failing tests: fast/forms/datalist/input-appearance-range-with-datalist-rtl.html
Ryosuke Niwa
Comment 11
2012-11-03 23:19:09 PDT
Comment on
attachment 166503
[details]
Moved input-appearance-range-with-datalist-rtl-expected.txt View in context:
https://bugs.webkit.org/attachment.cgi?id=166503&action=review
> LayoutTests/fast/forms/datalist/input-appearance-range-with-datalist-rtl.html:6 > + testRunner.dumpAsText(true);
Why do we not want to have render tree dump? That makes this test useless on all but Chromium port.f
Darin Adler
Comment 12
2013-01-16 15:16:03 PST
Comment on
attachment 166503
[details]
Moved input-appearance-range-with-datalist-rtl-expected.txt Maybe instead we can make this a reference test by using LTR sliders that look the same because of reversed data as the reference.
Anders Carlsson
Comment 13
2014-02-05 11:13:41 PST
Comment on
attachment 166503
[details]
Moved input-appearance-range-with-datalist-rtl-expected.txt Clearing review flag on patches from before 2014. If this patch is still relevant, please reset the r? flag.
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