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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol.html

Issue 2028893002: Disallow fragmentation of composited content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/multicol/composited-inner-multicol.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol.html b/third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol.html
index 027317df394d816530b3c4d4d30e995396d98db1..2ddef99aafe8beff762b95dd37fa3559554e0a29 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<p>Below you should see the word 'PASS' (with some extra letter spacing), on a yellow background
- (which should be a bit faded near the top).</p>
+ (which should be a bit faded near the top). The first S is below the A, because they composite together and hence are not fragmented.</p>
<div style="position:absolute; will-change:transform; left:15em; width:7em; height:3.3em; opacity:0.8; background:white;"></div>
<div style="-webkit-columns:2; -webkit-column-gap:0; width:30em; line-height:2em; orphans:1; widows:1;">
<br>

Powered by Google App Engine
This is Rietveld 408576698