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

Side by Side 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 unified diff | Download patch
OLDNEW
1 1
2 Tests that querying offsetWidth twice leads to the same result - no red backgrou nd should be visible. 2 Tests that querying offsetWidth twice leads to the same result - no red backgrou nd should be visible.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 PASS newObject.offsetWidth is 0 7 PASS newObject.offsetWidth is 0
11 PASS newObject.offsetWidth is 0 8 PASS newObject.offsetWidth is 0
12 PASS newObject.offsetWidth is 302 9 PASS newObject.offsetWidth is 302
13 PASS newObject.offsetWidth is 302 10 PASS newObject.offsetWidth is 302
14 FAIL newObject.offsetWidth should be 502. Was 302. 11 PASS newObject.offsetWidth is 402
15 FAIL newObject.offsetWidth should be 502. Was 302. 12 PASS newObject.offsetWidth is 402
13 PASS successfullyParsed is true
16 14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698