servo/tests/wpt/metadata-css/css-flexbox-1_dev
Emilio Cobos Álvarez 63d9f2f56e
style: Fix the handling of the RESTYLE_DESCENDANTS hint.
This was the underlying cause of the restyle_hints_state.html failure.

It was uncovered only when fixing the HAS_EDGE_CHILD_SELECTOR flags because this
was the series of events happening.

 * <script> starts executing.
 * All the restyle hint processing takes place.
 * <script> ends executing, gets appended to the body (I think this is also a bug).
 * <body> receives children_changed notification, with an Append mutation.
   * <body> had the HAS_EDGE_CHILD_SELECTOR flag, so due to its bogus value, it
     restyled the whole tree after <body>, fixing any mishandling of restyle
     hints.
2016-08-17 14:17:43 -07:00
..
html style: Fix the handling of the RESTYLE_DESCENDANTS hint. 2016-08-17 14:17:43 -07:00
__dir__.ini Support flexbox shorthand properties 2016-06-30 12:56:25 +08:00