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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- this comment should not become the documentElement, 1 <!-- this comment should not become the documentElement,
2 if it does then the page will be blank --> 2 if it does then the page will be blank -->
3 <html> 3 <html>
4 <body> 4 <body>
5 <script> 5 <script>
6 if (document.documentElement.nodeType == Node.ELEMENT_NODE) 6 if (document.documentElement.nodeType == Node.ELEMENT_NODE)
7 document.write("SUCESS"); 7 document.write("SUCCESS");
8 else 8 else
9 document.write("FAIL"); 9 document.write("FAIL");
10 </script> 10 </script>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW
« 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