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

Side by Side Diff: LayoutTests/svg/animations/use-set-attribute-width-height-expected.html

Issue 17287012: Replace hasAttribute with the check for actual value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace '>=' with '=' to fix layout test failures Created 7 years, 6 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 <!-- Test for crbug.com/235256: this test passes if only
2 the green rect is shown on the top left side -->
3 <html>
4 <body>
5 <svg width="10cm" height="3cm" viewBox="0 0 100 30">
6 <rect x="1" y="1" width="8" height="8" fill="green"/>
7 </svg>
8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698