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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 Tests paint invalidation on resize of container with percentage-transform (causi ng change of paint offset, but no change of paint invalidation offset). Passes i f there is a blue square and a green square side-by-side.
3 <div style="width: 600px; height: 300px; background-color: green">
4 <div style="width: 300px; height: 300px; background-color: blue"></div>
5 </div>
OLDNEW
« 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