# HG changeset patch # User Matt Woodrow # Parent 5a3d159043c5d01c53a821278f9cfd4cf867e6ca diff --git a/layout/base/nsLayoutUtils.cpp b/layout/base/nsLayoutUtils.cpp --- a/layout/base/nsLayoutUtils.cpp +++ b/layout/base/nsLayoutUtils.cpp @@ -3028,17 +3028,17 @@ nsLayoutUtils::CombineBreakType(uint8_t } } return breakType; } #ifdef MOZ_DUMP_PAINTING #include -static bool gDumpEventList = false; +static bool gDumpEventList = true; // nsLayoutUtils::PaintFrame() can call itself recursively, so rather than // maintaining a single paint count, we need a stack. StaticAutoPtr> gPaintCountStack; struct AutoNestedPaintCount { AutoNestedPaintCount() { gPaintCountStack->AppendElement(0); diff --git a/layout/base/tests/mochitest.ini b/layout/base/tests/mochitest.ini --- a/layout/base/tests/mochitest.ini +++ b/layout/base/tests/mochitest.ini @@ -283,8 +283,9 @@ support-files = support-files = bug1226904.html [test_bug1246622.html] [test_transformed_scrolling_repaints.html] skip-if = buildapp == 'b2g' [test_transformed_scrolling_repaints_2.html] skip-if = buildapp == 'b2g' [test_transformed_scrolling_repaints_3.html] skip-if = buildapp == 'b2g' +[test_bug1265237.html] diff --git a/layout/base/tests/test_bug1265237.html b/layout/base/tests/test_bug1265237.html new file mode 100644 --- /dev/null +++ b/layout/base/tests/test_bug1265237.html @@ -0,0 +1,29 @@ + + + + Test for Bug 1265237 + + + + +
+
+
+
+
+
+ +
+
+
+ +