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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.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-multi-line-horiz-003.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html
index ae84841dd152944cbc18391a2a8ad001c6b72f5f..ef7d787beb6ad8386a1e4078ad1a41bb5fc31592 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
-<!--
+<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
- -->
+-->
<html>
<head>
<title>CSS Test: Testing the baseline of a horizontal multi-line (wrap) flex container with baseline-aligned items on first line</title>
@@ -42,8 +42,8 @@
</head>
<body>
a
- <!-- Flex container with second item in first line baseline-aligned
- (should set the container's baseline) -->
+ <!-- Flex container with second item in first line baseline-aligned
+ (should set the container's baseline) -->
<div class="flexContainer">
<div class="medFont">b</div>
<div class="bigFont" style="align-self: baseline">c</div>
@@ -51,8 +51,8 @@
<div class="smallFont">e</div>
</div>
- <!-- Flex container with both items in first line baseline-aligned
- (should set the container's baseline) -->
+ <!-- Flex container with both items in first line baseline-aligned
+ (should set the container's baseline) -->
<div class="flexContainer">
<div class="smallFont" style="align-self: baseline">f</div>
<div class="medFont" style="align-self: baseline">g</div>
@@ -60,8 +60,8 @@
<div class="smallFont">i</div>
</div>
- <!-- Flex container with all items baseline-aligned, and with some padding
- (only those on first line should set the container's baseline) -->
+ <!-- Flex container with all items baseline-aligned, and with some padding
+ (only those on first line should set the container's baseline) -->
<div class="flexContainer" style="align-items: baseline">
<div class="bigFont">j</div>
<div class="smallFont" style="padding-bottom: 20px">k</div>

Powered by Google App Engine
This is Rietveld 408576698