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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/calc-expression-with-zoom-expected.html

Issue 2097383002: Added support of calc() for SVGLength (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 body { zoom: 200%; }
4 </style>
5 <svg id="svg" width="500" height="500" viewBox='0 0 1000 1000'>
6 <rect width='100px' height='100' fill='green'/>
7 <rect x='110' width='100' height='100' fill='green'/>
8 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698