[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 Review URL: https://codereview.chromium.org/179873020 git-svn-id: svn://svn.chromium.org/blink/trunk@168351 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment