|
Align -webkit-transform-origin behaviour with transform-origin behaviour
Currently -webkit-transform-origin is a shorthand while transform-origin
is not. This patch makes the vendor-prefixed property behave the same as
non-prefixed property. This has minor changes to serialization, which
the test changes document.
In doing so we fix a crash in parsing some invalid values.
BUG= 405323
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183588
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+14 lines, -46 lines) |
Patch |
 |
M |
LayoutTests/fast/css/script-tests/transform-origin-parsing.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css/transform-inline-style-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css/transform-inline-style-remove-expected.txt
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css/transform-origin-parsing-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles/svg-style-expected.txt
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/transforms/webkit-transform-origin-crash.html
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/transforms/webkit-transform-origin-crash-expected.txt
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/transitions/unprefixed-transform-origin-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/css/CSSAnimations.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSProperties.in
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/StylePropertySerializer.cpp
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/parser/CSSPropertyParser.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/parser/CSSPropertyParser.cpp
|
View
|
|
3 chunks |
+2 lines, -27 lines |
0 comments
|
Download
|
Total messages: 6 (2 generated)
|