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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-subsequence-on-ancestor-clip-change-complex-expected.html

Issue 1452313004: Don't use cached subsequence when clip changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/repaint-subsequence-on-ancestor-clip-change-complex-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-subsequence-on-ancestor-clip-change-complex-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-subsequence-on-ancestor-clip-change-complex-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bef23c71b0362c51372630a61e3dbde6dd6b8447
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-subsequence-on-ancestor-clip-change-complex-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+Tests repaint of subsequences when a non-stacking-context ancestor's clip changes.
+Passes if the text is clipped at the yellow background.
+<div style="overflow: hidden; background-color: yellow; width: 200px; white-space: nowrap">
+ <span style="display: inline-block; width: 10px"></span>
+ Should be clipped: ABCDEFGHIJKLMNOPQRSTUVWXYZ
+</div>

Powered by Google App Engine
This is Rietveld 408576698