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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/rotated-subpixel.html

Issue 2545573002: Revert of Don't expand empty rect during rect mapping (Closed)
Patch Set: Avoid platform-specific baselines Created 4 years 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/rotated-subpixel-expected.png » ('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 <div id="target" style="
3 position: absolute;
4 top: 100.6px;
5 right: 0;
6 height: 100px;
7 width: 100.6px;
8 transform: rotate(90deg);
9 transform-origin: 100% 0;
10 background-color: red">
11 </div>
12 <script src="../../resources/run-after-layout-and-paint.js"></script>
13 <script>
14 runAfterLayoutAndPaint(function() {
15 target.style.backgroundColor = "white";
16 }, true);
17 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/rotated-subpixel-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698