Skip to content
  • Ian Kilpatrick's avatar
    Bug 1640924 [wpt PR 23774] - [wpt] Fix css-contain "replaced" tests., a=testonly · f42c271c
    Ian Kilpatrick authored
    Automatic update from web-platform-tests
    [wpt] Fix css-contain "replaced" tests.
    
    These tests were inadvertently testing our UA stylesheet for the audio
    element. In our UA stylesheet we have:
    audio {
      width: Xpx;
      height: Ypx;
    }
    
    which means that the intrinsic size tests are failing. This fixes the
    tests to change the width/height when appropriate to "auto".
    
    There is probably a discussion which needs to be had about the UA style
    for the audio element, but not today.
    
    Bug: 960385
    Change-Id: I3c5e1362015dec9cc95b7f4683a552e4afcc7424
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212635
    
    
    Commit-Queue: Koji Ishii <kojii@chromium.org>
    Auto-Submit: Ian Kilpatrick <ikilpatrick@chromium.org>
    Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#771803}
    
    --
    
    wpt-commits: cbfde04695a79256d42991513c83a7b97dc14fcd
    wpt-pr: 23774
    f42c271c