Commit d78653f2 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

[WPT migration] Move align-baseline.html test from css3/flexbox to WPT

align-baseline.html can be migrated to WPT because it doesn't use
Blink internal APIs as well as doesn't have an image baseline. Besides,
the spec exists.

Bug: 1063749
Change-Id: I99706d7929bc572d6fbc4b9ec0d217d7feca920d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114477Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#752688}
parent 39b1eaa9
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<link href="resources/flexbox.css" rel="stylesheet"> <link href="support/flexbox.css" rel="stylesheet">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-align-items-baseline">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap-reverse">
<link rel="match" href="reference/align-baseline-ref.html">
<style> <style>
body { body {
margin: 0; margin: 0;
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<link href="resources/flexbox.css" rel="stylesheet"> <link href="../support/flexbox.css" rel="stylesheet">
<style> <style>
body { body {
margin: 0; margin: 0;
......
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