From a45e1d9d95831077d3dcaf2cec696c43720a7bd5 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 13 Oct 2016 23:34:55 -0400 Subject: [PATCH 1/2] Implement "reset algorithm" for ` " + description); + + test(function() { + setPreconditions("Setting preconditions for resetting " + description); + reset(); assert_equals(document.getElementById("ta").value, document.getElementById("ta").textContent, "The value attribute of the textarea element should be reset."); assert_equals(document.getElementById("ta").value, "abc", "The value attribute of the textarea element should be 'abc'."); + }, "Resetting