mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1146101 - Test. r=dbaron a=abillings
This commit is contained in:
parent
75526b932a
commit
6e7ec6c889
10
layout/style/crashtests/1146101-1.html
Normal file
10
layout/style/crashtests/1146101-1.html
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user