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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/rotated-subpixel.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/rotated-subpixel.html b/third_party/WebKit/LayoutTests/paint/invalidation/rotated-subpixel.html
new file mode 100644
index 0000000000000000000000000000000000000000..0fbd037a075a9e4ce565af3a0ebaf26f9c2454af
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/rotated-subpixel.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<div id="target" style="
+ position: absolute;
+ top: 100.6px;
+ right: 0;
+ height: 100px;
+ width: 100.6px;
+ transform: rotate(90deg);
+ transform-origin: 100% 0;
+ background-color: red">
+</div>
+<script src="../../resources/run-after-layout-and-paint.js"></script>
+<script>
+runAfterLayoutAndPaint(function() {
+ target.style.backgroundColor = "white";
+}, true);
+</script>
« 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