gecko-dev/dom/flex
Daniel Holbert d2eff8f7ac Bug 1499569: Rewrite test_flex_items.html to be simpler & easier to extend. r=bradwerth
Primary changes:
 - Rewrap some lines that are too long.
 - Adjust some failure-messages with s/has/should have/ etc.
 - Replace 'nearlyEqual' function with the standard mochitest
   'isfuzzy()' API (which is like 'is()' with an extra epsilon arg)
 - Remove dependence on hardcoded element IDs, and simply walk over the
   flex container's children in order instead (still noting each child node
   and making sure it matches the node in the flex API).

Differential Revision: https://phabricator.services.mozilla.com/D8933

--HG--
extra : moz-landing-system : lando
2018-10-17 21:42:54 +00:00
..
test Bug 1499569: Rewrite test_flex_items.html to be simpler & easier to extend. r=bradwerth 2018-10-17 21:42:54 +00:00
Flex.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
Flex.h Bug 1409083 Part 2: Stub webidl definitions to support flex container/item properties. r=smaug 2017-11-15 13:20:35 -08:00
FlexItem.cpp Bug 1477856: In flexbox devtools API, report max-width:none as +infinity. r=bradwerth 2018-07-27 21:38:46 +00:00
FlexItem.h Bug 1409083 Part 2: Stub webidl definitions to support flex container/item properties. r=smaug 2017-11-15 13:20:35 -08:00
FlexLine.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
FlexLine.h Bug 1419924 Part 2: Add a crossStart property to FlexLine Chrome object. r=smaug 2017-12-01 13:07:45 -08:00
moz.build Bug 1409083 Part 5: Add tests of new Flex API. r=gl 2017-11-01 15:53:41 -07:00