[Webkit-unassigned] [Bug 105407] New: Current error reporting method used by check-layout.js should not affect subsequent sub-tests using checking data-offset-y.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 02:24:28 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105407

           Summary: Current error reporting method used by check-layout.js
                    should not affect subsequent sub-tests using checking
                    data-offset-y.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pravind.2k4 at gmail.com


Description:
Consider a testcase which contains a set of sub-tests all checking if the element has correct data-offset-y(offsetTop).

When one of the sub-tests fails, the failure msg is appended to the elements container(in our case, its the sub-test). 
This extra content changes the offsetTop of other subsequent sub-tests and all sub-tests following the failing test case also fail.

This becomes confusing/time consuming when either creating a test-case or debugging test failure.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list