This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of DevTools: CSSStyleDeclaration::getPropertyShorthand should …
…return empty string for shorthands. (patchset #1 id:1 of https://codereview.chromium.org/1677093003/ ) Reason for revert: This breaks beta build: crbug.com/585266 Original issue's description: > DevTools: CSSStyleDeclaration::getPropertyShorthand should return empty string for shorthands. > > The getPropertyShorthand method should return empty string if called > with a shorthand name. > > This used to work because shorthand got expanded into longhands internally > in the CSSStyleDeclaration, which is not the case anymore with the > custom CSS properties. > > BUG=583300 > R=pfeldman, sergeyv > > Review URL: https://codereview.chromium.org/1662743003 > > Cr-Commit-Position: refs/heads/master@{#373749} > (cherry picked from commit ad56cde) > > Committed: https://chromium.googlesource.com/chromium/src/+/129f4162a8c5adf0a0f5ce174e3109ca6c714a92 [email protected],[email protected] # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=583300 Review URL: https://codereview.chromium.org/1684453002 Cr-Commit-Position: refs/branch-heads/2623@{#310} Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
- Loading branch information