From 3301d590ed6b6fe98564ec32e9115ccf5647bd1f Mon Sep 17 00:00:00 2001 From: Neil Deakin Date: Wed, 13 Apr 2011 13:53:24 -0400 Subject: [PATCH] Bug 462172, fix up preventDefault call in drag synthesis test and move to a chrome test --HG-- rename : testing/mochitest/tests/SimpleTest/tests/test_synthesizeDragStart.xul => testing/mochitest/chrome/test_synthesizeDragStart.xul rename : testing/mochitest/tests/SimpleTest/tests/test_synthesizeDrop.xul => testing/mochitest/chrome/test_synthesizeDrop.xul --- testing/mochitest/chrome/Makefile.in | 2 + .../test_synthesizeDragStart.xul | 0 .../tests => chrome}/test_synthesizeDrop.xul | 6 +-- .../mochitest/tests/SimpleTest/Makefile.in | 3 -- .../tests/SimpleTest/tests/Makefile.in | 49 ------------------- 5 files changed, 4 insertions(+), 56 deletions(-) rename testing/mochitest/{tests/SimpleTest/tests => chrome}/test_synthesizeDragStart.xul (100%) rename testing/mochitest/{tests/SimpleTest/tests => chrome}/test_synthesizeDrop.xul (95%) delete mode 100644 testing/mochitest/tests/SimpleTest/tests/Makefile.in diff --git a/testing/mochitest/chrome/Makefile.in b/testing/mochitest/chrome/Makefile.in index 4e7fad93557..c6b73a5c0b1 100644 --- a/testing/mochitest/chrome/Makefile.in +++ b/testing/mochitest/chrome/Makefile.in @@ -45,6 +45,8 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk _STATIC_FILES = test_sample.xul \ + test_synthesizeDragStart.xul \ + test_synthesizeDrop.xul \ $(NULL) libs:: $(_STATIC_FILES) diff --git a/testing/mochitest/tests/SimpleTest/tests/test_synthesizeDragStart.xul b/testing/mochitest/chrome/test_synthesizeDragStart.xul similarity index 100% rename from testing/mochitest/tests/SimpleTest/tests/test_synthesizeDragStart.xul rename to testing/mochitest/chrome/test_synthesizeDragStart.xul diff --git a/testing/mochitest/tests/SimpleTest/tests/test_synthesizeDrop.xul b/testing/mochitest/chrome/test_synthesizeDrop.xul similarity index 95% rename from testing/mochitest/tests/SimpleTest/tests/test_synthesizeDrop.xul rename to testing/mochitest/chrome/test_synthesizeDrop.xul index d4b24bc4d67..0ffe88223e7 100644 --- a/testing/mochitest/tests/SimpleTest/tests/test_synthesizeDrop.xul +++ b/testing/mochitest/chrome/test_synthesizeDrop.xul @@ -41,8 +41,6 @@ * Assure EventUtils can perform synthesizeDrop as specified */ -_tests\testing\mochitest\chrome\testing\mochitest\tests\SimpleTest\tests\test_synthesizeDrop.xul - -->