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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html

Issue 1490063002: Implement Paint Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge Created 5 years 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/css/containment/paint-containment-with-absolute-position-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-z-index-expected.html b/third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html
similarity index 60%
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-z-index-expected.html
copy to third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html
index 0ecdd7d56612cd0f4032830017d0e1c0012f3103..b880446f56aab813e9fa3f3b39cca2f518ba45bf 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-z-index-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<style>
-#composited-box {
+div {
width: 100px;
height: 100px;
background-color: green;
- z-index: 2;
}
</style>
-<div id="composited-box"></div>
+<body>
+<div></div>

Powered by Google App Engine
This is Rietveld 408576698