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

Issue 1085873002: Only accept inherit/initial/unset in single value declarations (Closed)

Created:
5 years, 8 months ago by rwlbuis
Modified:
5 years, 8 months ago
Reviewers:
Timothy Loh
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Only accept inherit/initial/unset in single value declarations Do not accept inherit/initial/unset in value list longer than one. Previously "margin: inherit 5px" would be discarded correctly, but "margin: 5px inherit" would be accepted erroneously. This patch now fixes the latter. Behavior matches Firefox. BUG=476868 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193740

Patch Set 1 #

Patch Set 2 : Add subtests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -5 lines) Patch
M LayoutTests/css3/supports-dom-api.html View 1 1 chunk +61 lines, -0 lines 0 comments Download
M LayoutTests/css3/supports-dom-api-expected.txt View 1 1 chunk +58 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
rwlbuis
PTAL
5 years, 8 months ago (2015-04-14 21:03:02 UTC) #2
Timothy Loh
On 2015/04/14 21:03:02, rwlbuis wrote: > PTAL lgtm
5 years, 8 months ago (2015-04-15 00:48:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085873002/20001
5 years, 8 months ago (2015-04-15 00:57:54 UTC) #5
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 02:09:47 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193740

Powered by Google App Engine
This is Rietveld 408576698