DescriptionHandle initial values in background-repeat introduced by the background shorthand
background-repeat serialization did not handle initial keyword values in
background-repeat value lists.
Initial values in value lists are introduced by setting the background
shorthand to multiple background values while omitting background-repeat
properties.
Example: background: url(#1), url(#2), url(#3);
The background-repeat gets stored internally as "initial, initial, initial".
This patch updates StylePropertySerializer::backgroundRepeatPropertyValue()
to handle this case correctly.
BUG=378167
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175261
Patch Set 1 #Patch Set 2 : Upgrade test #Patch Set 3 : Review changes #
Total comments: 3
Messages
Total messages: 8 (0 generated)
|