Index: third_party/WebKit/LayoutTests/paint/invalidation/overflow-visible-to-hidden-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-visible-to-hidden-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-visible-to-hidden-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0121e37874367072fce5c1bc92ffd29a096739ed |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-visible-to-hidden-expected.html |
@@ -0,0 +1,4 @@ |
+<!DOCTYPE html> |
+Tests paint invalidation of overflowing contents when the container's overflow changes from visible to hidden. |
+Passes if there is no red. |
+<div id="green" style="width: 200px; height: 200px; background-color: green"></div> |