| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-img-horiz-001-expected.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-img-horiz-001-expected.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-img-horiz-001-expected.xhtml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..94cec0a169ffdfc5825e14e65f6b5f8cf74c1e19
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-img-horiz-001-expected.xhtml
|
| @@ -0,0 +1,60 @@
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<!--
|
| + Any copyright is dedicated to the Public Domain.
|
| + http://creativecommons.org/publicdomain/zero/1.0/
|
| + -->
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| + <head>
|
| + <title>CSS Reftest Reference</title>
|
| + <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
|
| + <style>
|
| + div.flexbox {
|
| + width: 200px;
|
| + background: lightgreen;
|
| + margin-bottom: 5px;
|
| + line-height: 8px;
|
| + }
|
| + img {
|
| + width: 10px;
|
| + height: 20px;
|
| + border: 1px dotted green;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <div class="flexbox">
|
| + <img src="support/solidblue.png"/>
|
| + </div>
|
| +
|
| + <div class="flexbox" style="height: 22px">
|
| + some words
|
| + <img src="support/solidblue.png" style="float:right"/>
|
| + </div>
|
| +
|
| + <div class="flexbox">
|
| + <img src="support/solidblue.png" style="width: 122.5px"
|
| + /><img src="support/solidblue.png" style="width: 73.5px"/>
|
| + </div>
|
| +
|
| + <div class="flexbox">
|
| + <img src="support/solidblue.png" style="width: 93px"
|
| + /><img src="support/solidblue.png" style="width: 103px"/>
|
| + </div>
|
| +
|
| + <div class="flexbox">
|
| + <img src="support/solidblue.png" style="width: 114px"
|
| + /><img src="support/solidblue.png" style="width: 82px"/>
|
| + </div>
|
| +
|
| + <div class="flexbox">
|
| + <img src="support/solidblue.png" style="width: 106px"
|
| + /><img src="support/solidblue.png" style="width: 90px"/>
|
| + </div>
|
| +
|
| + <div class="flexbox">
|
| + <img src="support/solidblue.png" style="width: 46px"
|
| + /><img src="support/solidblue.png" style="width: 150px"/>
|
| + </div>
|
| +
|
| + </body>
|
| +</html>
|
|
|