Remove HTMLImportsStyleApplication flag
This flag was on by default but only took effect if HTML Imports was also enabled. The [1] commit disabled Custom Elements v0 and Shadow DOM v0, but it also disabled the HTMLImportsStyleApplication flag. This broke some sites (notably Youtube) that use HTML Imports with imported style sheets. This CL fixes that breakage, and removes this unnecessary flag. [1] https://chromium.googlesource.com/chromium/src/+/f52dff0d3c5bc52ba608920f843162832f2da6b1 Bug: 1017069 Change-Id: I0f806635185932abab8d675fdb0814ede1fb8465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876744Reviewed-by:Philip Rogers <pdr@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#708777}
Showing
Please register or sign in to comment