Bug 1146101 - Test. r=dbaron a=abillings

This commit is contained in:
Cameron McCormack 2015-08-14 12:24:49 +10:00
Родитель 5f5a298ac6
Коммит 0423ad42b1
2 изменённых файлов: 11 добавлений и 0 удалений

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

@ -0,0 +1,10 @@
<!DOCTYPE html>
<script>
function boom()
{
document.getElementsByTagName("tbody")[0].style.position = "absolute";
document.getElementsByTagName("table")[0].style.color = "green";
}
</script>
<body onload="boom();">
<table><tbody></tbody></table>

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

@ -112,6 +112,7 @@ load 1066089-1.html
load 1074651-1.html
pref(dom.webcomponents.enabled,true) load 1089463-1.html
pref(layout.css.expensive-style-struct-assertions.enabled,true) load 1136010-1.html
pref(layout.css.expensive-style-struct-assertions.enabled,true) load 1146101-1.html
load 1153693-1.html
load 1161320-1.html
pref(dom.animations-api.core.enabled,true) load 1161320-2.html