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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/button-inner-no-repaint.html

Issue 2672833004: Invalidate width available to children if style diff needs full layout (Closed)
Patch Set: rebase Created 3 years, 10 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/button-inner-no-repaint.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/button-inner-no-repaint.html b/third_party/WebKit/LayoutTests/paint/invalidation/button-inner-no-repaint.html
index eedd35e9c3f68d242630026d54016cf9455da966..eb4568269f8b77eb49dd71d364152198cddb2393 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/button-inner-no-repaint.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/button-inner-no-repaint.html
@@ -13,4 +13,4 @@ button {
height: 100px;
}
</style>
-<button>Should not repaint on style change that doesn't change visual.</button>
+<button>Should not repaint on style change that doesn't change visual.<br></button>

Powered by Google App Engine
This is Rietveld 408576698