Bug 1378814 - Don't return None in get_pseudo_style if not probing. r=emilio

MozReview-Commit-ID: 5CziNBwYZSa

--HG--
extra : rebase_source : b9f25db83e8f82562b78b3b9f3801d484e4d7512
This commit is contained in:
Xidorn Quan 2017-07-07 16:02:17 +10:00
Родитель 703f323404
Коммит d821a177db
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -0,0 +1,4 @@
<!DOCTYPE html>
<script>
getComputedStyle(document.documentElement, '::first-letter').display;
</script>

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

@ -177,3 +177,4 @@ load content-only-on-visited-before.html
load 1375812-1.html
load 1377053-1.html
load 1377256-1.html
load 1378814.html