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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html

Issue 2106873003: Fix one typo (sample CL for rebaseline-with-try-jobs). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated baselines. Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/fast/dom/comment-not-documentElement-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html b/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html
index b5586ee22b74a65773868f877aa99a6a8be459fd..d3455c469626d9c36c8e0f2d8b977b45fbc15541 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html
@@ -4,7 +4,7 @@
<body>
<script>
if (document.documentElement.nodeType == Node.ELEMENT_NODE)
- document.write("SUCESS");
+ document.write("SUCCESS");
else
document.write("FAIL");
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/fast/dom/comment-not-documentElement-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698