| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-004-expected.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-004-expected.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-004-expected.xhtml
|
| index d7e7adc49681840c6e1258c046bcb88eca0b3c18..faeb28662f71d7c8fe05d075aa7581acaf286c8c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-004-expected.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-004-expected.xhtml
|
| @@ -1,12 +1,12 @@
|
| <?xml version="1.0" encoding="UTF-8"?>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| -<!-- Reference case for align-items / align-self behavior in a vertical
|
| +-->
|
| +<!-- Reference case for align-items / align-self behavior in a vertical
|
| "direction: rtl" flex container, using blocks in place of flex items and
|
| using float and width keywords to emulate the align-items / align-self
|
| - properties. -->
|
| + properties. -->
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| <title>CSS Reftest Reference</title>
|
| @@ -76,10 +76,10 @@
|
| <div class="flex-start big">a b</div>
|
| <div class="clearFloats"></div>
|
| <div class="stretch">stretch</div>
|
| - <!-- Force a 3px + 1px = 4px margin between this and the previous div
|
| + <!-- Force a 3px + 1px = 4px margin between this and the previous div
|
| (to thwart the effects of margin-collapsing). This is the only
|
| place we need this hack, because everywhere else in this test
|
| - we use floats or inline-blocks, whose margins don't collapse. -->
|
| + we use floats or inline-blocks, whose margins don't collapse. -->
|
| <div class="stretch big" style="margin-top: 4px">a b</div>
|
| <div class="centerParent">
|
| <div class="center">center</div>
|
|
|