gecko-dev/layout/reftests/text/line-editing-1c.html
Florian Quèze 85611a7b6d Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00

26 lines
457 B
HTML

<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<script>
function doTest() {
var text = document.body.firstChild;
// Just make a change
text.replaceData(55, 1, "8");
document.documentElement.removeAttribute('class');
}
document.addEventListener("MozReftestInvalidate", doTest);
</script>
</head>
<body style="white-space:pre; padding: 2px; font-family: sans-serif;">
Line 1
Line 2
Line 3
Line 4
Line 5
Line 6
Line 7
Line X
Line 9
</body>
</html>