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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt

Issue 2222993002: Deprecate SVGSVGElement.viewport attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 CONSOLE WARNING: line 6: SVGSVGElement.viewport is deprecated and will be remove d in M55, around November 2016. See https://www.chromestatus.com/features/568686 5248124928 for more details.
1 Tests whether immutable properties can not be modified. 2 Tests whether immutable properties can not be modified.
2 3
3 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 ".
4 5
5 6
6 PASS viewport.x is 0 7 PASS viewport.x is 0
7 PASS viewport.x is 100 8 PASS viewport.x is 100
8 PASS svgDoc.documentElement.viewport.x is 0 9 PASS svgDoc.documentElement.viewport.x is 0
9 PASS successfullyParsed is true 10 PASS successfullyParsed is true
10 11
11 TEST COMPLETE 12 TEST COMPLETE
12 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698