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

Unified Diff: LayoutTests/http/tests/security/xssAuditor/viewsource-script-tag-expected.txt

Issue 306953006: Remove webkit- prefix from classes used by View Source (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/xssAuditor/viewsource-script-tag-expected.txt
diff --git a/LayoutTests/http/tests/security/xssAuditor/viewsource-script-tag-expected.txt b/LayoutTests/http/tests/security/xssAuditor/viewsource-script-tag-expected.txt
index d1a3359962e1693e9272214691e3fb419eea4779..8863db456d232bcd3f801882686e0595b6fbbf5c 100644
--- a/LayoutTests/http/tests/security/xssAuditor/viewsource-script-tag-expected.txt
+++ b/LayoutTests/http/tests/security/xssAuditor/viewsource-script-tag-expected.txt
@@ -19,4 +19,4 @@ instead the "alert(/xss/)" is in a highlighted span.</p>
--------
Frame: 'x'
--------
-<html><head></head><body><div class="webkit-line-gutter-backdrop"></div><table><tbody><tr><td class="webkit-line-number" value="1"></td><td class="webkit-line-content"><span class="webkit-html-doctype">&lt;!DOCTYPE html&gt;</span></td></tr><tr><td class="webkit-line-number" value="2"></td><td class="webkit-line-content"><span class="webkit-html-tag">&lt;html&gt;</span></td></tr><tr><td class="webkit-line-number" value="3"></td><td class="webkit-line-content"><span class="webkit-html-tag">&lt;body&gt;</span></td></tr><tr><td class="webkit-line-number" value="4"></td><td class="webkit-line-content"><span class="webkit-html-tag">&lt;script&gt;</span><span class="webkit-highlight" title="Token contains a reflected XSS vector">alert(/xss/)</span><span class="webkit-html-tag">&lt;/script&gt;</span><span class="webkit-html-tag">&lt;/body&gt;</span></td></tr><tr><td class="webkit-line-number" value="5"></td><td class="webkit-line-content"><span class="webkit-html-tag">&lt;/html&gt;</span></td></tr><tr><td class="webkit-line-number" value="6"></td><td class="webkit-line-content"><span class="webkit-html-end-of-file"></span></td></tr></tbody></table></body></html>
+<html><head></head><body><div class="line-gutter-backdrop"></div><table><tbody><tr><td class="line-number" value="1"></td><td class="line-content"><span class="html-doctype">&lt;!DOCTYPE html&gt;</span></td></tr><tr><td class="line-number" value="2"></td><td class="line-content"><span class="html-tag">&lt;html&gt;</span></td></tr><tr><td class="line-number" value="3"></td><td class="line-content"><span class="html-tag">&lt;body&gt;</span></td></tr><tr><td class="line-number" value="4"></td><td class="line-content"><span class="html-tag">&lt;script&gt;</span><span class="highlight" title="Token contains a reflected XSS vector">alert(/xss/)</span><span class="html-tag">&lt;/script&gt;</span><span class="html-tag">&lt;/body&gt;</span></td></tr><tr><td class="line-number" value="5"></td><td class="line-content"><span class="html-tag">&lt;/html&gt;</span></td></tr><tr><td class="line-number" value="6"></td><td class="line-content"><span class="html-end-of-file"></span></td></tr></tbody></table></body></html>
« no previous file with comments | « LayoutTests/http/tests/security/xssAuditor/viewsource-onmouseover-expected.txt ('k') | Source/core/css/view-source.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698