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

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

Issue 408683002: flex shorthand incorrectly accepting 1 auto 1 (i.e. flex-basis in the middle) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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-property-parsing-expected.txt
diff --git a/LayoutTests/css3/flexbox/flex-property-parsing-expected.txt b/LayoutTests/css3/flexbox/flex-property-parsing-expected.txt
index c2245661a0ec6afd2affb8018a89adc55a9e05e3..e5244eeb6f2d629fa91e10abbddf7e125fe30228 100644
--- a/LayoutTests/css3/flexbox/flex-property-parsing-expected.txt
+++ b/LayoutTests/css3/flexbox/flex-property-parsing-expected.txt
@@ -65,6 +65,8 @@ PASS flexitem.style.webkitFlex is "1.75 2 3px"
PASS getComputedStyle(flexitem).webkitFlex is "1.75 2 3px"
PASS flexitem.style.webkitFlex is "1.75 2 3px"
PASS getComputedStyle(flexitem).webkitFlex is "1.75 2 3px"
+PASS flexitem.style.webkitFlex is "1.75 2 3px"
+PASS getComputedStyle(flexitem).webkitFlex is "1.75 2 3px"
PASS flexitem.style.webkitFlex is "1 2 3px"
PASS getComputedStyle(flexitem).webkitFlex is "1 2 3px"
PASS flexitem.style.webkitFlex is "0 0 auto"
« no previous file with comments | « LayoutTests/css3/flexbox/flex-property-parsing.html ('k') | LayoutTests/css3/flexbox/flex-shorthand-flex-basis-middle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698