Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/resize-mask.html

Issue 2457023002: Replace coversExtraPixels with simpler logic (Closed)
Patch Set: Rebaseline Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/resize-mask-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #mask {
4 width: 100px;
5 height: 100px;
6 -webkit-mask-box-image: url(../../fast/backgrounds/resources/dot.png) 3;
7 }
8 #content {
9 width: 200px;
10 height: 200px;
11 background-color: green;
12 }
13 </style>
14 <div id="mask">
15 <div id="content"></div>
16 </div>
17 <script src="../../resources/run-after-layout-and-paint.js"></script>
18 <script>
19 runAfterLayoutAndPaint(function() {
20 mask.style.width = '200px';
21 }, true);
22 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/resize-mask-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698