Commit 6de61885 authored by David Grogan's avatar David Grogan Committed by Commit Bot

Add missing css include to old flexbox test

It got dropped a long time ago http://wkb.ug/98464

Without it the second flex box is row instead of the intended column.

Change-Id: Ic4e60cb14eb8584e89b5ac019e837647d1280c13
Reviewed-on: https://chromium-review.googlesource.com/991084Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547566}
parent 5427032a
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<link href="resources/flexbox.css" rel="stylesheet">
<style> <style>
.flexbox { .flexbox {
background-color: teal; background-color: teal;
......
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