Commit bbdc4e44 authored by fs's avatar fs Committed by Commit bot

Add test for style 'transform' vs. presentation attribute 'transform'

The former should "win" over the latter.
Fixed by https://codereview.chromium.org/2478233002.

TBR=pdr@chromium.org
BUG=415950

Review-Url: https://codereview.chromium.org/2621153005
Cr-Commit-Position: refs/heads/master@{#442980}
parent f7f9a427
<!DOCTYPE html>
<div style="width: 100px; height: 100px; background-color: green"></div>
<!DOCTYPE html>
<svg>
<rect width="100" height="100" transform="rotate(45)" fill="green"
style="transform: none"/>
</svg>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment