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

Side by Side Diff: LayoutTests/svg/as-object/nested-embedded-svg-size-changes-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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
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

Powered by Google App Engine
This is Rietveld 408576698