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

Side by Side Diff: LayoutTests/svg/parser/svg-parser-argument-whitespace.html

Issue 178943002: Adding parser layout test for whitespace around comma in argument list (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/svg/parser/svg-parser-argument-whitespace-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3
4 <body>
5
rwlbuis 2014/02/24 22:55:41 The does not need to be an empty line here.
ostap 2014/02/24 23:28:18 Done.
6 <div id="goal-line1">Whitespace around the arguments of the translate fu nction should be ignored</div>
7 <div id="goal-line2">Only a green rect should be visible</div>
8
9 <svg id="mysvg" xmlns="http://www.w3.org/2000/svg">
10 <rect id="myRect" x="150" y="150" width="100" height="100" fill= "red"/>
11 <rect id="myRect" x="50" y="50" width="100" height="100" fill="green "
rwlbuis 2014/02/24 22:55:41 Indenting seems wrong here. It is better to avoid
ostap 2014/02/24 23:28:18 Done.
12 transform="translate( 100 , 100 )"/>
13 </svg>
14
rwlbuis 2014/02/24 22:55:41 Ditto.
ostap 2014/02/24 23:28:18 Done.
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/parser/svg-parser-argument-whitespace-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698