Bug 815928 part 3: Fix typo s/elemnt/element/ in comments & tests. DONTBUILD, rs=Waldo

This commit is contained in:
Daniel Holbert 2012-11-27 19:15:36 -08:00
Родитель f00177debd
Коммит 5f85127435
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -267,7 +267,7 @@ function moveVCCoordInvoker(aDocAcc, aX, aY, aIgnoreNoMatch,
* @param aQueue [in] event queue in which to push invoker sequence.
* @param aDocAcc [in] the managing document of the virtual cursor we are testing
* @param aRule [in] the traversal rule to use in the invokers
* @param aSequence [in] a sequence of accessible names or elemnt ids to expect with
* @param aSequence [in] a sequence of accessible names or element ids to expect with
* the given rule in the given document
*/
function queueTraversalSequence(aQueue, aDocAcc, aRule, aSequence)

Просмотреть файл

@ -106,7 +106,7 @@ class LayerManager;
#define CAPTURE_RETARGETTOELEMENT 2
// true if the current capture wants drags to be prevented
#define CAPTURE_PREVENTDRAG 4
// true when the mouse is pointer locked, and events are sent to locked elemnt
// true when the mouse is pointer locked, and events are sent to locked element
#define CAPTURE_POINTERLOCK 8
typedef struct CapturingContentInfo {

Просмотреть файл

@ -4,7 +4,7 @@
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="reftest-wait">
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=463939 -->
<title>Test that the area that's covered by a filtered elemnt is invalidated when it moves</title>
<title>Test that the area that's covered by a filtered element is invalidated when it moves</title>
<filter id="filter">
<feGaussianBlur stdDeviation="0.1"/>
</filter>

До

Ширина:  |  Высота:  |  Размер: 883 B

После

Ширина:  |  Высота:  |  Размер: 884 B