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

Unified Diff: LayoutTests/css3/flexbox/flex-flow-padding.html

Issue 331203002: Blink doesn't honor percent heights on children of "align-self:stretch" flex items in a fixed-height (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: LayoutTests/css3/flexbox/flex-flow-padding.html
diff --git a/LayoutTests/css3/flexbox/flex-flow-padding.html b/LayoutTests/css3/flexbox/flex-flow-padding.html
index 598bb807bcc469d6b496559ef21dcdc6313ed451..f222cd4a10eb8f9dd4a46b3e3327f876ccb0d9bc 100644
--- a/LayoutTests/css3/flexbox/flex-flow-padding.html
+++ b/LayoutTests/css3/flexbox/flex-flow-padding.html
@@ -94,14 +94,14 @@ var physicalExpectations = {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 110, 10],
flexitemrow: [100, 50, 40, 10],
- childcolumn: [20, 20, 118, 23],
+ childcolumn: [20, 70, 118, 23],
childrow: [90, 20, 48, 23]
},
ltr : {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 40, 10],
flexitemrow: [100, 50, 40, 10],
- childcolumn: [20, 20, 48, 23],
+ childcolumn: [20, 70, 48, 23],
childrow: [90, 20, 48, 23]
}
},
@@ -110,14 +110,14 @@ var physicalExpectations = {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 110, 10],
flexitemrow: [100, 50, 40, 60],
- childcolumn: [20, 20, 118, 73],
+ childcolumn: [20, 70, 118, 23],
childrow: [90, 20, 48, 73]
},
ltr : {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 40, 10],
flexitemrow: [100, 50, 40, 60],
- childcolumn: [20, 20, 48, 73],
+ childcolumn: [20, 70, 48, 23],
childrow: [90, 20, 48, 73]
}
},
@@ -126,14 +126,14 @@ var physicalExpectations = {
containersize: horizontalContainerSize,
flexitemcolumn: [100, 50, 40, 60],
flexitemrow: [30, 100, 40, 10],
- childcolumn: [20, 20, 48, 73],
+ childcolumn: [90, 20, 48, 73],
childrow: [20, 70, 48, 23]
},
ltr : {
containersize: horizontalContainerSize,
flexitemcolumn: [100, 50, 40, 10],
flexitemrow: [30, 100, 40, 10],
- childcolumn: [20, 20, 48, 23],
+ childcolumn: [90, 20, 48, 23],
childrow: [20, 70, 48, 23]
}
},
@@ -142,14 +142,14 @@ var physicalExpectations = {
containersize: horizontalContainerSize,
flexitemcolumn: [100, 50, 40, 60],
flexitemrow: [30, 100, 110, 10],
- childcolumn: [20, 20, 118, 73],
+ childcolumn: [90, 20, 48, 73],
childrow: [20, 70, 118, 23]
},
ltr : {
containersize: horizontalContainerSize,
flexitemcolumn: [100, 50, 40, 10],
flexitemrow: [30, 100, 110, 10],
- childcolumn: [20, 20, 118, 23],
+ childcolumn: [90, 20, 48, 23],
childrow: [20, 70, 118, 23]
}
}
@@ -161,14 +161,14 @@ var logicalExpectations = {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 90, 10],
flexitemrow: [100, 50, 20, 10],
- childcolumn: [20, 20, 92, 23],
+ childcolumn: [20, 70, 92, 23],
childrow: [90, 20, 22, 23]
},
ltr : {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 40, 10],
flexitemrow: [100, 50, 40, 10],
- childcolumn: [20, 20, 48, 23],
+ childcolumn: [20, 70, 48, 23],
childrow: [90, 20, 48, 23]
}
},
@@ -177,14 +177,14 @@ var logicalExpectations = {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 90, 30],
flexitemrow: [100, 50, 20, 80],
- childcolumn: [20, 20, 92, 97],
+ childcolumn: [20, 70, 92, 47],
childrow: [90, 20, 22, 97]
},
ltr : {
containersize: horizontalContainerSize,
flexitemcolumn: [30, 100, 40, 30],
flexitemrow: [100, 50, 40, 80],
- childcolumn: [20, 20, 48, 97],
+ childcolumn: [20, 70, 48, 47],
childrow: [90, 20, 48, 97]
}
},
@@ -193,14 +193,14 @@ var logicalExpectations = {
containersize: verticalContainerSize,
flexitemcolumn: [100, 30, 10, 90],
flexitemrow: [50, 100, 10, 20],
- childcolumn: [20, 20, 23, 92],
+ childcolumn: [70, 20, 23, 92],
childrow: [20, 90, 23, 22]
},
ltr : {
containersize: verticalContainerSize,
flexitemcolumn: [100, 30, 10, 40],
flexitemrow: [50, 100, 10, 40],
- childcolumn: [20, 20, 23, 48],
+ childcolumn: [70, 20, 23, 48],
childrow: [20, 90, 23, 48]
}
},
@@ -209,14 +209,14 @@ var logicalExpectations = {
containersize: verticalContainerSize,
flexitemcolumn: [100, 30, 30, 90],
flexitemrow: [50, 100, 80, 20],
- childcolumn: [20, 20, 97, 92],
+ childcolumn: [70, 20, 47, 92],
childrow: [20, 90, 97, 22]
},
ltr : {
containersize: verticalContainerSize,
flexitemcolumn: [100, 30, 30, 40],
flexitemrow: [50, 100, 80, 40],
- childcolumn: [20, 20, 97, 48],
+ childcolumn: [70, 20, 47, 48],
childrow: [20, 90, 97, 48]
}
}

Powered by Google App Engine
This is Rietveld 408576698