Index: third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-value-null.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-value-null.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-value-null.html |
index 5e33ecde1784aa90c85fb7d254a8e3d8e960b2be..2c884953324c52d27666a2a01f50c42458f8119a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-value-null.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-value-null.html |
@@ -1,13 +1,13 @@ |
<!DOCTYPE html> |
<html> |
<head> |
+<title>This test checks that assigning null to HTMLInputElement.value behaves |
+correctly; i.e. as if the empty string was assigned.</title> |
<script src="../../../resources/testharness.js"></script> |
<script src="../../../resources/testharnessreport.js"></script> |
<link rel="stylesheet" href="../../../resources/testharness.css"> |
</head> |
<body> |
-<p>This test checks that assigning null to HTMLInputElement.value behaves |
- correctly; i.e. as if the empty string was assigned.</p> |
<form style="display: none"> |
<input id="text-with-default" type="text" value="default"> |
<input id="text-without-default" type="text"> |