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

Unified Diff: LayoutTests/fast/forms/checkValidity-on-cloned-node-expected.txt

Issue 1134593004: Reapply the patch r191685 with fixing the regression issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: LayoutTests/fast/forms/checkValidity-on-cloned-node-expected.txt
diff --git a/LayoutTests/fast/forms/checkValidity-on-cloned-node-expected.txt b/LayoutTests/fast/forms/checkValidity-on-cloned-node-expected.txt
index 09e73a3d205e4675581dd2525464d8ec366386d3..ddc661928d5127e8ac1ceaaa91ed39f364a69c6c 100644
--- a/LayoutTests/fast/forms/checkValidity-on-cloned-node-expected.txt
+++ b/LayoutTests/fast/forms/checkValidity-on-cloned-node-expected.txt
@@ -12,8 +12,8 @@ PASS select.checkValidity() is true
FAIL clonedSelect.checkValidity() should be true. Was false.
PASS clonedSelectDeep.checkValidity() is true
PASS textarea.checkValidity() is true
-FAIL clonedTextArea.checkValidity() should be true. Was false.
-FAIL clonedTextAreaDeep.checkValidity() should be true. Was false.
+PASS clonedTextArea.checkValidity() is true
+PASS clonedTextAreaDeep.checkValidity() is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698