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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/animations/use-set-attribute-width-height-expected.html
diff --git a/LayoutTests/svg/animations/use-set-attribute-width-height-expected.html b/LayoutTests/svg/animations/use-set-attribute-width-height-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d898d920df8ad3c712d4f5eebd7302c6f5b1f089
--- /dev/null
+++ b/LayoutTests/svg/animations/use-set-attribute-width-height-expected.html
@@ -0,0 +1,8 @@
+<!-- Test for crbug.com/235256: this test passes if only
+the green rect is shown on the top left side -->
+<html>
+<body>
+<svg width="10cm" height="3cm" viewBox="0 0 100 30">
+ <rect x="1" y="1" width="8" height="8" fill="green"/>
+</svg>
+</body>

Powered by Google App Engine
This is Rietveld 408576698