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

Side by Side Diff: LayoutTests/svg/as-object/nested-embedded-svg-size-changes-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 This test checks that intrinsic size changes of an embedded SVG cause immediate updates of the object that embeds it. 2 This test checks that intrinsic size changes of an embedded SVG cause immediate updates of the object that embeds it.
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 Check initial <object> size, before external resource loaded 7 Check initial <object> size, before external resource loaded
8 PASS document.defaultView.getComputedStyle(object1).width is "400px" 8 PASS document.defaultView.getComputedStyle(object1).width is "400px"
9 PASS document.defaultView.getComputedStyle(object1).height is "200px" 9 PASS document.defaultView.getComputedStyle(object1).height is "200px"
10 PASS successfullyParsed is true
eae 2013/11/18 19:36:16 We have a bunch of test now that print this multip
11
12 TEST COMPLETE
10 13
11 Check initial <object> size, after external resource loaded - should not change. 14 Check initial <object> size, after external resource loaded - should not change.
12 PASS document.defaultView.getComputedStyle(object1).width is "400px" 15 PASS document.defaultView.getComputedStyle(object1).width is "400px"
13 PASS document.defaultView.getComputedStyle(object1).height is "200px" 16 PASS document.defaultView.getComputedStyle(object1).height is "200px"
14 17
15 Check final <object> size, after resizing finished 18 Check final <object> size, after resizing finished
16 PASS document.defaultView.getComputedStyle(object1).width is "400px" 19 PASS document.defaultView.getComputedStyle(object1).width is "400px"
17 PASS document.defaultView.getComputedStyle(object1).height is "200px" 20 PASS document.defaultView.getComputedStyle(object1).height is "200px"
18 21
19 Test passed if you see two green rectangles 22 Test passed if you see two green rectangles
20 PASS successfullyParsed is true 23 PASS successfullyParsed is true
21 24
22 TEST COMPLETE 25 TEST COMPLETE
23 26
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html ('k') | LayoutTests/svg/custom/acid3-test-77.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698