Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a (broken) Acid2 reftest. Fix #1993 #2741

Merged
merged 2 commits into from Aug 21, 2014
Merged

Commits on Aug 21, 2014

  1. Add a (broken) Acid2 reftest. Fix #1993

    The rendering is incorrect
    and the test is marked as flaky on Linux or on GPU rendering,
    but this should help catch further regressions.
    
    The test is modified to add the following CSS:
    
        .intro { display: none }
        html #top { margin-top: 0 }
    
    To disable the "scrolling" part of the test.
    
    The reference is modified to match the current rendering of the test:
    
    * Rows 4 and 5 (eyes) have a red background.
    * The nose is not quite where it should be.
    * Row 12’s height is 3px more than it should be.
    
    (See http://www.webstandards.org/action/acid2/guide/ for row numbers.)
    
    The nose issue seems be related to rounding vs truncating
    when pixel-snapping borders, but this is only a guess.
    SimonSapin committed Aug 21, 2014
You can’t perform that action at this time.