diff options
Diffstat (limited to 'layout/reftests/bugs/501037.html')
-rw-r--r-- | layout/reftests/bugs/501037.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/501037.html b/layout/reftests/bugs/501037.html new file mode 100644 index 0000000000..b02f945248 --- /dev/null +++ b/layout/reftests/bugs/501037.html @@ -0,0 +1,12 @@ +<html> +<head></head> + +<body onload="document.getElementById('a').firstChild.data = '';"> + +<ol> + <li id="a">a</li> + <li id="b">b</li> +</ol> + +</body> +</html> |