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

Unified Diff: LayoutTests/css3/flexbox/flex-longhand-parsing-expected.txt

Issue 478233004: Flexbox flex: 1 incorrectly sets flex-basis to 0px (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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-longhand-parsing-expected.txt
diff --git a/LayoutTests/css3/flexbox/flex-longhand-parsing-expected.txt b/LayoutTests/css3/flexbox/flex-longhand-parsing-expected.txt
index da9c6a096443eb0814d36bccf37210ff05d0abed..23b1ca392466c74b12d416f7651b35176d45f4df 100644
--- a/LayoutTests/css3/flexbox/flex-longhand-parsing-expected.txt
+++ b/LayoutTests/css3/flexbox/flex-longhand-parsing-expected.txt
@@ -28,11 +28,11 @@ PASS flexitem.style.webkitFlexBasis is "auto"
PASS getComputedStyle(flexitem).webkitFlex is "0 0 auto"
PASS flexitem.style.webkitFlex is "1.5 0 auto"
PASS getComputedStyle(flexitem).webkitFlex is "1.5 0 auto"
-PASS flexitem.style.webkitFlex is "3 1 0px"
+PASS flexitem.style.webkitFlex is "3 1 0%"
PASS flexitem.style.webkitFlexGrow is "3"
PASS flexitem.style.webkitFlexShrink is "1"
-PASS flexitem.style.webkitFlexBasis is "0px"
-PASS getComputedStyle(flexitem).webkitFlex is "3 1 0px"
+PASS flexitem.style.webkitFlexBasis is "0%"
+PASS getComputedStyle(flexitem).webkitFlex is "3 1 0%"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/css3/flexbox/flex-longhand-parsing.html ('k') | LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698