X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=build%2Fruntest%2Fenv.js;h=30cd8f1b447f41612b235d56c7c64f212ceb10eb;hb=e155a6ae51fad3649e77ebc6f784e4fc6b957ad1;hp=0d3be388cce0ba49ccfaa555427748b44e05f9b5;hpb=89a9a747b603ae21945aa0cbcdf13560d3e7cea1;p=jquery.git diff --git a/build/runtest/env.js b/build/runtest/env.js index 0d3be38..30cd8f1 100644 --- a/build/runtest/env.js +++ b/build/runtest/env.js @@ -296,6 +296,9 @@ var window = this; get type() { return this.getAttribute("type") || ""; }, set type(val) { return this.setAttribute("type",val); }, + get value() { return this.getAttribute("value") || ""; }, + set value(val) { return this.setAttribute("value",val); }, + get src() { return this.getAttribute("src") || ""; }, set src(val) { return this.setAttribute("src",val); },