Index: LayoutTests/svg/as-image/image-respects-deviceScaleFactor.html |
diff --git a/LayoutTests/svg/as-image/image-respects-deviceScaleFactor.html b/LayoutTests/svg/as-image/image-respects-deviceScaleFactor.html |
index e0c14cce61f0ea6f3d38bb20e25bb1d84e1e7a74..63797707733cb8c53e516ebb9b946d097e2b24e0 100644 |
--- a/LayoutTests/svg/as-image/image-respects-deviceScaleFactor.html |
+++ b/LayoutTests/svg/as-image/image-respects-deviceScaleFactor.html |
@@ -12,6 +12,6 @@ |
</script> |
</head> |
<p>This test passes if both of the circles have sharp edges when deviceScaleFactor=2.</p> |
-<img style="width: 128px;" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4Ij4KPGNpcmNsZSBmaWxsPSJibGFjayIgY3g9IjY0IiBjeT0iNjQiIHI9IjY0IiAvPgo8L3N2Zz4K"> |
-<img style="width: 128px;" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGNpcmNsZSBmaWxsPSJibGFjayIgY3g9IjY0IiBjeT0iNjQiIHI9IjY0IiAvPgo8L3N2Zz4="> |
+<img style="width: 128px;" src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='128' height='128'><circle fill='black' cx='64' cy='64' r='64' /></svg>"> |
+<img style="width: 128px;" src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'><circle fill='black' cx='64' cy='64' r='64' /></svg>"> |
</html> |