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

Unified Diff: LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html

Issue 1355753008: RuntimeEnabledFeatures::slimmingPaintOffsetCaching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html
diff --git a/LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html b/LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bdee5e6128eedb5c955fba88d7302d120f694876
--- /dev/null
+++ b/LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+Tests paint invalidation on resize of container with percentage-transform (causing change of paint offset, but no change of paint invalidation offset). Passes if there is a blue square and a green square side-by-side.
+<div style="width: 600px; height: 300px; background-color: green">
+ <div style="width: 300px; height: 300px; background-color: blue"></div>
+</div>
« no previous file with comments | « LayoutTests/paint/invalidation/percentage-transform-paint-offset.html ('k') | Source/core/layout/LayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698