Index: LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
diff --git a/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt b/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
index ac285bdcf896a83b260cc7feeb1619daf419f0ab..b8215d289be1a40459d2ac0356555d4b4eb14f55 100644 |
--- a/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
+++ b/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
@@ -34,6 +34,9 @@ PASS window.getComputedStyle(viewportElement).top is '60px' |
PASS window.getComputedStyle(viewportElement).right is '80px' |
PASS window.getComputedStyle(viewportElement).bottom is '60px' |
PASS window.getComputedStyle(viewportElement).left is '80px' |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Reported computed offset should not change with zoom level. |