Commit 5508f400 authored by Julie Jeongeun Kim's avatar Julie Jeongeun Kim Committed by Commit Bot

[css-flexbox] Move floated-flexitem.html test from css3/flexbox to WPT

Migrate this test out of third_party/blink/web_tests/css3/flexbox
and into the WPT-specific directory, adding links to the relevant
specs, a test assertion describing its purpose, and a ref link.

Bug: 1063749
Change-Id: I0d0850d82caaf1ac3bdfb55e28179592ea5bdf67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120080Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Commit-Queue: Julie Kim <jkim@igalia.com>
Cr-Commit-Position: refs/heads/master@{#753488}
parent 29fafbba
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<title>CSS Flexbox: Ensure flex item proper formatting context.</title>
<link rel="match" href="reference/floated-flexitem-ref.html">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-items">
<meta name="assert" content="This test checks that the flex items of a flex container participate in their container’s flex formatting context, not in a block formatting context.">
<style> <style>
#flexbox { #flexbox {
background-color: lightgrey; background-color: lightgrey;
......
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