Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001-expected.html

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001-expected.html
index daa855c84244df9e1a14aa3a841fa62727972596..1528298dd06a8dea34bfb5897004321b1feadbf2 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001-expected.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001-expected.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<!--
+<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
- -->
-<!-- Reference case, using inline-block instead of inline-flex, and with the
+-->
+<!-- Reference case, using inline-block instead of inline-flex, and with the
unaligned children taken out of baseline-alignment with
"vertical-align:top".
- -->
+-->
<html>
<head>
<title>CSS Reftest Reference</title>
@@ -40,13 +40,19 @@
<body>
<div style="display: inline-block; margin-top: 12px">a</div>
<div class="flexContainer" style="margin-top: 20px">
- <div class="smallFont">b</div><div>c</div><div class="hugeAndUnaligned">d</div>
+ <div class="smallFont">b</div
+ ><div>c</div
+ ><div class="hugeAndUnaligned">d</div>
</div>
<div class="flexContainer">
- <div class="hugeAndUnaligned">e</div><div>f</div><div class="smallFont">g</div>
+ <div class="hugeAndUnaligned">e</div
+ ><div>f</div
+ ><div class="smallFont">g</div>
</div>
<div class="flexContainer">
- <div class="hugeAndUnaligned">h</div><div class="smallFont">i</div><div>j</div>
+ <div class="hugeAndUnaligned">h</div
+ ><div class="smallFont">i</div
+ ><div>j</div>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698