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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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 unified diff | Download patch | Annotate | Revision Log
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
7 PASS newObject.offsetWidth is 0 10 PASS newObject.offsetWidth is 0
8 PASS newObject.offsetWidth is 0 11 PASS newObject.offsetWidth is 0
9 PASS newObject.offsetWidth is 302 12 PASS newObject.offsetWidth is 302
10 PASS newObject.offsetWidth is 302 13 PASS newObject.offsetWidth is 302
11 FAIL newObject.offsetWidth should be 502. Was 302. 14 FAIL newObject.offsetWidth should be 502. Was 302.
12 FAIL newObject.offsetWidth should be 502. Was 302. 15 FAIL newObject.offsetWidth should be 502. Was 302.
13 PASS successfullyParsed is true 16 PASS successfullyParsed is true
14 17
15 TEST COMPLETE 18 TEST COMPLETE
16 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698