Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / invalidation / DescendantInvalidationSetTest.cpp
index f2735ec..e201215 100644 (file)
@@ -61,4 +61,12 @@ TEST(DescendantInvalidationSetTest, SubtreeInvalid_Combine_2)
     ASSERT_TRUE(set1->isEmpty());
 }
 
+#ifndef NDEBUG
+TEST(DescendantInvalidationSetTest, ShowDebug)
+{
+    RefPtrWillBeRawPtr<DescendantInvalidationSet> set = DescendantInvalidationSet::create();
+    set->show();
+}
+#endif // NDEBUG
+
 } // namespace