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

Unified Diff: LayoutTests/svg/animations/attributeTypes-expected.txt

Issue 963733002: [svg2] Make 'width' and 'height' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline some EX tests [Mac Win] Created 5 years, 9 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/attributeTypes-expected.txt
diff --git a/LayoutTests/svg/animations/attributeTypes-expected.txt b/LayoutTests/svg/animations/attributeTypes-expected.txt
index c7096a7729593de15fd07632a3ae54bbc468459e..81f577f9766f80c5fce8405721a5a092bc87e355 100644
--- a/LayoutTests/svg/animations/attributeTypes-expected.txt
+++ b/LayoutTests/svg/animations/attributeTypes-expected.txt
@@ -11,8 +11,8 @@ PASS rect1.width.baseVal.value is 10
PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
-PASS rect2.width.animVal.value is 100
-PASS rect2.width.baseVal.value is 100
+PASS rect2.width.animVal.value is 10
+PASS rect2.width.baseVal.value is 10
PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
@@ -33,8 +33,8 @@ PASS rect1.width.baseVal.value is 10
PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
-PASS rect2.width.animVal.value is 100
-PASS rect2.width.baseVal.value is 100
+PASS rect2.width.animVal.value is 55
+PASS rect2.width.baseVal.value is 10
PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
@@ -56,7 +56,7 @@ PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
PASS rect2.width.animVal.value is 100
-PASS rect2.width.baseVal.value is 100
+PASS rect2.width.baseVal.value is 10
PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
@@ -78,7 +78,7 @@ PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
PASS rect2.width.animVal.value is 100
-PASS rect2.width.baseVal.value is 100
+PASS rect2.width.baseVal.value is 10
PASS colorComponents[1] is 0
PASS colorComponents[2] is 128
PASS colorComponents[3] is 0
« no previous file with comments | « LayoutTests/inspector/elements/styles/svg-style-expected.txt ('k') | LayoutTests/svg/animations/resources/attributeTypes.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698