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

Unified Diff: LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt

Issue 135103003: Updating <object> upon changing "data", "classid", "type" attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + method rename Created 6 years, 11 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/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt
diff --git a/LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt b/LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt
index 5a48f4ed83492d55b9d957b004ad3127ea538f6b..131a73cf4ff204cc635ca8459da3ea04f655cc3a 100644
--- a/LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt
+++ b/LayoutTests/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt
@@ -4,13 +4,13 @@ Tests that querying offsetWidth twice leads to the same result - no red backgrou
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS successfullyParsed is true
-
-TEST COMPLETE
PASS newObject.offsetWidth is 0
PASS newObject.offsetWidth is 0
PASS newObject.offsetWidth is 302
PASS newObject.offsetWidth is 302
-FAIL newObject.offsetWidth should be 502. Was 302.
-FAIL newObject.offsetWidth should be 502. Was 302.
+PASS newObject.offsetWidth is 402
+PASS newObject.offsetWidth is 402
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698