Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-003-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-003-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-003-expected.html |
| index e47b73035dc731ce96b3090d09b7a15d3cb3a52b..d65eb5152f942413e36945ce8f3f65ff3c507950 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-003-expected.html |
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-003-expected.html |
| @@ -26,10 +26,14 @@ |
| .fakeBefore { |
| content: 'b'; |
| background: yellow; |
| + align-self: center; |
| + order: 1; |
| } |
| .fakeAfter { |
| content: 'a'; |
| background: lightblue; |
| + align-self: center; |
| + order: -1; |
| } |
| </style> |
| </head> |