Index: third_party/WebKit/LayoutTests/svg/foreignObject/fO-percentage-height-style-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/foreignObject/fO-percentage-height-style-expected.txt b/third_party/WebKit/LayoutTests/svg/foreignObject/fO-percentage-height-style-expected.txt |
index b3ad3a7c77581d0d649a7bdd0de2f296994bf109..df1d95a92ac8638d1062833bfed7ad9fb9ee4369 100644 |
--- a/third_party/WebKit/LayoutTests/svg/foreignObject/fO-percentage-height-style-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/foreignObject/fO-percentage-height-style-expected.txt |
@@ -3,9 +3,9 @@ Test use of percentages inside foreignObject |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS nestedSvg.offsetHeight is 250 |
-PASS nestedSvg.offsetHeight is 125 |
-PASS nestedSvg.offsetHeight is 200 |
+PASS getComputedStyle(nestedSvg).height is '250px' |
+PASS getComputedStyle(nestedSvg).height is '125px' |
+PASS getComputedStyle(nestedSvg).height is '200px' |
PASS successfullyParsed is true |
TEST COMPLETE |