Skip to content

Commit

Permalink
Visual change on background-clip changes.
Browse files Browse the repository at this point in the history
The background-clip property affects background-color visually, so we
need to say a layer is visually different even without an image.

We had a wpt test for this which had a stray line which made the test
always pass.

Bug: 887350
Change-Id: Icc585f9e631485970b6509e015eff1e2007e4f0b
Reviewed-on: https://chromium-review.googlesource.com/1238448
Reviewed-by: Anders Ruud <[email protected]>
Reviewed-by: Fredrik Söderquist <[email protected]>
Commit-Queue: Rune Lillesveen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#593523}
  • Loading branch information
Rune Lillesveen authored and chromium-wpt-export-bot committed Sep 24, 2018
1 parent 61e09be commit 00c1fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/css-backgrounds/background-clip-color-repaint.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
document.documentElement.classList.remove("reftest-wait");
});
});
inner.style.backgroundClip = "border-box";
</script>

0 comments on commit 00c1fd9

Please sign in to comment.