DescriptionDon't pretend that text-decoration is a shorthand in computed style.
Even when the appropriate runtime flag isn't enabled, we still return
the shorthand version of the computed style for 'text-decoration'. For
example, for 'text-decoration: underline', we return the computed style
'underline solid rgb(0, 0, 0)', which is correct only when the runtime
flag is on.
BUG=367091, 342126
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174269
Patch Set 1 #Patch Set 2 : Add test for stable/experimental. #
Total comments: 2
Patch Set 3 : Improve testcase. #Patch Set 4 : Same as Patch Set 3, with --no-find-copies #
Messages
Total messages: 8 (0 generated)
|