зеркало из https://github.com/mozilla/gecko-dev.git
Bug 605689. Copy mUnknownProperty correctly. r=dbaron, a=blocker
This commit is contained in:
Родитель
4278311832
Коммит
a593182495
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var r = document.documentElement;
|
||||
r.style.display = "table-cell";
|
||||
r.style.MozTransitionProperty = "x";
|
||||
window.getComputedStyle(r).MozTransitionProperty;
|
||||
}
|
||||
|
||||
</script>
|
||||
<body onload="boom();"></body>
|
|
@ -63,3 +63,4 @@ load 580685.html
|
|||
load 592698-1.html
|
||||
load 601437-1.html
|
||||
load 601439-1.html
|
||||
load 605689-1.html
|
||||
|
|
|
@ -1941,6 +1941,7 @@ nsTransition::nsTransition(const nsTransition& aCopy)
|
|||
, mDuration(aCopy.mDuration)
|
||||
, mDelay(aCopy.mDelay)
|
||||
, mProperty(aCopy.mProperty)
|
||||
, mUnknownProperty(aCopy.mUnknownProperty)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче