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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-value-null.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
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">

Powered by Google App Engine
This is Rietveld 408576698