| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-001.html
|
| index 3560c891a46992231455bff7e23694234bdb4efc..0abf6ea898a7fe69a3232327d4c176a4ddd0e3e1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-001.html
|
| @@ -1,12 +1,12 @@
|
| <!DOCTYPE html>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| -<!-- Testcase to ensure we handle ::before and ::after pseudo-elements on
|
| +-->
|
| +<!-- Testcase to ensure we handle ::before and ::after pseudo-elements on
|
| a flex container and treat them as flex items (e.g. honoring "align-self",
|
| and not merging them into anonymous flex items formed around text).
|
| - -->
|
| +-->
|
| <html>
|
| <head>
|
| <title>CSS Test: Testing that generated content nodes are treated as a flex items</title>
|
|
|