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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html

Issue 2371933003: Fix paint invalidation for composited vertical-rl having overflow (Closed)
Patch Set: - Created 4 years, 3 months 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..16232345ce16df0d45f5c23383b9c5397822d34f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+#div {
+ box-shadow: -50px 0 green;
+ position: absolute;
+ top: 100px;
+ left: 100px;
+ width: 100px;
+ height: 100px;
+ background-color: blue;
+}
+</style>
+Tests paint invalidation of a verticle-rl div with overflow. Passes if no under-invalidation reported and shows no red.
+<div id="div"></div>

Powered by Google App Engine
This is Rietveld 408576698