Description[import] The first <link rel=import> should win in the cascading order computation.
Before this change, stylesheets in imports are ordered based on
<link>s that "own" these imports. The ownership however is an
implementation detail and shouldn't be observable.
With this change, it takes only the tree order of <link>s into account.
The ownership no longer plays any role.
BUG=346878
TEST=import-style-tree-order-dedup.html
R=esprehn@chromium.org, dglazkov@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168351
Patch Set 1 #Patch Set 2 : Added a missing expectation file. #Patch Set 3 : Updated to ToT #
Total comments: 1
Patch Set 4 : Landing #
Messages
Total messages: 11 (0 generated)
|