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

Unified Diff: LayoutTests/fast/frames/viewsource/viewsource-incomplete-token-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/fast/frames/viewsource/viewsource-incomplete-token-expected.txt
diff --git a/LayoutTests/fast/frames/viewsource/viewsource-incomplete-token-expected.txt b/LayoutTests/fast/frames/viewsource/viewsource-incomplete-token-expected.txt
index e1a211cf51a0e9d80f4011ec51056c8d86f092c1..b21c2f391acff8f311e1fdaae431f741c623cbcc 100644
--- a/LayoutTests/fast/frames/viewsource/viewsource-incomplete-token-expected.txt
+++ b/LayoutTests/fast/frames/viewsource/viewsource-incomplete-token-expected.txt
@@ -1 +1 @@
-<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">Incomplete token test</td></tr><tr><td class="webkit-line-number" value="2"></td><td class="webkit-line-content">text <span class="webkit-html-end-of-file">&lt;h1 there! This text will never make it into a token.</span></td></tr><tr><td class="webkit-line-number" value="3"></td><td class="webkit-line-content"><span class="webkit-html-end-of-file">But it should be in view-source.</span></td></tr><tr><td class="webkit-line-number" value="4"></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">Incomplete token test</td></tr><tr><td class="line-number" value="2"></td><td class="line-content">text <span class="html-end-of-file">&lt;h1 there! This text will never make it into a token.</span></td></tr><tr><td class="line-number" value="3"></td><td class="line-content"><span class="html-end-of-file">But it should be in view-source.</span></td></tr><tr><td class="line-number" value="4"></td><td class="line-content"><span class="html-end-of-file"></span></td></tr></tbody></table></body></html>

Powered by Google App Engine
This is Rietveld 408576698