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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-005-expected.xhtml

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-justify-content-horiz-005-expected.xhtml
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-005-expected.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-005-expected.xhtml
index 1bbe027e50d2f0c4c7f7bfabc9ba2512e7d9848f..689b3ca53740d7bac000ace35328c0db7df8e3b5 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-005-expected.xhtml
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-005-expected.xhtml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
- -->
+-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
@@ -38,7 +38,7 @@
</head>
<body>
- <!-- default (start) -->
+ <!-- default (start) -->
<div class="flexbox">
<div class="a"/>
</div>
@@ -49,7 +49,7 @@
<div class="a"/><div class="b"/><div class="c"/>
</div>
- <!-- flex-start -->
+ <!-- flex-start -->
<div class="flexbox">
<div class="a"/>
</div>
@@ -60,7 +60,7 @@
<div class="a"/><div class="b"/><div class="c"/>
</div>
- <!-- flex-end -->
+ <!-- flex-end -->
<div class="flexbox" style="float:right; clear:right;">
<div class="a"/>
</div>
@@ -72,7 +72,7 @@
</div>
<div style="clear:right;"></div>
- <!-- center -->
+ <!-- center -->
<div class="centerParent">
<div class="flexbox center">
<div class="a"/>
@@ -89,7 +89,7 @@
</div>
</div>
- <!-- space-between -->
+ <!-- space-between -->
<div class="flexbox">
<div class="a"/>
</div>
@@ -99,25 +99,25 @@
<div class="flexbox">
<div class="a" style="display:block; float: left"/>
<div class="c" style="float:right"/>
- <!-- Use fixed-size margins to subtract space for "a" and "c", and then
- use auto margins to center 'b' within the remaining space -->
+ <!-- Use fixed-size margins to subtract space for "a" and "c", and then
+ use auto margins to center 'b' within the remaining space -->
<div style="display: block; margin-left: 10px; margin-right: 100px">
<div class="b" style="margin: auto"/>
</div>
</div>
- <!-- space-around -->
- <!-- Center "a" here just as we did above in the "center" case. -->
+ <!-- space-around -->
+ <!-- Center "a" here just as we did above in the "center" case. -->
<div class="centerParent">
<div class="flexbox center">
<div class="a"/>
</div>
</div>
- <!-- For the rest, we'll use a flex container with invisible flexible items
+ <!-- For the rest, we'll use a flex container with invisible flexible items
instead of packing space. That's simpler than trying to hack up
a width-independent reference case for "justify-content: space-around".
(There are other reftests to ensure that basic flex container
- behavior is correct, so it's safe to rely on it here.) -->
+ behavior is correct, so it's safe to rely on it here.) -->
<div class="flexbox" style="display: flex">
<div style="flex: 0.5"/>
<div class="a"/>

Powered by Google App Engine
This is Rietveld 408576698