diff --git a/content/base/test/Makefile.in b/content/base/test/Makefile.in index c75157594fc4..f2e579cdce8c 100644 --- a/content/base/test/Makefile.in +++ b/content/base/test/Makefile.in @@ -453,6 +453,7 @@ _TEST_FILES2 = \ test_treewalker_nextsibling.xml \ test_bug614058.html \ test_bug590771.html \ + test_bug622117.html \ $(NULL) # This test fails on the Mac for some reason diff --git a/content/base/test/test_bug622117.html b/content/base/test/test_bug622117.html new file mode 100644 index 000000000000..ef2601195fd1 --- /dev/null +++ b/content/base/test/test_bug622117.html @@ -0,0 +1,44 @@ + + + +
++ +
+ ++ ++ + diff --git a/widget/public/nsGUIEvent.h b/widget/public/nsGUIEvent.h index 8a3e73c68d5f..fe245c0218b4 100644 --- a/widget/public/nsGUIEvent.h +++ b/widget/public/nsGUIEvent.h @@ -158,7 +158,7 @@ class nsHashKey; #define NS_EVENT_FLAG_EXCEPTION_THROWN 0x10000 -#define NS_EVENT_FLAG_PREVENT_ANCHOR_ACTIONS 0x10000 +#define NS_EVENT_FLAG_PREVENT_ANCHOR_ACTIONS 0x20000 #define NS_EVENT_CAPTURE_MASK (~(NS_EVENT_FLAG_BUBBLE | NS_EVENT_FLAG_NO_CONTENT_DISPATCH)) #define NS_EVENT_BUBBLE_MASK (~(NS_EVENT_FLAG_CAPTURE | NS_EVENT_FLAG_NO_CONTENT_DISPATCH))