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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 font-size-adjust should affect neigther computed line-height nor font-size.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS parseFloat(testStyle.getPropertyValue('font-size-adjust')) is within 0.0001 of 0.44
7 PASS referenceStyle.getPropertyValue('font-size-adjust') is "none"
8 PASS testStyle.getPropertyValue('font-size') is "200px"
9 PASS testStyle.getPropertyValue('line-height') is "200px"
10 PASS containerStyle.getPropertyValue('line-height') is "200px"
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14 xx
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698