Bug 1330380 - Follow-up: remove debug console.log script from a few CSS Grid reftests. r=me

This commit is contained in:
Mats Palmgren 2017-01-15 16:40:20 +01:00
Родитель 86aec46038
Коммит acb94fc181
3 изменённых файлов: 0 добавлений и 21 удалений

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

@ -127,12 +127,5 @@ a {
<div class="grid"><div class="item c2 pbox p b m"><x></x><x></x><x></x></div><a></a></div>
</div>
<script>
var grids = [].slice.call(document.querySelectorAll('.grid'));
grids.forEach((grid) => {
console.log(window.getComputedStyle(grid).gridTemplateRows);
});
</script>
</body>
</html>

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

@ -128,12 +128,5 @@ a {
<div class="grid"><div class="item c2 pbox p b m"><x></x><x></x><x></x></div><a></a></div>
</div>
<script>
var grids = [].slice.call(document.querySelectorAll('.grid'));
grids.forEach((grid) => {
console.log(window.getComputedStyle(grid).gridTemplateRows);
});
</script>
</body>
</html>

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

@ -131,12 +131,5 @@ a {
<div class="grid"><div class="item c2 pbox p b m"><x></x><x></x><x></x></div><a></a></div>
</div>
<script>
var grids = [].slice.call(document.querySelectorAll('.grid'));
grids.forEach((grid) => {
console.log(window.getComputedStyle(grid).gridTemplateColumns);
});
</script>
</body>
</html>