Mutate Tests

isSupported

GO!

run all tests

IE will report that some tests are failing but it isn't true. The results of the mutations look fine. It has to do with the way the automatic comparisons are made and the the trailing whitespace IE reports with nodeValue of a text node. One solution would just to remove this automated testing but this auto test feature is useful during development with non-IE browsers.

remove

Remove the blue rectangle.

BeforeAfter

run

run just test

update

BeforeAfter
asdf

run

run just test

updateWithScript

BeforeAfter
bar

run

run just test

updateWithoutEvalScripts

BeforeAfter
asdf

run

run just test

replace

BeforeAfter
  • one
  • two

run

run just test

insertBefore

BeforeAfter
  • one
  • two

p.one

p.two

  • one
  • two

run

run just test

insertTop

BeforeAfter
  • one
  • two
  • minus one
  • zero
  • one
  • two

run

run just test

insertBottom

BeforeAfter
  • one
  • two
  • one
  • two
  • three
  • four

run

run just test

insertAfter

BeforeAfter
  • one
  • two
  • one
  • two

q.one

q.two

run

run just test

tableBodyUpdate

BeforeAfter
1a
2b
5e
6f

run

run just test

tableHeadReplace

BeforeAfter
numberletter
1a
2b
numberletter
#Alpha
1a
2b
numberletter

run

run just test

tableBodyReplace

BeforeAfter
numberletter
1a
2b
numberletter
numberletter
5e
6f
numberletter

run

run just test

tableFootReplace

BeforeAfter
numberletter
1a
2b
numberletter
numberletter
1a
2b
###Omega

run

run just test

tableRowReplace

BeforeAfter
1a
2b
5e
6f
2b

run

run just test

tableCellReplace

BeforeAfter
1a
2b
544a
2b

run

run just test

tableInsertTopInHead

BeforeAfter
numberletter
3c
4d
sadfasdf
numberletter
3c
4d

run

run just test

tableInsertTopInBody

BeforeAfter
3c
4d
1a
2b
3c
4d

run

run just test

tableInsertBottomInBody

BeforeAfter
3c
4d
3c
4d
5e
6f

run

run just test

tableInsertBottomInFoot

BeforeAfter
3c
4d
numberletter
3c
4d
numberletter
ONEsadfasdf
TWOsadfasdf

run

run just test

tableInsertBottomCellInRow

BeforeAfter
one
oneONEsadfasdf

run

run just test

tableInsertBeforeBody

BeforeAfter
3c
4d
sadfasdf
3c
4d

run

run just test

tableInsertBeforeRow

BeforeAfter
3c
4d
2b
3c
4d

run

run just test

tableInsertBeforeCell

BeforeAfter
3c
4d
2b3c
4d

run

run just test

tableInsertAfterBody

BeforeAfter
3c
4d
3c
4d
sadfasdf

run

run just test

tableInsertAfterRow

BeforeAfter
3c
4d
3c
2b
4d

run

run just test

tableInsertAfterCell

BeforeAfter
3c
4d
3c2b
4d

run

run just test

buildTable

BeforeAfter
sadfasdf
1a
2b
footer

run

run just test