Bug 1380980 - stylo: Add test; r?emilio draft
authorManish Goregaokar <manishearth@gmail.com>
Sat, 09 Sep 2017 01:17:49 -0700
changeset 662625 fccbf0dc4d40eff3f7b81bedcce47955c8556fe4
parent 662624 57abbc5acc922520c49a63c78940a81f383f4bf6
child 730922 6e333855ffe55244b6534833da71450f4229536c
push id79139
push userbmo:manishearth@gmail.com
push dateMon, 11 Sep 2017 21:27:49 +0000
reviewersemilio
bugs1380980
milestone57.0a1
Bug 1380980 - stylo: Add test; r?emilio MozReview-Commit-ID: JLk5H1j2v89
layout/reftests/bugs/1380980-1-ref.html
layout/reftests/bugs/1380980-1.html
layout/reftests/bugs/reftest.list
new file mode 100644
--- /dev/null
+++ b/layout/reftests/bugs/1380980-1-ref.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<meta charset=utf-8>
+<div style="font-size: 16px" lang="en">
+    16px
+    <div style="font-size: 18px">
+        18px
+        <div style="font-size: 16.5px; font-family: monospace">
+            16.5px
+        </div>
+    </div>
+</div>
new file mode 100644
--- /dev/null
+++ b/layout/reftests/bugs/1380980-1.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<meta charset=utf-8>
+<div style="font-size: medium" lang="en">
+    16px
+    <div style="font-size: calc(50% + 10px)">
+        18px
+        <div style="font-family: monospace">
+            16.5px
+        </div>
+    </div>
+</div>
--- a/layout/reftests/bugs/reftest.list
+++ b/layout/reftests/bugs/reftest.list
@@ -2034,8 +2034,9 @@ needs-focus == 1377447-1.html 1377447-1-
 needs-focus != 1377447-1.html 1377447-2.html
 == 1379041.html 1379041-ref.html
 == 1379696.html 1379696-ref.html
 == 1380224-1.html 1380224-1-ref.html
 == 1384065.html 1384065-ref.html
 == 1384275-1.html 1384275-1-ref.html
 == 1381821.html 1381821-ref.html
 == 1395650-1.html 1395650-1-ref.html
+== 1380980-1.html 1380980-1-ref.html