Bug 144803
| Summary: | [EFL] viewport-percentage-lengths-foo.html tests have been failed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> |
| Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | lucas.de.marchi, piorkowskiprzemyslaw, ryuan.choi |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Gyuyoung Kim
It looks below tests have been failed after using xorgdriver on EFL port.
css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html [ Timeout ]
css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html [ Timeout ]
css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html [ Timeout ]
css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html [ Timeout ]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Przemyslaw Piorkowski
Running listed tests with command
run-webkit-tests --efl
ends with output "The test ran as expected.".
Does it means that this problem does not exist ?
Gyuyoung Kim
(In reply to comment #1)
> Running listed tests with command
> run-webkit-tests --efl
> ends with output "The test ran as expected.".
>
> Does it means that this problem does not exist ?
No, actual test result is same with expectation result. If we mark A test to [ Timeout ] and actual test result is timeout, output is "The test ran as expected".
Ryuan Choi
(In reply to comment #2)
> (In reply to comment #1)
> > Running listed tests with command
> > run-webkit-tests --efl
> > ends with output "The test ran as expected.".
> >
> > Does it means that this problem does not exist ?
>
> No, actual test result is same with expectation result. If we mark A test to
> [ Timeout ] and actual test result is timeout, output is "The test ran as
> expected".
Gyuyoung,
You already unskipped this in r184981.
So, I think that this bug is invalid now.