Commit 1a8db142 authored by Julie Jeongeun Kim's avatar Julie Jeongeun Kim Committed by Commit Bot

[css-flexbox] Move percentage-sizes-quirks.html to WPT

This CL migrates this test out of
third_party/blink/web_tests/css3/flexbox and into the WPT-specific
directory, adding links to the relevant specs and a test assertion
describing its purpose and renames it to
percentage-size-quirks-001.html.

Bug: 1063749
Change-Id: I0fd18022c94cc4d539a6e8f79efbfd6e658863cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134466
Commit-Queue: David Grogan <dgrogan@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756519}
parent b09c16c1
<title>CSS Flexbox: percentage size in flexbox children in quirks mode</title>
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-containers">
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#percentage-sizing">
<link rel="help" href="https://bugs.webkit.org/show_bug.cgi?id=81809">
<meta name="assert" content="This test checks that percentage height/width values in quirks mode are correctly resolved in flexbox children.">
<style> <style>
.flexbox { .flexbox {
display: flex; display: flex;
...@@ -33,9 +38,9 @@ ...@@ -33,9 +38,9 @@
background-color: purple; background-color: purple;
} }
</style> </style>
<script src="../../resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
<script src="../../resources/check-layout-th.js"></script> <script src="/resources/check-layout-th.js"></script>
<body onload="checkLayout('.flexbox')"> <body onload="checkLayout('.flexbox')">
<div id=log></div> <div id=log></div>
......
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