Bug 144803

Summary: [EFL] viewport-percentage-lengths-foo.html tests have been failed
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: 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   

Description Gyuyoung Kim 2015-05-08 07:57:56 PDT
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 ]
Comment 1 Przemyslaw Piorkowski 2015-06-13 15:02:38 PDT
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 ?
Comment 2 Gyuyoung Kim 2015-06-14 22:27:24 PDT
(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".
Comment 3 Ryuan Choi 2015-06-17 14:58:11 PDT
(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.