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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/dangling-markup/src-attribute-expected.txt

Issue 2895953002: Update dangling markup mitigations. (Closed)
Patch Set: Test. Created 3 years, 6 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
(Empty)
1 CONSOLE WARNING: Resource requests whose URLs contain raw newline characters are deprecated, and may be blocked in M60, around August 2017. Please remove newlin es from places like element attribute values in order to continue loading those resources. See https://www.chromestatus.com/features/5735596811091968 for more d etails.
2 This is a testharness.js-based test.
3 PASS <img id="dangling" src="http://127.0.0.1:8000/security/resources/abe.png?da ta=1&#10;b">
4 PASS <img id="dangling" src="http://127.0.0.1:8000/security/resources/abe.png?im g=2&#10;b&lt;c">
5 PASS <img id="dangling" src="http://127.0.0.1:8000/security/resources/abe. png?img=3 b&lt;c ">
6 FAIL <img id="dangling" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAA ABnAQMAAACQMjadAAAAA1BMVEX///+nxBvIAAAAEUlEQVQ4y2MYBaNgFIwCegAABG0AAd5G4RkAAAAAS UVORK5CYII="> assert_equals: Height expected 0 but got 103
7 PASS <img id="dangling" src="http://127.0.0.1:8000/security/resources/abe.png?4& img=&lt;b">
8 PASS <img id="dangling" src="http://127.0.0.1:8000/security/resources/abe.png?5& data=&amp;#10;b">
9 PASS <img id="dangling" src="http://127.0.0.1:8000/security/resources/abe.png?6& img=&amp;lt;b">
10 PASS <img id="dangling" src="http://127.0.0.1:8000/security/resources/abe.png?7& img=&amp;#10;b&amp;lt;c">
11 PASS <img id="dangling" src=" http://127.0.0.1:8000/security/resour ces/abe.png?8 "> <input type=hidden name=csrf value=sekrit>
12 PASS <img id="dangling" src=" http://127.0.0.1:8000/security/resource s/abe.png?9&img=&amp;lt; "> <input type=hidden name=csrf value=sekrit>
13 PASS <img id="dangling" src=" http://127.0.0.1:8000/security/resource s/abe.png?10&img=&amp;#10; "> <input type=hidden name=csrf value=sekri t>
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698