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; |