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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp

Issue 2588953002: Unskip the paint property test: "ContainPaintChangesUpdateOverflowClip" (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
index 7dc20becd1d9b8b5ad4dc0a1800b9269234f6da7..0dbd8418aff0d89b70cdbdbd0a7e5be74f647481 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
@@ -3226,9 +3226,7 @@ TEST_P(PaintPropertyTreeBuilderTest, ClipChangesUpdateOverflowClip) {
!div->layoutObject()->paintProperties()->overflowClip());
}
-// crbug.com:645667: Contain paint changes fail to update paint properties.
-TEST_P(PaintPropertyTreeBuilderTest,
- DISABLED_ContainPaintChangesUpdateOverflowClip) {
+TEST_P(PaintPropertyTreeBuilderTest, ContainPaintChangesUpdateOverflowClip) {
setBodyInnerHTML(
"<style>"
" body { margin:0 }"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698