Commit ef6ef716 authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

[css-flexbox] Migrate flexbox-height-with-overflow-auto.html to WPT

As part of this move, the test was renamed to flexbox-overflow-auto-002.html.

BUG=1063749
R=dgrogan@chromium.org

Change-Id: I35b258bed47050051139020a1fc3147d08333fbd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120544
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754006}
parent a054471c
<!DOCTYPE html>
<html>
<link href="resources/flexbox.css" rel="stylesheet">
<title>CSS Flexbox: Height with overflow: auto.</title>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-direction-property">
<link rel="help" href="https://www.w3.org/TR/css-overflow-4/#classic-scrollbars">
<meta name="assert" content="This test ensures that flexbox with 'flex-direction: row|row-reverse' and a flex item child with 'overflow: auto' has the proper height."/>
<style>
.flexbox {
border: 5px solid green;
......@@ -25,9 +29,9 @@
writing-mode: vertical-rl;
}
</style>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../resources/check-layout-th.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
<body onload="checkLayout('.flexbox, .inline-flexbox')">
<div id=log></div>
<div class="flexbox" data-expected-height="47">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment