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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-clutter-expected.txt

Issue 2256013003: Remove SMIL deprecation warning (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 ERROR: line 4: The XSS Auditor refused to execute a script in 'http://lo calhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=%3Csvg%20xmlns:xli nk=%27http://www.w3.org/1999/xlink%27%3E%3Ca%3E%3Ccircle%20r=100%20/%3E%3Canimat e%20attributeName=xlink:href%20values=%3Bjavascript%3Aalert(1)%3B&clutter=blah%2 7%3E&notifyDone=1&dumpElementBySelector=animate' because its source code was fou nd within the request. The auditor was enabled as the server sent neither an 'X- XSS-Protection' nor 'Content-Security-Policy' header. 1 CONSOLE ERROR: line 4: The XSS Auditor refused to execute a script in 'http://lo calhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=%3Csvg%20xmlns:xli nk=%27http://www.w3.org/1999/xlink%27%3E%3Ca%3E%3Ccircle%20r=100%20/%3E%3Canimat e%20attributeName=xlink:href%20values=%3Bjavascript%3Aalert(1)%3B&clutter=blah%2 7%3E&notifyDone=1&dumpElementBySelector=animate' because its source code was fou nd within the request. The auditor was enabled as the server sent neither an 'X- XSS-Protection' nor 'Content-Security-Policy' header.
2 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead.
3 This test passes if the element displayed in the frame below has a 'values' attr ibute containing only 'javascript:void(0)'. 2 This test passes if the element displayed in the frame below has a 'values' attr ibute containing only 'javascript:void(0)'.
4 3
5 4
6 5
7 -------- 6 --------
8 Frame: '<!--framePath //<!--frame0-->-->' 7 Frame: '<!--framePath //<!--frame0-->-->'
9 -------- 8 --------
10 animate => animate 9 animate => animate
11 * attributeName: xlink:href 10 * attributeName: xlink:href
12 * values: javascript:void(0) 11 * values: javascript:void(0)
13 Page rendered here. 12 Page rendered here.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698