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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-composited-zero-offset.html

Issue 2537653002: Invalidate previousLocationInBacking in LayoutObject::clearPreviousVisualRects() (Closed)
Patch Set: setMayNeedPaintInvalidationSubtree 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-composited-zero-offset-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-composited-zero-offset.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-composited-zero-offset.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-composited-zero-offset.html
new file mode 100644
index 0000000000000000000000000000000000000000..2d6f4e91ed9a38b5906c0b39ea75e628650dc42f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-composited-zero-offset.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<iframe style="border: none; position: absolute; z-index: 1; width: 100px; left: 200px"
+ srcdoc="SHOULD NOT DISAPPEAR"></iframe>
+<div id="trigger" style="width: 100%; height: 100px"></div>
+<script src="../../../resources/run-after-layout-and-paint.js"></script>
+<script>
+onload = function() {
+ runAfterLayoutAndPaint(function() {
+ trigger.style.willChange = 'transform';
+ }, true);
+};
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/become-composited-zero-offset-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698