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

Unified Diff: third_party/WebKit/LayoutTests/svg/foreignObject/fO-percentage-height-style-expected.txt

Issue 1405283006: Deprecate SVGElement.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests instead Created 5 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698