Index: third_party/WebKit/LayoutTests/svg/custom/use-attribute-invalidations.html |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/use-attribute-invalidations.html b/third_party/WebKit/LayoutTests/svg/custom/use-attribute-invalidations.html |
index 7817ca481f4b3abfc8809b365e366a7a0e95ac68..8d4470b69acde639979feaa6b8246b68c4a3d863 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/use-attribute-invalidations.html |
+++ b/third_party/WebKit/LayoutTests/svg/custom/use-attribute-invalidations.html |
@@ -18,8 +18,8 @@ This test passes if there are three green squares below:<br> |
onload = function() { |
// Wait until first layout is finished. |
window.requestAnimationFrame(function() { |
- document.getElementById('use2').removeAttribute('width'); |
- document.getElementById('use3').setAttribute('height', '100'); |
+ document.getElementById('use2').setAttribute('width', '100'); |
+ document.getElementById('use3').removeAttribute('height'); |
}); |
} |
</script> |