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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt

Issue 1837033002: Invalidate objects when their content box changes dimensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 8 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/fast/repaint/box-sizing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
index 87b5a0a109582a40e0114f16c305ee3780f1411d..b1a5e1cbe9095856bf721d948b470481ded0d948 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
@@ -6,12 +6,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [400, 200, 40, 140],
[400, 0, 40, 140],
- [380, 200, 60, 140],
[380, 0, 60, 140],
- [0, 300, 440, 40],
- [0, 280, 440, 60],
+ [0, 200, 440, 140],
+ [0, 200, 400, 100],
[0, 100, 440, 40],
[0, 80, 440, 60]
],

Powered by Google App Engine
This is Rietveld 408576698