Commit 3c8d74f7 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

[css-flexbox] Move stretch-simplified-layout.html test to WPT

This CL moves stretched-simplified-layout.html test from
css3/css-flexbox to external/wpt/css/css-flexbox with WPT
styles, adding links to the relevant specs, and test description.

Additionally, this test is renamed to abspos-descendent-001.html
because it seems like it's a better naming for this test.

Bug: 1063749
Change-Id: Ifa4a49ef007edfdd3c30cab3d176696e72b445e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132549
Commit-Queue: David Grogan <dgrogan@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757528}
parent cb2fcc39
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link href="resources/flexbox.css" rel="stylesheet"> <title>CSS Flexbox: removing abspos descendents</title>
<script src="../../resources/testharness.js"></script> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-containers">
<script src="../../resources/testharnessreport.js"></script> <link rel="help" href="https://drafts.csswg.org/css-flexbox/#abspos-items">
<script src="../../resources/check-layout-th.js"></script> <link rel="issue" href="https://bugs.chromium.org/p/chromium/issues/detail?id=167566">
<meta name="assert" content="This test ensures that flex item's padding doesn't disappear when an abspos descendent is removed.">
<link href="support/flexbox.css" rel="stylesheet">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
<script> <script>
window.onload = function() { window.onload = function() {
document.body.offsetHeight; document.body.offsetHeight;
......
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