зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1408851 - part3: add test. r=TYLin
MozReview-Commit-ID: 3MrSPQWpcY --HG-- extra : rebase_source : 44a99cbc823325f2be4994a1dc378b4afa8a57ac
This commit is contained in:
Родитель
df30b97e6d
Коммит
f2005d7a52
|
@ -713,6 +713,10 @@ var noframe_container = document.getElementById("content");
|
||||||
[ "polygon(calc(10px - 20px) 0px, 100px 100px, 0px 100px)",
|
[ "polygon(calc(10px - 20px) 0px, 100px 100px, 0px 100px)",
|
||||||
"polygon(-10px 0px, 100px 100px, 0px 100px)",
|
"polygon(-10px 0px, 100px 100px, 0px 100px)",
|
||||||
"polygon with negative calc() coordinates" ],
|
"polygon with negative calc() coordinates" ],
|
||||||
|
// inset:
|
||||||
|
[ "inset(calc(10px - 20px))",
|
||||||
|
"inset(-10px)",
|
||||||
|
"inset with negative calc() coordinates" ],
|
||||||
];
|
];
|
||||||
|
|
||||||
var p = document.createElement("p");
|
var p = document.createElement("p");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче