Bug 1408851 - part3: add test. r=TYLin

MozReview-Commit-ID: 3MrSPQWpcY

--HG--
extra : rebase_source : 44a99cbc823325f2be4994a1dc378b4afa8a57ac
This commit is contained in:
Jeremy Chen 2017-10-16 17:15:01 +08:00
Родитель df30b97e6d
Коммит f2005d7a52
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -713,6 +713,10 @@ var noframe_container = document.getElementById("content");
[ "polygon(calc(10px - 20px) 0px, 100px 100px, 0px 100px)",
"polygon(-10px 0px, 100px 100px, 0px 100px)",
"polygon with negative calc() coordinates" ],
// inset:
[ "inset(calc(10px - 20px))",
"inset(-10px)",
"inset with negative calc() coordinates" ],
];
var p = document.createElement("p");