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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Document/adopt-node-with-doctype.html

Issue 1894103003: Remove superfluous "*-expected.txt" files in LayoutTests/fast/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/fast/dom/Document/adopt-node-with-doctype-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/Document/adopt-node-with-doctype.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/adopt-node-with-doctype.html b/third_party/WebKit/LayoutTests/fast/dom/Document/adopt-node-with-doctype.html
index b115d84e93f4fe3619b77d8cd1b63a46a92f0d13..e15e7823b72e61f6cf87c2ddbea74711ccaf1adc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/adopt-node-with-doctype.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/adopt-node-with-doctype.html
@@ -1,13 +1,12 @@
<!DOCTYPE html>
<html>
<head>
-<title>Document.adoptNode</title>
+<title>This page tests the DOM document.adoptNode method with DocumentType.</title>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<link rel="stylesheet" href="../../../resources/testharness.css">
</head>
<body>
-<p>This page tests the DOM document.adoptNode method with DocumentType.</p>
<script>
test(function() {
var doctype = document.doctype;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/Document/adopt-node-with-doctype-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698