Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: LayoutTests/fast/text/computed-line-height-and-font-size-with-font-size-adjust-expected.txt

Issue 943463002: Initial implementation of font-size-adjust (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add some tests which need a rebaseline to TestExpectation Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/computed-line-height-and-font-size-with-font-size-adjust-expected.txt
diff --git a/LayoutTests/fast/text/computed-line-height-and-font-size-with-font-size-adjust-expected.txt b/LayoutTests/fast/text/computed-line-height-and-font-size-with-font-size-adjust-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4bca9a4ba7f9a66146bc503a58118e777650fc55
--- /dev/null
+++ b/LayoutTests/fast/text/computed-line-height-and-font-size-with-font-size-adjust-expected.txt
@@ -0,0 +1,14 @@
+font-size-adjust should affect neigther computed line-height nor font-size.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS parseFloat(testStyle.getPropertyValue('font-size-adjust')) is within 0.0001 of 0.44
+PASS referenceStyle.getPropertyValue('font-size-adjust') is "none"
+PASS testStyle.getPropertyValue('font-size') is "200px"
+PASS testStyle.getPropertyValue('line-height') is "200px"
+PASS containerStyle.getPropertyValue('line-height') is "200px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+xx

Powered by Google App Engine
This is Rietveld 408576698