summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-15 23:46:03 +0000
committerarv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-15 23:46:03 +0000
commit3b941147af34e8b0b6e00964133340f11312f183 (patch)
tree63853716cf91893167cec2099614afef2b700c86 /third_party/WebKit
parentd50906dc4e730bfff70f16022a7ec09c68e1aa27 (diff)
downloadchromium_src-3b941147af34e8b0b6e00964133340f11312f183.zip
chromium_src-3b941147af34e8b0b6e00964133340f11312f183.tar.gz
chromium_src-3b941147af34e8b0b6e00964133340f11312f183.tar.bz2
JS Test Harness: Make console and description elements optional in the HTML
https://bugs.webkit.org/show_bug.cgi?id=69881 Reviewed by Darin Adler. This makes the description element and the console element in the HTML files optional and these gets created as needed by the call to description() and debug(). This removes the description and console elements from a lots of files in LayoutTests/fast/ * fast/js/resources/js-test-pre.js: git-svn-id: svn://svn.chromium.org/blink/trunk@97566 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit')
-rw-r--r--third_party/WebKit/LayoutTests/ChangeLog14
-rw-r--r--third_party/WebKit/LayoutTests/editing/execCommand/break-out-of-empty-list-item.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/repeat/margin-shorthand.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-background-size-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-inherit.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-360-winding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-connecting-line.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-zero-lineto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-closePath-single-point.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-createPattern-fillRect-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-alpha-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-gradient-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-gradient-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-font-ex-units-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-negative-source.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-addStop-error.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-without-path.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth-intact-after-strokeRect.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-longlived-context.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData-expected.txt2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-radial-gradient-spreadMethod.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-save-restore-with-path.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-drawImage-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillPath-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillRect-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-strokePath-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-state-intact-after-putImageData.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-alpha-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-alpha-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-gradient-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeText-strokes-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-style-intact-after-text.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-transforms-fillRect-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-transparency-and-composite.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-with-illegal-args.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/set-colors.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/translate-text.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-UTF-16.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/cookies/local-file-can-set-cookies.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/CSSPrimitiveValue-exceptions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/background-clip-text.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/border-start-end.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/counters/counter-cssText.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/counters/getCounterValue.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/css-selector-text.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/css3-nth-space.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/device-aspect-ratio.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/dynamic-pseudo-class.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/font-face-descriptor-multiple-values-parsing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-monospace.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-with-zoom.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/getFloatValueForUnit.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/html-attr-case-sensitivity.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/insertRule-font-face.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/insertRule-media.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/invalid-appearance-progress-bar-meter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/invalid-rule-value.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/margin-start-end.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/max-device-aspect-ratio.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/max-height-and-max-width.html4
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/min-device-aspect-ratio.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/padding-no-renderer.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/padding-start-end.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/parsing-color-correction.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/parsing-text-rendering.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/parsing-webkit-font-smoothing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/pseudo-in-range.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/pseudo-out-of-range.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/pseudo-required-optional-005.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/string-quote-binary.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/test-setting-canvas-color.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/css/transform-origin-parsing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Attr/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/transition-property-names.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DOMException/EventException.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DOMException/RangeException.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DOMException/XPathException.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DOMException/prototype-object.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/no-page-cache.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/optional-event-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/event-after-navigation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-page-cache.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/createElementNS-namespace-err.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/document-write-doctype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/replaceChild-null-oldChild.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Document/title-with-multiple-children.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/attr-param-typechecking.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/attrisid-extra01.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/dimension-properties-unrendered.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/element-traversal.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-applet.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-deletebutton.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-formcollection.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-frame.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-getelement01.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-insert-hr.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-map.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-node-list-index01.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/id-in-param.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/node-list-identity.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/EntityReference/readonly-exceptions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/EntityReference/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/argument-types.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-exception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/clear-watch-invalid-id-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-already.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-permission-denied.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/enabled.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/error.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/maximum-age.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/multiple-requests.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/no-page-cache.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/notimer-after-unload.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-clear-watch.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-error.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-success.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/position-string.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-error.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-success.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/remove-remote-context-in-error-callback-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/success.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-clear-watch.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-zero.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/timestamp.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/watch.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-href-attribute-port.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-prevents-rebase.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLElement/spellcheck.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/size-attribute.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/parse-src.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/checked-pseudo-selector.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/size-attribute.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-control.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/disabled-attribute.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-clone.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html4
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-validity.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/progress-clone.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-async-attr.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/named-options.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/rows.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/MediaStream/argument-types.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/MediaStream/enabled.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/MediaStream/no-interface-object.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Node/DOMNodeRemovedEvent.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Node/contains-method.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Node/initial-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Node/isEqualNode.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Node/normalize-with-cdata.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Node/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-item-call-as-function.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/NodeList/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/31684.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/insertNode-empty-fragment-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/mutation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-empty.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/range-exceptions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-separate-endContainer.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-splittext.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/range-modifycontents.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Range/select-node-different-document.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Selection/collapseToX-empty-selection.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Selection/getRangeAt.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Selection/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-strict.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTag.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/detached-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/elementRoot.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-almost-strict.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-strict.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/undefined-null-stringify.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/viewless-document.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/css-medialist-item.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html4
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml4
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/get-stylesheet-byname.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/StyleSheet/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Text/replaceWholeText.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Text/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/TreeWalker-currentNode.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/acceptNode-filter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/filter-throw.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousNodeLastChildReject.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousSiblingLastChildSkip.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-reject.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip-most.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/URL-attribute-reflection.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-defineGetter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-with.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-defineGetter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-with.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-with.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-defineGetter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-with.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-window-using-defineGetter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-string.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-window-using-js-object-with-location-field.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/atob-btoa.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/customized-property-survives-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/invalid-protocol.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/new-window-opener.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-frames-self-referential.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-property-descriptors.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-sub-frame.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-resize.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/Window/window-scroll-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/XMLHttpRequest-constants.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/allowed-children.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/attribute-legacy-colors.html5
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/boolean-attribute-reflection.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/console-log-stack-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/constructed-objects-prototypes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate-expected.txt1
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/constructors-cached.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/css-RGBValue.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/css-mediarule-parentRule.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/dataset-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/dataset-xhtml.xhtml2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/dataset.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/document-all-select.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/document-all-tags.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/document-head.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/document-set-body-expected.txt3
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/document-set-body.html62
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/domListEnumeration.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/domtimestamp-is-number.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/event-attribute-availability.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/icon-size-property.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/incompatible-operations.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/inner-text-first-letter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/javascript-url-exception-isolation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/node-iterator-with-doctype-root.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/node-prefix-setter-namespace-exception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance-2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/prototype-property.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/set-custom-validity-with-too-few-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/setPrimitiveValue-exceptions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/webtiming-document-open.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/webtiming-navigate-within-document.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/webtiming.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html4
-rw-r--r--third_party/WebKit/LayoutTests/fast/dom/wrapper-identity.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/encoding/char-decoding-mac.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/encoding/char-encoding-mac.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/encoding/char-encoding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/encoding/idn-security.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/encoding/invalid-xml.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/blur-focus-window-should-blur-focus-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/close-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/custom-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/error-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/event-constructors.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/hash-change-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/message-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/page-transition-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/pop-state-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/progress-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/webkit-animation-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/constructors/webkit-transition-event-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/create-document-crash-on-attach-event.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/event-creation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/event-function-toString.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/event-input-contentEditable.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/event-listener-list-mutation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/event-listener-map-rehash-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/event-listener-sharing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/fire-popstate-event.html4
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/fire-scroll-event-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/fire-scroll-event.html4
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/init-events.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/inputText-never-fired-on-keydown-cancel.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/keydown-numpad-keys.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/message-port-multi.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/mouse-click-events.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/onunload-back-to-page-cache.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html5
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-move-test.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-propagation-test.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/page-visibility-transition-test.html5
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/pagehide-timeout-expected.txt6
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/pagehide-timeout.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/scroll-event-during-modal-dialog.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/scroll-event-phase.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/events/tab-is-focusable-assert.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/exclusions/parsing-wrap-shape.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/files/not-enough-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/async-operations.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/directory-entry-to-uri.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/file-entry-to-uri.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/file-from-file-entry.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/filesystem-missing-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/filesystem-reference.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/flags-passing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/read-directory.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/simple-persistent.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/simple-temporary.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/async-operations.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/file-entry-to-uri-sync.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry-sync.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent-sync.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary-sync.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/filesystem/workers/sync-operations.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-button-html.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-input-html.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/get-forms-to-about-blank.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-button-html.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-input-html.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-local-origin-allow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-set-location.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/iframe-reparenting-new-page.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/gradients/css3-gradient-parsing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/article-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/aside-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/disable-style-element.html3
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/figcaption-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/figure-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/footer-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/header-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/hgroup-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/hidden-attr-dom.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/mark-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/marquee-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/numbered-header-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/section-element.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/html/set-text-direction.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/images/border.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-special-elements.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/Array-isArray.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/JSON-parse-reviver.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/JSON-parse.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/JSON-stringify-replacer.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/JSON-stringify.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/Object-create.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/Object-defineProperties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/Object-defineProperty.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/Object-getOwnPropertyNames.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/Object-keys.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/ToNumber.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/activation-proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/add-recovery.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/arguments-bad-index.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-constructor-host-call.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-enumerators-functions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-every.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-filter.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-float-delete.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-functions-non-arrays.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-holes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-index-immediate-types.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-indexing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-iterate-backwards.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-join-bug-11524.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-lastIndexOf.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-proto-func-length-getter-except.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-proto-func-property-getter-except.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-prototype-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-reduce.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-reduceRight.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-reset-large-index.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-sort-exception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-sort-modifying-tostring.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-sort-numericCompare.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-sort-reentrance.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-splice.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-tostring-and-join.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-tostring-ignore-separator.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/array-type-speculation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/assign.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/avl-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/basic-strict-mode.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/bitops-type-tag.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/bom-in-file-retains-correct-offset.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/boolean-argument-prediction.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/boxed-double-to-int.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/break-ASI.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/cached-eval-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/call-apply-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/call-base-resolution.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/caller-property.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/char-at.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/closure-inside-extra-arg-call.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/code-serialize-paren.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/codegen-jless.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/codegen-loops-logical-nodes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/codegen-peephole-locals.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/codegen-temporaries-multiple-global-blocks.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/codegen-temporaries.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/comparefn-sort-stability.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/comparison-operators-greater.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/comparison-operators-less.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/comparison-operators.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt4
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/console-non-string-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/const-without-initializer.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/const.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/constant-count.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/constant-encoding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/constant-folding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/constructor-attributes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/continue-break-multiple-labels.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/convert-nan-to-bool.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/cross-frame-prototype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/custom-constructors.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/cyclic-proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/cyclic-prototypes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/cyclic-ref-toString.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-DST-pre-1970.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-DST-time-cusps.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-big-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-big-setdate.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-big-setmonth.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-daysfrom1970-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-negative-setmonth.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-parse-comments-test.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-parse-test.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-preserve-milliseconds.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-set-to-nan.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-toisostring.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/date-utc-timeclip.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/debugger.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/declaration-in-block.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/deep-recursion-test.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/delete-getters-setters.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/delete-multiple-global-blocks.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/delete-syntax.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/delete-then-put.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/dfg-min-max.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/dictionary-no-cache.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/dictionary-prototype-caching.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/do-while-semicolon.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/dot-node-base-exception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/duplicate-param-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/duplicate-param-gc-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/end-in-string-escape.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/equality.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/eval-cache-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/eval-contained-syntax-error.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/eval-throw-return.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/eval-var-decl.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-expression-offset.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-for-nonobject.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1-expected.txt10
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1.html12
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt10
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2.html12
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-3.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-linenums.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-registerfile-shrink.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-try-finally-scope-error.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/excessive-comma-usage.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/finally-codegen-failure.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/for-in-avoid-duplicates.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/for-in-cached.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/for-in-exeception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/for-in-to-text.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/for-in-var-scope.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-apply-aliased.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-apply-many-args.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-apply.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-bind.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-call-aliased.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-call-register-allocation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-constructor-newline-after-brace.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-constructor-single-line-comment.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-declaration-statement.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-declaration.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-declarations-in-switch-statement.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-decompilation-operators.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-dot-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-name.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-names.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-prototype-descriptor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-prototype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-redefinition.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-toString-object-literals.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-toString-parentheses.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/function-toString-semicolon-insertion.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/getter-setter-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/global-constructors.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/global-function-resolve.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/global-resolve-through-eval.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/gmail-re-re.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/has-own-property.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/i18n-bindings-locale.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/ignored-result-null-comparison-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/ignored-result-ref-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/immediate-constant-instead-of-cell.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/implicit-call-with-global-reentry.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/instance-of-immediates.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/instanceof-XMLHttpRequest.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/instanceof-operator.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/integer-extremes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/interpreter-no-activation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/invalid-callframe-during-unwind.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/isPrototypeOf.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/js-constructors-use-correct-global.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/js-continue-break-restrictions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/Array.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/Boolean.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/Date-setYear.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/Error.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/GlobalObject.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/Number.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/Object.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/Prototype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/RegExp.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/StringObject.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/arguments-scope.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/assignments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/cast.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/comment-1.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/comment-2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/completion.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/conditional.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/const.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/constructor_length.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/crash-1.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/crash-2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/delete.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/empty.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/encode_decode_uri.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/eval.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/evil-n.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/exception_propagation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/exceptions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/func-decl.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/function.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/function_arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/function_constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/function_length.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/garbage-n.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_tostring.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/iteration.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/j-comment-3.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/j-comment-4.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/literals.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/lval-exceptions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/math.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/md5-1.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/md5-2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/object_prototype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/object_prototype_tostring.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/operators.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/parse.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/prototype_length.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/prototype_proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/scope.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE-n.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/statements.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/string-1-n.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/string-2-n.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/kde/var_decl_init.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/keywords-and-reserved_words.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/large-expressions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/lastModified.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/logical-or-jless.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/math-transforms.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/math.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/method-check.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/missing-style-end-tag-js.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/missing-title-end-tag-js.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/mod-by-zero.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/mod-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/modify-non-references.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/multiline-comment-newline.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/named-function-expression.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/native-error-prototype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/navigator-language.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/nested-functions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/nested-object-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/no-semi-insertion-at-end-of-script.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/non-object-proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/null-char-in-string.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/number-cell-reuse.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/number-parsing-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/number-toExponential.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/number-toString.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/number-tofixed.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/number-toprecision.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/numeric-compare.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/numeric-conversion.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/numeric-escapes-in-string-literals.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/object-extra-comma.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/object-literal-direct-put.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/object-literal-syntax.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/object-prototype-constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/object-prototype-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/object-prototype-toLocaleString.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/order-of-operations.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/parse-backslash-before-newline.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/parse-nan.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/parseFloat.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/parseInt.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/parser-high-byte-character.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/parser-syntax-check.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/parser-xml-close-comment.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/polymorphic-construct.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/postfix-syntax.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/prefix-syntax.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/pretty-print.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/preventExtensions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/primitive-method-this.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/primitive-property-access-edge-cases.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/property-getters-and-setters.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/propertyIsEnumerable.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/prototypes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/read-modify-eval.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/recursion-limit-equal.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/reentrant-caching.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/reentrant-call-unwind.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-alternatives.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-backreferences.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-bol-with-multiline.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-bol.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-char-insensitive.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-character-match-out-of-order.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-compile-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-compile.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-divequal.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-match.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-more.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-find-first-asserted.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-in-and-foreach-handling.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-lastindex.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-literals-arent-constants.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead-empty.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-many-brackets.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-negative-special-characters.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-no-extensions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-non-bmp.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-non-capturing-groups.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-non-character.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-non-greedy-parentheses.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-norepeat.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-overflow-too-big.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-range-bound-ffff.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-range-out-of-order.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-ranges-and-escaped-hyphens.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-stack-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-unicode-handling.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/regexp-unicode-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/registerCachingAcrossBranchTargets.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/rehash-assign.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/removing-Cf-characters.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/reparsing-semicolon-insertion.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/repeat-cached-vm-reentry.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/reserved-words-as-property.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/reserved-words-strict.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/reserved-words.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/resize-array-assign.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/resources/js-test-pre.js66
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/script-line-number-expected.txt4
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/script-line-number.html8
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/select-options-add.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/select-options-remove-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/select-options-remove.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/slash-lineterminator-parse.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/sort-large-array.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/sort-no-jit-code-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/sort-non-numbers.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/sort-randomly.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/sort-stability.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/sparse-array.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/stack-overflow-arrity-catch.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/stack-overflow-catch.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/stack-unwinding.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/statement-list-register-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/static-scope-object.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/strict-callback-this.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-capitalization.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-from-char-code.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-index-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-property-deletion.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-property-iteration.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-prototype-properties.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-replace-2.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-replace-3.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-slice-abnormal-values.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-sort.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-split-conformance.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-split-double-empty.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-split-ignore-case.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-substr.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string-trim.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/string_replace.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/switch-behaviour.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/this-non-object-proto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toInt32UInt32.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-elision-trailing-comma.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-exception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-for-var-decl.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-number-dot-expr.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-overrides.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-prefix-postfix-preserve-parens.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-recursion.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-stack-overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/toString-try-else.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/tostring-exception-in-property-access.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/transition-cache-dictionary-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/typeof-codegen-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/typeof-constant-string.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/typeof-syntax.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/unexpected-constant-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/unmatching-argument-count.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/unshift-multi.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-gc-crash.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/vardecl-blocks-init.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/vardecl-preserve-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/webcore-string-comparison.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/with-scope-gc.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/layers/negative-scroll-positions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/layers/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/media/media-query-serialization.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/block-nesting-cap.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/close-while-stopping.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/comment-in-textarea.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/double-write-from-closed-iframe.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/entity-end-style-tag.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/entity-end-title-tag.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/fragment-parser-doctype.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/fragment-parser.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/pre-first-line-break.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/parser/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/alternative-length-miscalculation.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/assertion.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/constructor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/cross-frame-callable.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/dotstar.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/early-acid3-86.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/ecma-regex-examples.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/invalid-range-in-class.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/malformed-escapes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/non-capturing-backtracking.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/non-pattern-characters.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/overflow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/parentheses.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/pcre-test-1.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/pcre-test-4.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/quantified-assertions.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/repeat-match-waldemar.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/slow.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regex/toString.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regions/content-webkit-from-flow-parsing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regions/region-element-display-restriction.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regions/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regions/webkit-flow-parsing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/regions/webkit-region-overflow-parsing.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/ruby/ruby-line-height.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/input-onspeechchange-event.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/input-ontextinput-event.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/input-readonly-and-disabled.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/input-text-language-tag.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/input-text-speechbutton.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/input-text-speechstart.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/speech-button-ignore-generated-events.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/speech-input-result-list-not-enough-arguments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/speech-input-scripting.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/table/border-changes.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/table/col-width-span-expand.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/table/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/text/find-backwards.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/text/find-kana.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/text/find-russian.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/text/find-soft-hyphen.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/text/line-break-after-question-mark.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/text/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/anchor.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/file-http-base.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/file.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/host.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/idna2003.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/idna2008.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/ipv4.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/ipv6.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/mailto.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/path-url.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/path.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/port.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/query.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/relative-unix.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/relative-win.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/relative.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/scheme.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/script-tests/TEMPLATE.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/segments-from-data-url.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/segments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/standard-url.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/trivial-segments.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/url/trivial.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/workers/dedicated-worker-lifecycle.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/workers/shared-worker-exception.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/workers/shared-worker-frame-lifecycle.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html2
-rw-r--r--third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-default-attributes.html2
-rw-r--r--third_party/WebKit/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt2
-rw-r--r--third_party/WebKit/LayoutTests/platform/qt/fast/dom/error-to-string-stack-overflow-expected.txt2
1055 files changed, 141 insertions, 2183 deletions
diff --git a/third_party/WebKit/LayoutTests/ChangeLog b/third_party/WebKit/LayoutTests/ChangeLog
index f1eaf78..1d474f7 100644
--- a/third_party/WebKit/LayoutTests/ChangeLog
+++ b/third_party/WebKit/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2011-10-15 Erik Arvidsson <arv@chromium.org>
+
+ JS Test Harness: Make console and description elements optional in the HTML
+ https://bugs.webkit.org/show_bug.cgi?id=69881
+
+ Reviewed by Darin Adler.
+
+ This makes the description element and the console element in the HTML files
+ optional and these gets created as needed by the call to description() and debug().
+
+ This removes the description and console elements from a lots of files in LayoutTests/fast/
+
+ * fast/js/resources/js-test-pre.js:
+
2011-10-15 Robert Hogan <robert@webkit.org>
Missed mac result from r97555
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/break-out-of-empty-list-item.html b/third_party/WebKit/LayoutTests/editing/execCommand/break-out-of-empty-list-item.html
index 07d9a40..c03290a 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/break-out-of-empty-list-item.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/break-out-of-empty-list-item.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/break-out-of-empty-list-item.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html
index 769bdb6..5ea1f33 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-cancel.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html
index fb8c421..9a18d64 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-cancel2.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-cancel2.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html
index dcf69d8..af74351 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-display.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-display.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html
index eb8790b..f32b09a 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-during-modal.html
@@ -3,8 +3,6 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests that requestAnimationFrame callbacks are not invoked while modal dialogs are displayed.');
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html
index 9a2336d..ee2f49d 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-iframe.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<iframe src="script-tests/request-animation-frame-subframe.html" width="700" height="500"></iframe>
<script type="text/javascript" charset="utf-8">
description("Tests requestAnimationFrame in an iframe");
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html
index e19d574..571e229 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-missing-arguments.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Test how animation methods react to too few arguments.');
shouldThrow("webkitRequestAnimationFrame()");
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html
index 33a641e..182f0e9 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps-advance.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-timestamps-advance.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html
index f1925af..5201d30 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-timestamps.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-timestamps.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html
index 15dfd50..ba5c1cd 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame-within-callback.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame-within-callback.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html
index 439c745..30cf08a1 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/request-animation-frame.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="script-tests/request-animation-frame.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html
index dbbd9d9..fe209e6 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script src="YOUR_JS_FILE_HERE"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html b/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html
index 7a6d9c2..0a76aab 100644
--- a/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html
+++ b/third_party/WebKit/LayoutTests/fast/animation/script-tests/request-animation-frame-subframe.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="e"></span>
<span id="f"></span>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style.html b/third_party/WebKit/LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style.html
index ec238fa..45e2b61 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/multiple-backgrounds-computed-style.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand.html b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand.html
index 94ee58f..748f811 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/background-repeat-shorthand.html
@@ -6,8 +6,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="icon1"></div>
<div id="icon2"></div>
<script src="resources/background-repeat-shorthand.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/margin-shorthand.html b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/margin-shorthand.html
index c270ec4..fae64c2 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/margin-shorthand.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/margin-shorthand.html
@@ -6,8 +6,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="icon"></div>
<script src="resources/margin-shorthand.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html
index aac9bdb..5fe76f3 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parsing-background-repeat.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/backgrounds/script-tests/TEMPLATE.html
index dc61cc8..e4f992b 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-background-size-values.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-background-size-values.html
index 96d0549..b6f448a 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-background-size-values.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-background-size-values.html
@@ -6,8 +6,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/parsing-background-size-values.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-inherit.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-inherit.html
index 9ff2553..19ff6b3 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-inherit.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/parsing-inherit.html
@@ -6,8 +6,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/parsing-inherit.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html b/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html
index 1910fdc..bc6fc06 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html
@@ -8,8 +8,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width="100" height="100"></canvas>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite.html
index 8274092..8c5095c1 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width=600 height=300>
<script src="resources/canvas-2d-imageData-create-nonfinite.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html
index 1703ae7..8f6edb6 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas"></canvas>
<script src="canvas-ImageData-behaviour.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html
index bde66ebd..c914476 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width="200" height="200"></canvas>
<script src="canvas-alphaImageData-behavior.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-360-winding.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-360-winding.html
index c8f0e8e..d49bb0f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-360-winding.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-360-winding.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-arc-360-winding.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-connecting-line.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-connecting-line.html
index a6c5362..f92372d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-connecting-line.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-connecting-line.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-arc-connecting-line.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-zero-lineto.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-zero-lineto.html
index a693a18..2d9bda1 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-zero-lineto.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-zero-lineto.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width="100" height="100"></canvas>
<script>
description("Bug 55696: Series of tests to ensure zero-length arc extends current subpath");
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
index b6798c8..41d90629 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-clearRect.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-closePath-single-point.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-closePath-single-point.html
index daa9cff..3a9f337 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-closePath-single-point.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-closePath-single-point.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-closePath-single-point.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html
index fed1bf6..14c2248 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-color-clamping.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html
index 34b1b32..4e96430 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-color-serialization.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html
index e8cd26a..67d9d6a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-copyPixels.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html
index 7ee5d4c..9e9e1f3 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-createImageData.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createPattern-fillRect-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createPattern-fillRect-shadow.html
index 9fb08be..f14b1af 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createPattern-fillRect-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createPattern-fillRect-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-createPattern-fillRect-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html
index 69b7244..45f2e61 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-currentColor.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html
index ae71a6ba..f5cd989 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-draw-canvas-on-canvas-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html
index 4e622b4..3a1653a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-drawImage-incomplete.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html
index 953c64f..cc4c990 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-drawImage-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-alpha-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-alpha-shadow.html
index e3feb39..aa50cb4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-alpha-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-alpha-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-fillPath-alpha-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-gradient-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-gradient-shadow.html
index 3d2320d..9536338 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-gradient-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-gradient-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-fillPath-gradient-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html
index 75817a7..fe4d5f4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-fillPath-pattern-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html
index 5895420..bb2c0bf 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-fillPath-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-gradient-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-gradient-shadow.html
index 247665d..9ba9f96 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-gradient-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-gradient-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-fillRect-gradient-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html
index f6fa68c..60b2049 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-fillRect-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html
index 1da22c1..cb406c9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-fillRect.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-font-ex-units-crash.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-font-ex-units-crash.html
index 91f9215..d64b118 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-font-ex-units-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-font-ex-units-crash.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-font-ex-units-crash.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html
index a76bc4a..5565702 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-getContext-invalid.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html
index b848ff4..31823574 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-getImageData-invalid.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-negative-source.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-negative-source.html
index 17b85db..dac5e8cd6 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-negative-source.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-negative-source.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-getImageData-negative-source.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html
index fe4f07f..3332a1d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test the handling of non-integer source coordinates in getImageData().");
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-addStop-error.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-addStop-error.html
index cb8b369..51c360e 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-addStop-error.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-addStop-error.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-gradient-addStop-error.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-without-path.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-without-path.html
index 9eeb9cc8..86cb63a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-without-path.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-without-path.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-gradient-without-path.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html
index eeb76dc..35e855c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width="200" height="200"></canvas>
<script src="canvas-invalid-fillstyle.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html
index 5845142..ea63a44 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width="200" height="200"></canvas>
<script src="canvas-invalid-strokestyle.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html
index 7e2be71..6c59363 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-invalid-values.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth-intact-after-strokeRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth-intact-after-strokeRect.html
index 9abec42..8f7922f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth-intact-after-strokeRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth-intact-after-strokeRect.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-lineWidth-intact-after-strokeRect.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html
index e0aeb11..b5390b9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width=600 height=300 style="border:5px solid black">
<script src="canvas-lineWidth.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-longlived-context.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-longlived-context.html
index ad3ece4..534a5c7 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-longlived-context.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-longlived-context.html
@@ -1,6 +1,4 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-longlived-context.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath.html
index 0db187a..827e41f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-modify-emptyPath.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html
index 6217952..74979c6 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-negative-size.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html
index 1941a06..0e6147a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-drawImage.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html
index 89f5da5..cf91587 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-drawImageFromRect.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html
index 067c041..d84f65b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-fillText.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html
index 4270f2f..242bcf9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-setFillColor.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html
index 073c1d6..16e7e9f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-setShadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html
index 1a52848..ba18492 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-setStrokeColor.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html
index 8420d29..2465646 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-strokeRect.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html
index c678643..63160c5 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-overloads-strokeText.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html
index b192127..01e6801 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html
@@ -1,6 +1,4 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-pattern-behaviour.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html
index e228161..04b0f4a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html
@@ -1,6 +1,4 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-pattern-modify.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html
index e4c762f4..9116b42 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-pattern-transform.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData-expected.txt
index 31b7f0f..d0a5957 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData-expected.txt
@@ -1,4 +1,3 @@
-
This test ensures that putImageData works correctly, the end result should be a 100x100px green square.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -168,3 +167,4 @@ PASS successfullyParsed is true
TEST COMPLETE
+
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html
index e36e9b2..3a1b9b8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html
@@ -1,7 +1,5 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<canvas id="canvas" width="100" height="100"></canvas><br/>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-putImageData.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-radial-gradient-spreadMethod.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-radial-gradient-spreadMethod.html
index fb54add..84e64e3 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-radial-gradient-spreadMethod.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-radial-gradient-spreadMethod.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-radial-gradient-spreadMethod.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-save-restore-with-path.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-save-restore-with-path.html
index 30ff685..4190fde4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-save-restore-with-path.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-save-restore-with-path.html
@@ -1,6 +1,4 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-save-restore-with-path.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-drawImage-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-drawImage-shadow.html
index 64ada75..0ae42a4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-drawImage-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-drawImage-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-scale-drawImage-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillPath-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillPath-shadow.html
index 3c94725..58c93ae 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillPath-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillPath-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-scale-fillPath-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillRect-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillRect-shadow.html
index 9eae434b..2b253f7 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillRect-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillRect-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-scale-fillRect-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html
index b51bd91..77893a4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-scale-shadowBlur.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-strokePath-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-strokePath-shadow.html
index e32403e..32339a5f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-strokePath-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-strokePath-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-scale-strokePath-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm.html
index 5f9458a8..883000f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-set-properties-with-non-invertible-ctm.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html
index 95d4545..844f413 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-setTransform.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html
index 2934c39..364ef02 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-state-intact-after-putImageData.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-state-intact-after-putImageData.html
index d27937f..f36f524 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-state-intact-after-putImageData.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-state-intact-after-putImageData.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-state-intact-after-putImageData.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill.html
index 401af3b..8a87f2e 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="canvas-stroke-empty-fill.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-alpha-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-alpha-shadow.html
index 6b8838a..dfa3fc3 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-alpha-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-alpha-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-strokePath-alpha-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html
index bca594b..45e83a8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-strokePath-gradient-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html
index f1a1fc3..efa6415 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-strokePath-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-alpha-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-alpha-shadow.html
index bf8b4b2..2bcc7a8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-alpha-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-alpha-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-strokeRect-alpha-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-gradient-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-gradient-shadow.html
index dd2e276..1706387 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-gradient-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-gradient-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-strokeRect-gradient-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html
index 3a7c0b5..e211e6b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-strokeRect.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeText-strokes-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeText-strokes-shadow.html
index 3cbab8c..bebe0597 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeText-strokes-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeText-strokes-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-strokeText-strokes-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-style-intact-after-text.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-style-intact-after-text.html
index d2cf8da..547b8d2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-style-intact-after-text.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-style-intact-after-text.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-style-intact-after-text.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html
index 3a2fe39..e728104 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-to-canvas.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html
index 3988f2d..a86a9cc 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-toDataURL-case-insensitive-mimetype.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-transforms-fillRect-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-transforms-fillRect-shadow.html
index 2fc4e9a..4ffbcbe 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-transforms-fillRect-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-transforms-fillRect-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-transforms-fillRect-shadow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-transparency-and-composite.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-transparency-and-composite.html
index b820331..722299f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-transparency-and-composite.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-transparency-and-composite.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-transparency-and-composite.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html
index c6f7591..9783d8a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-webkitLineDash-invalid.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html
index 2ae69c1..2c87cd9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-webkitLineDash.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-with-illegal-args.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-with-illegal-args.html
index 2fc3413..ebae134 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-with-illegal-args.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-with-illegal-args.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/canvas-with-illegal-args.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html b/third_party/WebKit/LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html
index a1e422a..f00fd1a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html
@@ -8,8 +8,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas" width="100" height="100"></canvas>
<script src="drawImage-with-negative-source-destination.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html
index 8bc455e..a8d884c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas width="600" height="300" style="border: solid 1px gray"></canvas>
<script>
description('Tests that (vertical) shadow offsets are applied correctly when using fillText() regardless of blur amount.');
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color.html b/third_party/WebKit/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color.html
index 8590f14..da48704 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/gradient-addColorStop-with-invalid-color.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html b/third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html
index 578baf8..54f5947 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/gradient-with-clip.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html b/third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html
index 4d909a5..fe34c3c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/linearGradient-infinite-values.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html b/third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html
index cacafdf..19e42d0 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pattern-with-transform.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html b/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html
index 5dd2b07..38a2ec0 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas"></canvas>
<script src="pointInPath.js"></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html b/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html
index 560f337..f1e5609 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/radialGradient-infinite-values.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html b/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html
index 872d5d3..39fa16c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/rgba-parsing.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html b/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html
index 656ab3a..64a25d8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-colors.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html b/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html
index d12272e..2b2d29a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/text-globalAlpha.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html b/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html
index fa3dc37..261b1f5 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/translate-text.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt
index dff1867..7a323c8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt
@@ -1,4 +1,4 @@
- Tests that instanceof works on WebGL objects.
+Tests that instanceof works on WebGL objects.
PASS gl instanceof WebGLRenderingContext is true
PASS gl.createBuffer() instanceof WebGLBuffer is true
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html
index 4feffe1..812e56f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html
@@ -10,8 +10,6 @@
</head>
<body>
<canvas id="canvas" width="2" height="2" style="width: 40px; height: 40px;"></canvas>
-<div id="description"></div>
-<div id="console"></div>
<script id="vshader" type="x-shader/x-vertex">
attribute vec4 vPosition;
varying vec2 texCoord;
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-UTF-16.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-UTF-16.html
index 67fa27f..16511d1 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-UTF-16.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-UTF-16.html
@@ -5,8 +5,6 @@
<script src="resources/webgl-test.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
if (window.initNonKhronosFramework) {
window.initNonKhronosFramework(false);
diff --git a/third_party/WebKit/LayoutTests/fast/cookies/local-file-can-set-cookies.html b/third_party/WebKit/LayoutTests/fast/cookies/local-file-can-set-cookies.html
index 10468ae..0f964c3 100644
--- a/third_party/WebKit/LayoutTests/fast/cookies/local-file-can-set-cookies.html
+++ b/third_party/WebKit/LayoutTests/fast/cookies/local-file-can-set-cookies.html
@@ -6,8 +6,6 @@
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test checks that a local file can set cookies. See: rdar://problem/5379090 REGRESSION: Cannot set cookies for local files');
diff --git a/third_party/WebKit/LayoutTests/fast/css/CSSPrimitiveValue-exceptions.html b/third_party/WebKit/LayoutTests/fast/css/CSSPrimitiveValue-exceptions.html
index 31c9f17..ba24415 100644
--- a/third_party/WebKit/LayoutTests/fast/css/CSSPrimitiveValue-exceptions.html
+++ b/third_party/WebKit/LayoutTests/fast/css/CSSPrimitiveValue-exceptions.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/CSSPrimitiveValue-exceptions.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/background-clip-text.html b/third_party/WebKit/LayoutTests/fast/css/background-clip-text.html
index b0b216f..b61bd85 100644
--- a/third_party/WebKit/LayoutTests/fast/css/background-clip-text.html
+++ b/third_party/WebKit/LayoutTests/fast/css/background-clip-text.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/background-clip-text.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/border-start-end.html b/third_party/WebKit/LayoutTests/fast/css/border-start-end.html
index 8e22709..2f89e1e 100644
--- a/third_party/WebKit/LayoutTests/fast/css/border-start-end.html
+++ b/third_party/WebKit/LayoutTests/fast/css/border-start-end.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/border-start-end.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/counters/counter-cssText.html b/third_party/WebKit/LayoutTests/fast/css/counters/counter-cssText.html
index c5854b2..a7479e9 100644
--- a/third_party/WebKit/LayoutTests/fast/css/counters/counter-cssText.html
+++ b/third_party/WebKit/LayoutTests/fast/css/counters/counter-cssText.html
@@ -26,8 +26,7 @@ h4:before {
}
</style>
</head>
-<p id=description></p>
-<div id=console></div>
+<body>
<script>
description("Test the cssText output of counter-valued CSSPrimitiveValues");
var rules = document.styleSheets[1].cssRules;
diff --git a/third_party/WebKit/LayoutTests/fast/css/counters/getCounterValue.html b/third_party/WebKit/LayoutTests/fast/css/counters/getCounterValue.html
index fa9032f..bc2fa19 100644
--- a/third_party/WebKit/LayoutTests/fast/css/counters/getCounterValue.html
+++ b/third_party/WebKit/LayoutTests/fast/css/counters/getCounterValue.html
@@ -26,8 +26,7 @@ h3:before {
}
</style>
</head>
-<p id=description></p>
-<div id=console></div>
+<body>
<script>
description("Test the Counter object returned by the getCounterValue method of CSSPrimitiveValues");
diff --git a/third_party/WebKit/LayoutTests/fast/css/css-selector-text.html b/third_party/WebKit/LayoutTests/fast/css/css-selector-text.html
index 809cb77..940a0db 100644
--- a/third_party/WebKit/LayoutTests/fast/css/css-selector-text.html
+++ b/third_party/WebKit/LayoutTests/fast/css/css-selector-text.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests parsing and re-serialization of some CSS selectors.");
diff --git a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html
index c6ab7c8..9d9eb92 100644
--- a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html
+++ b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests setting and re-serialization of some CSS selectors.");
diff --git a/third_party/WebKit/LayoutTests/fast/css/css3-nth-space.html b/third_party/WebKit/LayoutTests/fast/css/css3-nth-space.html
index 7ddaf24..a88c372 100644
--- a/third_party/WebKit/LayoutTests/fast/css/css3-nth-space.html
+++ b/third_party/WebKit/LayoutTests/fast/css/css3-nth-space.html
@@ -11,7 +11,6 @@ div.class:nth-of-type(3n
</head>
<body>
-<p id="description"></p>
<div tabindex=1" id="first" class="class"></div>
<div tabindex=2" id="second" class="class"></div>
<div tabindex=3" id="third" class="class"></div>
diff --git a/third_party/WebKit/LayoutTests/fast/css/device-aspect-ratio.html b/third_party/WebKit/LayoutTests/fast/css/device-aspect-ratio.html
index 4c37c79..b2b98d8 100644
--- a/third_party/WebKit/LayoutTests/fast/css/device-aspect-ratio.html
+++ b/third_party/WebKit/LayoutTests/fast/css/device-aspect-ratio.html
@@ -49,7 +49,5 @@ function waitForStylesheetLoad()
</script>
</head>
<body onload="doTest()">
-<p id="description"></p>
-<div id="console"></div>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/css/dynamic-pseudo-class.html b/third_party/WebKit/LayoutTests/fast/css/dynamic-pseudo-class.html
index b80ad643..f1089b0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/dynamic-pseudo-class.html
+++ b/third_party/WebKit/LayoutTests/fast/css/dynamic-pseudo-class.html
@@ -7,8 +7,6 @@ li:only-child { color: red; }
</style>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<ul id="list"><li id="orig">Original.</li></ul>
<script>
description("This tests elements affected by CSS pseudo class selectors are updated after a dynamic DOM change.");
diff --git a/third_party/WebKit/LayoutTests/fast/css/font-face-descriptor-multiple-values-parsing.html b/third_party/WebKit/LayoutTests/fast/css/font-face-descriptor-multiple-values-parsing.html
index a51c7d0..dbc5d98 100644
--- a/third_party/WebKit/LayoutTests/fast/css/font-face-descriptor-multiple-values-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/css/font-face-descriptor-multiple-values-parsing.html
@@ -6,8 +6,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/font-face-descriptor-multiple-values-parsing.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-monospace.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-monospace.html
index b886d33..7eec994 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-monospace.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font-family-monospace.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/computed-style-font-family-monospace.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font.html
index a2b0990..cdb26cd 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-font.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/computed-style-font.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside.html
index 3473a44..e7e5120 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/computed-style-page-break-inside.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-with-zoom.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-with-zoom.html
index 9f7b2aa..a13b6a1 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-with-zoom.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-with-zoom.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/computed-style-with-zoom.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset.html
index 352c48a..6742192 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/font-family-fallback-reset.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/font-family-fallback-reset.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration.html
index bb46ed7..8e77991 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/getComputedStyle-text-decoration.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/getFloatValueForUnit.html b/third_party/WebKit/LayoutTests/fast/css/getFloatValueForUnit.html
index 6876017..72dcb8b 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getFloatValueForUnit.html
+++ b/third_party/WebKit/LayoutTests/fast/css/getFloatValueForUnit.html
@@ -5,9 +5,7 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
<div id="test-div" style="font-size: 10pt; -webkit-transform: rotate(100grad); -webkit-animation-delay: 0.2s;"></div>
-<div id="console"></div>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
diff --git a/third_party/WebKit/LayoutTests/fast/css/html-attr-case-sensitivity.html b/third_party/WebKit/LayoutTests/fast/css/html-attr-case-sensitivity.html
index 2a62a65..7299f00 100644
--- a/third_party/WebKit/LayoutTests/fast/css/html-attr-case-sensitivity.html
+++ b/third_party/WebKit/LayoutTests/fast/css/html-attr-case-sensitivity.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/html-attr-case-sensitivity.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/insertRule-font-face.html b/third_party/WebKit/LayoutTests/fast/css/insertRule-font-face.html
index 887d71a..9b74203 100644
--- a/third_party/WebKit/LayoutTests/fast/css/insertRule-font-face.html
+++ b/third_party/WebKit/LayoutTests/fast/css/insertRule-font-face.html
@@ -6,8 +6,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/insertRule-font-face.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/insertRule-media.html b/third_party/WebKit/LayoutTests/fast/css/insertRule-media.html
index 83c2521..614847d 100644
--- a/third_party/WebKit/LayoutTests/fast/css/insertRule-media.html
+++ b/third_party/WebKit/LayoutTests/fast/css/insertRule-media.html
@@ -7,8 +7,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/insertRule-media.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalid-appearance-progress-bar-meter.html b/third_party/WebKit/LayoutTests/fast/css/invalid-appearance-progress-bar-meter.html
index 2fca5bb..e1b256e 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalid-appearance-progress-bar-meter.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalid-appearance-progress-bar-meter.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/invalid-appearance-progress-bar-meter.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color.html b/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color.html
index 2fba13d..867ecc5 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body style="color: black">
-<p id="description"></p>
-<div id="console"></div>
<div id="valid1" style="color: red">This style is "color: red"</div>
<div id="valid2" style="color: FF0000">This style is "color: FF0000"</div>
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalid-rule-value.html b/third_party/WebKit/LayoutTests/fast/css/invalid-rule-value.html
index 677d87c..f143b09 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalid-rule-value.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalid-rule-value.html
@@ -6,8 +6,6 @@
</head>
<body>
<div id="test-invalid-rule" style="weight: *; color: rgb(0, 128, 0)"></div>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This test checks that a rule with an invalid value does not halt other style rules from being applied.");
diff --git a/third_party/WebKit/LayoutTests/fast/css/margin-start-end.html b/third_party/WebKit/LayoutTests/fast/css/margin-start-end.html
index 9ca9bfa..56e24b9 100644
--- a/third_party/WebKit/LayoutTests/fast/css/margin-start-end.html
+++ b/third_party/WebKit/LayoutTests/fast/css/margin-start-end.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/margin-start-end.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/max-device-aspect-ratio.html b/third_party/WebKit/LayoutTests/fast/css/max-device-aspect-ratio.html
index 6d38434..97783f0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/max-device-aspect-ratio.html
+++ b/third_party/WebKit/LayoutTests/fast/css/max-device-aspect-ratio.html
@@ -61,7 +61,5 @@ function waitForStylesheetLoad()
</script>
</head>
<body onload="doTest()">
-<p id="description"></p>
-<div id="console"></div>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/css/max-height-and-max-width.html b/third_party/WebKit/LayoutTests/fast/css/max-height-and-max-width.html
index 891beeaf..d14729a 100644
--- a/third_party/WebKit/LayoutTests/fast/css/max-height-and-max-width.html
+++ b/third_party/WebKit/LayoutTests/fast/css/max-height-and-max-width.html
@@ -16,7 +16,7 @@ function doTest()
box.style['max-height'] = "20px";
box.style['max-width'] = "30px";
- document.getElementById("body").appendChild(box);
+ document.getElementById("body").appendChild(box);
var style = window.getComputedStyle(box);
if(style.getPropertyValue("max-height") == style.getPropertyValue("max-width"))
@@ -29,7 +29,5 @@ function doTest()
</script>
</head>
<body onload="doTest()" id="body">
-<p id="description"></p>
-<div id="console"></div>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/css/min-device-aspect-ratio.html b/third_party/WebKit/LayoutTests/fast/css/min-device-aspect-ratio.html
index 220035f..c1bc9ce 100644
--- a/third_party/WebKit/LayoutTests/fast/css/min-device-aspect-ratio.html
+++ b/third_party/WebKit/LayoutTests/fast/css/min-device-aspect-ratio.html
@@ -61,7 +61,5 @@ function waitForStylesheetLoad()
</script>
</head>
<body onload="doTest()">
-<p id="description"></p>
-<div id="console"></div>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/css/padding-no-renderer.html b/third_party/WebKit/LayoutTests/fast/css/padding-no-renderer.html
index 0486756..b1a6e78 100644
--- a/third_party/WebKit/LayoutTests/fast/css/padding-no-renderer.html
+++ b/third_party/WebKit/LayoutTests/fast/css/padding-no-renderer.html
@@ -8,8 +8,6 @@
</style>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="tests_container">
diff --git a/third_party/WebKit/LayoutTests/fast/css/padding-start-end.html b/third_party/WebKit/LayoutTests/fast/css/padding-start-end.html
index ff74bd1..5e86f0b 100644
--- a/third_party/WebKit/LayoutTests/fast/css/padding-start-end.html
+++ b/third_party/WebKit/LayoutTests/fast/css/padding-start-end.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/padding-start-end.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/parsing-color-correction.html b/third_party/WebKit/LayoutTests/fast/css/parsing-color-correction.html
index faf2370..122b051 100644
--- a/third_party/WebKit/LayoutTests/fast/css/parsing-color-correction.html
+++ b/third_party/WebKit/LayoutTests/fast/css/parsing-color-correction.html
@@ -6,8 +6,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/parsing-color-correction.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/parsing-text-rendering.html b/third_party/WebKit/LayoutTests/fast/css/parsing-text-rendering.html
index c1a9e6a..61d2dc8 100644
--- a/third_party/WebKit/LayoutTests/fast/css/parsing-text-rendering.html
+++ b/third_party/WebKit/LayoutTests/fast/css/parsing-text-rendering.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/parsing-text-rendering.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/parsing-webkit-font-smoothing.html b/third_party/WebKit/LayoutTests/fast/css/parsing-webkit-font-smoothing.html
index 95862bf..2b41c4d 100644
--- a/third_party/WebKit/LayoutTests/fast/css/parsing-webkit-font-smoothing.html
+++ b/third_party/WebKit/LayoutTests/fast/css/parsing-webkit-font-smoothing.html
@@ -6,8 +6,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/parsing-webkit-font-smoothing.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value.html b/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value.html
index d306bcda..987b7dd 100644
--- a/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value.html
+++ b/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range-invalid-value.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pseudo-in-range-invalid-value.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range.html b/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range.html
index b93d4f2..47aa128 100644
--- a/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range.html
+++ b/third_party/WebKit/LayoutTests/fast/css/pseudo-in-range.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pseudo-in-range.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/pseudo-out-of-range.html b/third_party/WebKit/LayoutTests/fast/css/pseudo-out-of-range.html
index eaa7458..b1ff972 100644
--- a/third_party/WebKit/LayoutTests/fast/css/pseudo-out-of-range.html
+++ b/third_party/WebKit/LayoutTests/fast/css/pseudo-out-of-range.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pseudo-out-of-range.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/pseudo-required-optional-005.html b/third_party/WebKit/LayoutTests/fast/css/pseudo-required-optional-005.html
index 2c2018f..fa4c1a3 100644
--- a/third_party/WebKit/LayoutTests/fast/css/pseudo-required-optional-005.html
+++ b/third_party/WebKit/LayoutTests/fast/css/pseudo-required-optional-005.html
@@ -10,8 +10,6 @@
</style>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<input id="range" type="range" required/>
<input id="submit" type="submit" required/>
<input id="image" type="image" required/>
diff --git a/third_party/WebKit/LayoutTests/fast/css/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/css/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/css/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/css/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/string-quote-binary.html b/third_party/WebKit/LayoutTests/fast/css/string-quote-binary.html
index 69f6f53..8163ad0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/string-quote-binary.html
+++ b/third_party/WebKit/LayoutTests/fast/css/string-quote-binary.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-quote-binary.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/css/test-setting-canvas-color.html b/third_party/WebKit/LayoutTests/fast/css/test-setting-canvas-color.html
index 3a85a13..755d184 100644
--- a/third_party/WebKit/LayoutTests/fast/css/test-setting-canvas-color.html
+++ b/third_party/WebKit/LayoutTests/fast/css/test-setting-canvas-color.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<canvas id="canvas">
<script>
description("Test case for bug 39168. This tests the CSS color parsing code using &lt;canvas&gt;.");
diff --git a/third_party/WebKit/LayoutTests/fast/css/transform-origin-parsing.html b/third_party/WebKit/LayoutTests/fast/css/transform-origin-parsing.html
index 0abdad5..a84e12f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/transform-origin-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/css/transform-origin-parsing.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/transform-origin-parsing.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction.html b/third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction.html
index 39e014d..e06997c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Attr/access-after-element-destruction.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/access-after-element-destruction.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html b/third_party/WebKit/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html
index c4e97bd..ed6952d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Attr/change-id-via-attr-node-value.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body id="a">
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test that different ways of changing an element's id all work properly.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Attr/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Attr/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Attr/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Attr/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item.html b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item.html
index 155c672..1c2fa89 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/css-computed-style-item.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html
index 9a17597..df69f84 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/css-properties-case-sensitive.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html
index b0858cc..8bc5fd9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/css-style-item.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/transition-property-names.html b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/transition-property-names.html
index 55f87e0..3232abd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/transition-property-names.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/transition-property-names.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/transition-property-names.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMException/EventException.html b/third_party/WebKit/LayoutTests/fast/dom/DOMException/EventException.html
index 21b04d6..3779692 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMException/EventException.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMException/EventException.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/EventException.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMException/RangeException.html b/third_party/WebKit/LayoutTests/fast/dom/DOMException/RangeException.html
index 8e48de6..ee9e45f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMException/RangeException.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMException/RangeException.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/RangeException.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMException/XPathException.html b/third_party/WebKit/LayoutTests/fast/dom/DOMException/XPathException.html
index 768ae0d..f38b67d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMException/XPathException.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMException/XPathException.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/XPathException.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMException/prototype-object.html b/third_party/WebKit/LayoutTests/fast/dom/DOMException/prototype-object.html
index 82db16b..43d3555 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMException/prototype-object.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMException/prototype-object.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/prototype-object.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html b/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html
index 33954ad..239352f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/createDocument-namespace-err.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html b/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html
index 516e991..9f217be 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/createDocumentType-err.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DOMImplementation/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event.html
index 545f962..d5a7b66 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/create-event.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/create-event.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/no-page-cache.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/no-page-cache.html
index 2e09eac..7c5ce1f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/no-page-cache.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/no-page-cache.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/no-page-cache.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/optional-event-properties.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/optional-event-properties.html
index 212669f..5fbf11b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/optional-event-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/optional-event-properties.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/optional-event-properties.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/script-tests/TEMPLATE.html
index b31963d..e1e7213 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/script-tests/TEMPLATE.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property.html
index e122033..e6017e1 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/window-property.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/window-property.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html
index fa338f5..ea66f14 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/add-listener-from-callback.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation.html
index 4bc77ce..e4de6f8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/basic-operation.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event.html
index 545f962..d5a7b66 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/create-event.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/create-event.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/event-after-navigation.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/event-after-navigation.html
index ced3703..9ae19c7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/event-after-navigation.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/event-after-navigation.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/event-after-navigation.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html
index f0e1e89..b2f0987 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/multiple-frames.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-page-cache.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-page-cache.html
index 2e09eac..7c5ce1f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-page-cache.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-page-cache.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/no-page-cache.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
index 23ce6b2..3852eac 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/no-synchronous-events.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html
index d21463c..71f7c3b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/null-values.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/null-values.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties.html
index 212669f..5fbf11b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/optional-event-properties.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/script-tests/TEMPLATE.html
index b31963d..e1e7213 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/script-tests/TEMPLATE.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html
index 5f2ac3c..6849e10 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/updates.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html
index e122033..e6017e1 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/window-property.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/window-property.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html b/third_party/WebKit/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html
index 932cf0d..a2995e2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/createAttributeNS-namespace-err.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/createElementNS-namespace-err.html b/third_party/WebKit/LayoutTests/fast/dom/Document/createElementNS-namespace-err.html
index 25003fa..a28da78 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/createElementNS-namespace-err.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/createElementNS-namespace-err.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/createElementNS-namespace-err.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get.html b/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get.html
index 99deacb..b37deff 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/document-title-get.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/document-title-get.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/document-write-doctype.html b/third_party/WebKit/LayoutTests/fast/dom/Document/document-write-doctype.html
index 6011378..84faa87 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/document-write-doctype.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/document-write-doctype.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/document-write-doctype.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html b/third_party/WebKit/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html
index 678bda4..19a54ae 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/invalid-domain-change-throws-exception.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/replaceChild-null-oldChild.html b/third_party/WebKit/LayoutTests/fast/dom/Document/replaceChild-null-oldChild.html
index b5e3c19..fafe191 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/replaceChild-null-oldChild.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/replaceChild-null-oldChild.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/replaceChild-null-oldChild.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/title-with-multiple-children.html b/third_party/WebKit/LayoutTests/fast/dom/Document/title-with-multiple-children.html
index e929720..581c692 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/title-with-multiple-children.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/title-with-multiple-children.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/title-with-multiple-children.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/attr-param-typechecking.html b/third_party/WebKit/LayoutTests/fast/dom/Element/attr-param-typechecking.html
index 257f36f..c42d5f8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/attr-param-typechecking.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/attr-param-typechecking.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/attr-param-typechecking.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/attrisid-extra01.html b/third_party/WebKit/LayoutTests/fast/dom/Element/attrisid-extra01.html
index 96d6e69..a1d54f7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/attrisid-extra01.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/attrisid-extra01.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test Attr.isId where Attr is created without element.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/dimension-properties-unrendered.html b/third_party/WebKit/LayoutTests/fast/dom/Element/dimension-properties-unrendered.html
index dd4ac2e..cfa9bef 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/dimension-properties-unrendered.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/dimension-properties-unrendered.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dimension-properties-unrendered.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/element-traversal.html b/third_party/WebKit/LayoutTests/fast/dom/Element/element-traversal.html
index 08ce998..8a08811 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/element-traversal.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/element-traversal.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/element-traversal.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity.html b/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity.html
index e4ca56e..69b4d20 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/getAttribute-check-case-sensitivity.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-applet.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-applet.html
index 752b955..99b038b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-applet.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-applet.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<applet id="applet1" width="10" height="10"></applet>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-deletebutton.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-deletebutton.html
index 6517726..69af4ee 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-deletebutton.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-deletebutton.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div contenteditable="true">
<ul class="needsDeletionUI"><li>1</li><li id="li">2</li></ul>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-formcollection.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-formcollection.html
index ddde0b3..67bd9e7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-formcollection.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-formcollection.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<form id="idf1">
<select id="ids1" name="name1"><option selected>FAILURE</option></select>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-frame.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-frame.html
index 603e802..53ce1d8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-frame.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-frame.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test using id in frame");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-getelement01.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-getelement01.html
index 54d4d7c..ca4ab21 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-getelement01.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-getelement01.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div name='name1' id='id1'/>
<div name='name2' id='id2'/>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-insert-hr.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-insert-hr.html
index d2a226e..1fc1545 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-insert-hr.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-insert-hr.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="test1" contenteditable="true">foobar</div>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-map.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-map.html
index a1805ba..bc132e5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-map.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-map.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<map title="map" id="firstmap">
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-node-list-index01.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-node-list-index01.html
index 6b35841..b39e267 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-node-list-index01.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-node-list-index01.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div name='name1' id='id1'/>
<p name='name3' id='id2'/>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-param.html b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-param.html
index e5da153..f607bbe 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-param.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/id-in-param.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<object width=100 height=100>
<param name="movie" id="id1">
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/node-list-identity.html b/third_party/WebKit/LayoutTests/fast/dom/Element/node-list-identity.html
index d46231c..8722ca7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/node-list-identity.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/node-list-identity.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<ol name='name1' class='class2'/>
<ol name='name2' class='class1'/>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Element/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/EntityReference/readonly-exceptions.html b/third_party/WebKit/LayoutTests/fast/dom/EntityReference/readonly-exceptions.html
index 0de1858..d5a7150 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/EntityReference/readonly-exceptions.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/EntityReference/readonly-exceptions.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/readonly-exceptions.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/EntityReference/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/EntityReference/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/EntityReference/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/EntityReference/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/argument-types.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/argument-types.html
index feefcd3..9fe5739 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/argument-types.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/argument-types.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/argument-types.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-exception.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-exception.html
index 25155c9..45a59f6 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-exception.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-exception.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/callback-exception.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html
index b9df281..fec227f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/callback-to-deleted-context.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context.html
index 131fca3..2766359 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/callback-to-remote-context.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html
index f17f2e2..86de2b0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/callback-to-remote-context2.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/clear-watch-invalid-id-crash.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/clear-watch-invalid-id-crash.html
index bf492ec..2f85cc3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/clear-watch-invalid-id-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/clear-watch-invalid-id-crash.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/clear-watch-invalid-id-crash.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html
index 421a026..f447478 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/delayed-permission-allowed-for-multiple-requests.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed.html
index cacdd85..ae94746 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-allowed.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/delayed-permission-allowed.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html
index 2143094..092905f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/delayed-permission-denied-for-multiple-requests.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied.html
index 0faec6e..74c6fd8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/delayed-permission-denied.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/delayed-permission-denied.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-already.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-already.html
index 6c7a7e9..8182a9a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-already.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-already.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/disconnected-frame-already.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-permission-denied.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-permission-denied.html
index d9b51c1..ccce908 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-permission-denied.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame-permission-denied.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/disconnected-frame-permission-denied.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame.html
index b91eade4..842c319 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/disconnected-frame.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/disconnected-frame.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/enabled.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/enabled.html
index e08bcb7..7a377f6 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/enabled.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/enabled.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/enabled.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/error.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/error.html
index 1035d95..cf9fe69 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/error.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/error.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/error.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/maximum-age.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/maximum-age.html
index 1640193..6db4c13 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/maximum-age.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/maximum-age.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/maximum-age.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/multiple-requests.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/multiple-requests.html
index fc47617..4a3e9c9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/multiple-requests.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/multiple-requests.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/multiple-requests.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/no-page-cache.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/no-page-cache.html
index 36975b4..a69c333 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/no-page-cache.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/no-page-cache.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/no-page-cache.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
index 190058a..889dc97 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/not-enough-arguments.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Tests how Geolocation handles receiving too few arguments.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/notimer-after-unload.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/notimer-after-unload.html
index ffcee5d..c69668f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/notimer-after-unload.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/notimer-after-unload.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/notimer-after-unload.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html
index 5b6aa5c..ac4f2ea 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/page-reload-cancel-permission-requests.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/page-reload-cancel-permission-requests.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-clear-watch.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-clear-watch.html
index 4800a62..d077ea8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-clear-watch.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-clear-watch.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/permission-denied-already-clear-watch.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-error.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-error.html
index d6df9b5..54efb27 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-error.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-error.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/permission-denied-already-error.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-success.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-success.html
index 0db36ec..4287a0b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-success.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-already-success.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/permission-denied-already-success.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html
index 4f0f785..16cfa74 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied-stops-watches.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/permission-denied-stops-watches.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied.html
index bd38d20..5e9a785 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/permission-denied.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/permission-denied.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/position-string.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/position-string.html
index b15cb38..4a4acd8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/position-string.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/position-string.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/position-string.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-error.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-error.html
index ea00371..43a5d62 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-error.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-error.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reentrant-error.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied.html
index 1b7a968..0463866 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reentrant-permission-denied.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-success.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-success.html
index d69cf85..fc35d7d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-success.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/reentrant-success.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reentrant-success.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/remove-remote-context-in-error-callback-crash.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/remove-remote-context-in-error-callback-crash.html
index b93ecca..7a991cd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/remove-remote-context-in-error-callback-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/remove-remote-context-in-error-callback-crash.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/remove-remote-context-in-error-callback-crash.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/success.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/success.html
index 563f009..1a74761 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/success.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/success.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/success.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-clear-watch.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-clear-watch.html
index b5508a0..4cf106d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-clear-watch.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-clear-watch.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/timeout-clear-watch.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-zero.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-zero.html
index c0a2c5b..f0eec79 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-zero.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout-zero.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/timeout-zero.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout.html
index 601b299..dd358f7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timeout.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/timeout.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timestamp.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timestamp.html
index ce319a7..5aacb8b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timestamp.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/timestamp.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/timestamp.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watch.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watch.html
index bf0b120..f6b688b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watch.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watch.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/watch.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html
index fc23692..27c48ef 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/window-close-crash.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-href-attribute-port.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-href-attribute-port.html
index 7256abf..48570fb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-href-attribute-port.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-href-attribute-port.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/get-href-attribute-port.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html
index a50d9f5..e81d7a3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Test calling getParameter without required arguments.');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash.html
index 44ed1fc..9bbf7c9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-hash.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html
index 602f3d23..cca7886 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-host.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html
index f08b433..4b3b5d0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-hostname.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html
index 93d70b0..76432d9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-pathname.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port.html
index f5cc94e..c797410 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-port.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-prevents-rebase.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-prevents-rebase.html
index bfc1c29..241daa2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-prevents-rebase.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-prevents-rebase.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-prevents-rebase.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html
index 8f6ec8f..7ab7ce6 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-protocol.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search.html
index 58695cb..cac1fa6 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-search.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html
index 7f86293..7509dcd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-href-attribute-whitespace.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements.html
index 6102609..7e3f6c9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/multiple-base-elements.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all.html
index 93cba23..adb1a4c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDocument/document-all.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/document-all.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-gc.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-gc.html
index 4c5efad7..075233d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-gc.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/class-list-gc.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks.html
index fd876a1..38aa244 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/class-list.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list.html
index 61df243..020f32f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/class-list.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors.html
index 6176575..08b5592 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/insertAdjacentHTML-errors.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/spellcheck.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/spellcheck.html
index 7dae759..473ae14 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/spellcheck.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/spellcheck.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/spellcheck.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/size-attribute.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/size-attribute.html
index 4361dba..6c68e51 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/size-attribute.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLFontElement/size-attribute.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/size-attribute.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document.html
index 09b6f362..140f786 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/elements-not-in-document.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/elements-not-in-document.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html
index b45c35f..09927f4 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<form id='f'>
<input type="radio" name="a" value="a" id="i">HTMLInputElement</input>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html
index c4b5c8c..1768f60 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<img id="image" lowsrc="http://hostname/lowsrc.png" style="visibility: hidden;">
<script>
description("This test checks that the lowsrc attribute of img tags are accessible via JavaScript.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/parse-src.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/parse-src.html
index ea139e3..e02bcbd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/parse-src.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/parse-src.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parse-src.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/checked-pseudo-selector.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/checked-pseudo-selector.html
index 9cff2ee..2efae74 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/checked-pseudo-selector.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/checked-pseudo-selector.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/checked-pseudo-selector.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html
index 91ae6fb..6d994e3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<body>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/size-attribute.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/size-attribute.html
index 4361dba..6c68e51 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/size-attribute.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLInputElement/size-attribute.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/size-attribute.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-control.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-control.html
index cd0691f..8cdd464 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-control.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-control.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/label-control.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/disabled-attribute.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/disabled-attribute.html
index 846faa0..a7301bb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/disabled-attribute.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/disabled-attribute.html
@@ -8,8 +8,6 @@
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test checks HTMLLinkElement disabled conforms to HTML5 spec for the bug id #<a href="https://bugs.webkit.org/show_bug.cgi?id=45425">45425</a> .');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-clone.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-clone.html
index 89553d4..0ba02f7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-clone.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-clone.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<meter id="target" min="0" max="100" value="50" style="-webkit-appearance: none;" />
<script>
(function() {
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties.html
index 2f00801..58f5a0b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-meter-properties.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html
index 034a3d8..61d1b24 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html
@@ -35,7 +35,7 @@ function handleLoad()
numLoads++;
if (numLoads < 2)
return;
-
+
shouldBe("window.frames[0].location.toString()", '"' + updatedFrameURL + '"');
shouldBe("window.frames[1].location.toString()", '"' + updatedObjectURL + '"');
if (window.layoutTestController) {
@@ -46,8 +46,6 @@ function handleLoad()
</head>
<body onload="runTests()">
-<p id="description"></p>
-<div id="console"></div>
<iframe name="frame" src="data:text/html,Old contents of iframe"></iframe>
<object name="obj" type="text/html" data="data:text/html,New contents of frame"></object>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter.html
index c73a37f..815dc51 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<form name="my_form">
<select name="set_sel">
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list.html
index 5f25407..d1a80d5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dom-settable-token-list.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html
index 5b4a55a..f949e8a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Test that a live list is updated after the child of an HTMLOutputElement was removed.');
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html
index 2313f06..1e558b5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/htmloutputelement-reset-event.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-validity.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-validity.html
index 6e142fc..2e1171be 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-validity.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-validity.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/htmloutputelement-validity.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value.html
index 0944bc1..a75822e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/htmloutputelement-value.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html
index 25825a0..898e735 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<span id="for-target1"></span>
<span id="for-target2"></span>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/progress-clone.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/progress-clone.html
index 373dca4..08cfd6b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/progress-clone.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/progress-clone.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<progress id="target" min="0" max="100" value="50" style="-webkit-appearance: none;" ></progress>
<script>
(function() {
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties.html
index f0054f99..84722e7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/set-progress-properties.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-async-attr.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-async-attr.html
index b0e406a..7d6053c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-async-attr.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-async-attr.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script id="s0" src="ignored.js"></script>
<script id="s1" src="ignored.js" async></script>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html
index cf1f924..6ad7eec 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/script-for-attribute-unexpected-execution.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/named-options.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/named-options.html
index 2d98219..5c90989 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/named-options.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/named-options.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/named-options.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLSelectElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute.html
index e2da119..45886ff 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/cellpadding-attribute.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cellpadding-attribute.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt.html
index 779d5ed..4d03854 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/early-acid3-65-excerpt.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt.html
index 5987072..9a005c3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-66-excerpt.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/early-acid3-66-excerpt.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows.html
index 163e235..ef38231 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/rows.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/rows.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies.html
index cf76204..8a31d4f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/tBodies.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/tBodies.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells.html
index 9a6a573..97901f7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/cells.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cells.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/rows.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/rows.html
index 163e235..ef38231 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/rows.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/rows.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/rows.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/MediaStream/argument-types.html b/third_party/WebKit/LayoutTests/fast/dom/MediaStream/argument-types.html
index feefcd3..9fe5739 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/MediaStream/argument-types.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/MediaStream/argument-types.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/argument-types.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/MediaStream/enabled.html b/third_party/WebKit/LayoutTests/fast/dom/MediaStream/enabled.html
index e08bcb7..7a377f6 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/MediaStream/enabled.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/MediaStream/enabled.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/enabled.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/MediaStream/no-interface-object.html b/third_party/WebKit/LayoutTests/fast/dom/MediaStream/no-interface-object.html
index ca489cd..77efb9d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/MediaStream/no-interface-object.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/MediaStream/no-interface-object.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/no-interface-object.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Node/DOMNodeRemovedEvent.html b/third_party/WebKit/LayoutTests/fast/dom/Node/DOMNodeRemovedEvent.html
index 4b1cd04..f643957 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Node/DOMNodeRemovedEvent.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Node/DOMNodeRemovedEvent.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/DOMNodeRemovedEvent.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Node/contains-method.html b/third_party/WebKit/LayoutTests/fast/dom/Node/contains-method.html
index d52d24b..10ad35a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Node/contains-method.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Node/contains-method.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/contains-method.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Node/initial-values.html b/third_party/WebKit/LayoutTests/fast/dom/Node/initial-values.html
index 19b634b..43de8b1 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Node/initial-values.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Node/initial-values.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/initial-values.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Node/isEqualNode.html b/third_party/WebKit/LayoutTests/fast/dom/Node/isEqualNode.html
index 0222e70..e38a376 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Node/isEqualNode.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Node/isEqualNode.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/isEqualNode.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Node/normalize-with-cdata.html b/third_party/WebKit/LayoutTests/fast/dom/Node/normalize-with-cdata.html
index a74ec709..584b98e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Node/normalize-with-cdata.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Node/normalize-with-cdata.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/normalize-with-cdata.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Node/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Node/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Node/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Node/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-item-call-as-function.html b/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-item-call-as-function.html
index ae1cf36..212fd55 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-item-call-as-function.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/NodeList/nodelist-item-call-as-function.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/nodelist-item-call-as-function.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/NodeList/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/NodeList/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/NodeList/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/NodeList/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/31684.html b/third_party/WebKit/LayoutTests/fast/dom/Range/31684.html
index b66acdb..a428041 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/31684.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/31684.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/31684.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/insertNode-empty-fragment-crash.html b/third_party/WebKit/LayoutTests/fast/dom/Range/insertNode-empty-fragment-crash.html
index 3460807..06fb74d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/insertNode-empty-fragment-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/insertNode-empty-fragment-crash.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<script>
description('Test Range.insertNode(fragment) when the fragment is empty and the range is collapsed');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/mutation.html b/third_party/WebKit/LayoutTests/fast/dom/Range/mutation.html
index 44f13e5..419960e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/mutation.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/mutation.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/mutation.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-empty.html b/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-empty.html
index 45dc25aa..f13905f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-empty.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-clone-empty.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/range-clone-empty.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-exceptions.html b/third_party/WebKit/LayoutTests/fast/dom/Range/range-exceptions.html
index 1f6f927..8c94c7d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-exceptions.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-exceptions.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/range-exceptions.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-separate-endContainer.html b/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-separate-endContainer.html
index 6f1dee1..61d4a64 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-separate-endContainer.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-separate-endContainer.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/range-insertNode-separate-endContainer.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-splittext.html b/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-splittext.html
index 4a5b248..568bf3b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-splittext.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-insertNode-splittext.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/range-insertNode-splittext.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode.html b/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode.html
index 1de0782..0a05e5d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode.html
@@ -6,9 +6,6 @@
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
-
<!-- hidden area to create the ranges being tested -->
<div style="visibility: hidden">
<div id=a1>a1
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-modifycontents.html b/third_party/WebKit/LayoutTests/fast/dom/Range/range-modifycontents.html
index e7e9ef4..0e17dca 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-modifycontents.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-modifycontents.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/range-modifycontents.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/select-node-different-document.html b/third_party/WebKit/LayoutTests/fast/dom/Range/select-node-different-document.html
index 7a36582..abbc247 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/select-node-different-document.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/select-node-different-document.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<body>
<iframe src="about:blank"></iframe>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Selection/collapseToX-empty-selection.html b/third_party/WebKit/LayoutTests/fast/dom/Selection/collapseToX-empty-selection.html
index 5463fff..f8d9915 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Selection/collapseToX-empty-selection.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Selection/collapseToX-empty-selection.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/collapseToX-empty-selection.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Selection/getRangeAt.html b/third_party/WebKit/LayoutTests/fast/dom/Selection/getRangeAt.html
index a4037a9..8159898 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Selection/getRangeAt.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Selection/getRangeAt.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/getRangeAt.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Selection/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Selection/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Selection/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Selection/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
index c48a6b4..bd77fd9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-almost-strict.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<div style="display: none">
<span id="lower1">lower 1</span><br>
<span id="lower2">lower 2</span><br>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-strict.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-strict.html
index 36e1f7e..8b2001c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-strict.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID-strict.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<div style="display: none">
<span id="lower1">lower 1</span><br>
<span id="lower2">lower 2</span><br>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID.html
index 4bf2c65..08880dc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseID.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<div style="display: none">
<span id="lower1">lower 1</span><br>
<span id="lower2">lower 2</span><br>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTag.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTag.html
index dba4ff9..10df65b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTag.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTag.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<div style="display: none">
<span id="lower1">lower</span><br>
<P id="UPPER1">UPPER</P><br>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml
index e2107c9..ef5de21 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/caseTagX.xhtml
@@ -8,8 +8,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<div style="display: none">
<span id="lower1">lower</span><br />
<p id="UPPER1">UPPER</p><br />
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/detached-element.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/detached-element.html
index e0ac6f8..3ccff60 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/detached-element.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/detached-element.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/detached-element.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/elementRoot.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/elementRoot.html
index 3775e26..6931b86 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/elementRoot.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/elementRoot.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/elementRoot.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-almost-strict.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-almost-strict.html
index 9002e1c..d186f40 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-almost-strict.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-almost-strict.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/id-fastpath-almost-strict.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-strict.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-strict.html
index 51f2a79..a8aeac7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-strict.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath-strict.html
@@ -6,8 +6,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/id-fastpath-strict.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath.html
index 3d7ea8e..30f71b8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/id-fastpath.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/id-fastpath.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/undefined-null-stringify.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/undefined-null-stringify.html
index 4c2f6ef..33177ae 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/undefined-null-stringify.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/undefined-null-stringify.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/undefined-null-stringify.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/viewless-document.html b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/viewless-document.html
index 4705e92..a900318 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/viewless-document.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/viewless-document.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/viewless-document.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/css-medialist-item.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/css-medialist-item.html
index 4d0c598..cc3bd2b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/css-medialist-item.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/css-medialist-item.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/css-medialist-item.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html
index 290d071..d356748 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html
@@ -7,8 +7,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="test"></div>
<script>
description("Test that CSS stylesheets lacking wrappers are pruned from detached CSSOM subtrees. " +
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
index eadb46f..dbdc8f0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test that CSS stylesheets lacking wrappers are pruned from detached CSSOM subtrees. " +
"This is surprising behavior, but it's a very rare situation, and the behavior actually matches " +
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html
index 564fc27..992ce24 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-declaration-parent-rule.html
@@ -7,8 +7,6 @@ div { color:black }
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body onload="test()">
-<p id="description"></p>
-<div id="console"></div>
<script>
window.jsTestIsAsync = true;
description("Test that CSS rules don't lose custom properties on GC when only reachable through its declarations.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues.html
index 2665162..305e192 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body style="color:black">
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test that custom properties on CSSValues of inline style declarations survive GC");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html
index b8f9bab..9e70a17 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-rule.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body onload="test()">
-<p id="description"></p>
-<div id="console"></div>
<script>
window.jsTestIsAsync = true;
description("Test that CSS rules don't lose custom properties on GC when only reachable through child rules.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html
index 51426e9..ad2dadca 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-parent-stylesheet.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body onload="test()">
-<p id="description"></p>
-<div id="console"></div>
<script>
window.jsTestIsAsync = true;
description("Test that CSS stylesheets don't lose custom properties on GC when only reachable through child rules.");
@@ -17,7 +15,7 @@ function test()
sheet.insertRule("div { color:black }", 0);
rule = sheet.rules[0];
sheet = null;
-
+
gc();
setTimeout(function() {
gc();
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html
index 2a12c91..1775f865 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html
@@ -27,8 +27,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body style="color:black">
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test that custom properties on rule style declarations are not lost after GC");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml
index 478abc3..874947a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml
@@ -10,8 +10,6 @@
</style>
</head>
<body onload="start()">
-<p id="description"></p>
-<div id="console"></div>
<script>
window.jsTestIsAsync = true;
@@ -22,7 +20,7 @@
shouldBe(expr + ".title", "'testSheet'");
eval(expr).foo = "bar";
-
+
gc();
shouldBe(expr + ".foo", "'bar'");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/get-stylesheet-byname.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/get-stylesheet-byname.html
index ed23080..566a281 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/get-stylesheet-byname.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/get-stylesheet-byname.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/get-stylesheet-byname.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/StyleSheet/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Text/replaceWholeText.html b/third_party/WebKit/LayoutTests/fast/dom/Text/replaceWholeText.html
index 7ac41cf..ce4b27d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Text/replaceWholeText.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Text/replaceWholeText.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/replaceWholeText.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Text/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Text/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Text/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Text/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/TreeWalker-currentNode.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/TreeWalker-currentNode.html
index fa8cad3..308d36b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/TreeWalker-currentNode.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/TreeWalker-currentNode.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/TreeWalker-currentNode.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/acceptNode-filter.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/acceptNode-filter.html
index a6398f9..0f1fff5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/acceptNode-filter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/acceptNode-filter.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/acceptNode-filter.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/filter-throw.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/filter-throw.html
index e1ad777..04c9fcb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/filter-throw.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/filter-throw.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/filter-throw.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousNodeLastChildReject.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousNodeLastChildReject.html
index 9445675..757b3dc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousNodeLastChildReject.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousNodeLastChildReject.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/previousNodeLastChildReject.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousSiblingLastChildSkip.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousSiblingLastChildSkip.html
index 5f44a37..155857b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousSiblingLastChildSkip.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/previousSiblingLastChildSkip.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/previousSiblingLastChildSkip.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-reject.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-reject.html
index ca34d86..3ae3093 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-reject.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-reject.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/traversal-reject.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip-most.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip-most.html
index 141f979..a845924 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip-most.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip-most.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/traversal-skip-most.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip.html b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip.html
index d788624..a04c92b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/traversal-skip.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/traversal-skip.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/URL-attribute-reflection.html b/third_party/WebKit/LayoutTests/fast/dom/URL-attribute-reflection.html
index 9d1be53..9694d04 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/URL-attribute-reflection.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/URL-attribute-reflection.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/URL-attribute-reflection.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html b/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html
index ea93068..5b5b5ef 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attributes.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/HTMLBodyElement-window-eventListener-attributes.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes.html b/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes.html
index 0917670..bf244f4 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener-attributes.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/HTMLFrameSetElement-window-eventListener-attributes.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-defineGetter.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-defineGetter.html
index d717592..cc952b5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-defineGetter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-defineGetter.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.__proto__.__defineGetter__("toString", function () {
return function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-with.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-with.html
index 6af4a2e..264e386 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-with.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto-using-with.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
with (window.location.__proto__) {
var toString = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto.html
index a29c75c..d064a92 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-on-proto.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.__proto__.toString = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-defineGetter.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-defineGetter.html
index 7a4feb4..92d7233 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-defineGetter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-defineGetter.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.__defineGetter__("toString", function () {
return function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-with.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-with.html
index 1c314f6..48b88db 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-with.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString-using-with.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
with (window.location) {
var toString = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString.html
index 530d4c1..be3bc87 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-toString.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.toString = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html
index e5b7a4b..0396f3b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.__proto__.__defineGetter__("valueOf", function () {
return function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-with.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-with.html
index 0b143af..ff5bdeb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-with.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-with.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
with (window.location.__proto__) {
var valueOf = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto.html
index 3504192..ea0a0fb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.__proto__.valueOf = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-defineGetter.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-defineGetter.html
index 7a3e12e..70370e0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-defineGetter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-defineGetter.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.__defineGetter__("valueOf", function () {
return function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-with.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-with.html
index abe64e3..e16b405 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-with.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf-using-with.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
with (window.location) {
var valueOf = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf.html
index 41cc9f2..5f3db959 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/location-override-valueOf.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.location.valueOf = function() { return "haxored"; }
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html
index 6801aff..4721e4a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-location-using-defineGetter.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.__defineGetter__("location", function() { return "haxored"; });
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-window-using-defineGetter.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-window-using-defineGetter.html
index a03b8cd..d37e05d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-window-using-defineGetter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-override-window-using-defineGetter.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
window.__defineGetter__("window", function() {
return { location: "haxored" };
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html
index 2197b1d..cc37776 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
if (window.layoutTestController)
layoutTestController.waitUntilDone();
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-string.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-string.html
index a5f0519..3b04736 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-string.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-location-using-string.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
if (window.layoutTestController)
layoutTestController.waitUntilDone();
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-window-using-js-object-with-location-field.html b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-window-using-js-object-with-location-field.html
index 5988a70..193ef2a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-window-using-js-object-with-location-field.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/Location/window-shadow-window-using-js-object-with-location-field.html
@@ -5,8 +5,6 @@
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
var window = { location: "haxored" };
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/atob-btoa.html b/third_party/WebKit/LayoutTests/fast/dom/Window/atob-btoa.html
index c250c97..36975c8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/atob-btoa.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/atob-btoa.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
shouldBe('window.atob("YQ==")', '"a"');
shouldBe('window.atob("YWI=")', '"ab"');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/customized-property-survives-gc.html b/third_party/WebKit/LayoutTests/fast/dom/Window/customized-property-survives-gc.html
index 90d9196..89ee506 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/customized-property-survives-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/customized-property-survives-gc.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests that customized properties on window.location and window.navigator won't get lost after garbage collection. Results may be different when run manually, since forcing GC may not be exposed in all applications. Browsers disagree about what happens to properties on window.screen, window.history, and others through 'toolbar' in the list below, but the behavior of window.location and window.navigator is consistent.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent.html b/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent.html
index 6d3b744..df2b770 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dispatchEvent.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/invalid-protocol.html b/third_party/WebKit/LayoutTests/fast/dom/Window/invalid-protocol.html
index cbb3ea2..4c55ed7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/invalid-protocol.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/invalid-protocol.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/invalid-protocol.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/new-window-opener.html b/third_party/WebKit/LayoutTests/fast/dom/Window/new-window-opener.html
index 9a15be2..fb38f42 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/new-window-opener.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/new-window-opener.html
@@ -8,8 +8,6 @@
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<script type="text/javascript">
if (window.layoutTestController) {
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html
index cfa704f..371a921 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html
@@ -5,8 +5,6 @@
<script src="../../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
function checkForLeftoverProperties(string, object)
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Window/script-tests/TEMPLATE.html
index 1951c43..27958bc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype.html
index 3964f6d..db5d25c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/window-custom-prototype.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-frames-self-referential.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-frames-self-referential.html
index e82633a..a0f72690 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-frames-self-referential.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-frames-self-referential.html
@@ -4,8 +4,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This tests that window.frames is self-referential.');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-descriptors.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-descriptors.html
index e4e0b13..e6af395 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-descriptors.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-property-descriptors.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/window-property-descriptors.js"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html
index 9cae1d2..9b7e055 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script language="JavaScript" type="text/javascript">
var resetWidth;
var resetHeight;
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-sub-frame.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-sub-frame.html
index bd75c36..de9ad5f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-sub-frame.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-and-move-sub-frame.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<iframe src="blank.html"></iframe>
<script language="JavaScript" type="text/javascript">
var resetWidth;
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled
index 74da938..9c89bd3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize-nan.html-disabled
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script language="JavaScript" type="text/javascript">
// FIXME Disabled because of <rdar://problem/5569119>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize.html
index 0256165..b230bcf 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-resize.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script language="JavaScript" type="text/javascript">
if (window.layoutTestController)
layoutTestController.dumpAsText();
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-scroll-arguments.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-scroll-arguments.html
index a31fc0f..026d3f5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-scroll-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-scroll-arguments.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div style="height: 1000px; width: 1000px; border: 1px solid black;">This box should force the window to have a scrollable area to test.</div>
<script language="JavaScript" type="text/javascript">
var resetX;
diff --git a/third_party/WebKit/LayoutTests/fast/dom/XMLHttpRequest-constants.html b/third_party/WebKit/LayoutTests/fast/dom/XMLHttpRequest-constants.html
index db31f2d..89150fc 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/XMLHttpRequest-constants.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/XMLHttpRequest-constants.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/XMLHttpRequest-constants.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/allowed-children.html b/third_party/WebKit/LayoutTests/fast/dom/allowed-children.html
index 228b1e1..4c5cd03 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/allowed-children.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/allowed-children.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This test ensures that we can attach various DOMs to the document.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/attribute-legacy-colors.html b/third_party/WebKit/LayoutTests/fast/dom/attribute-legacy-colors.html
index 74a2aab..79206c5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/attribute-legacy-colors.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/attribute-legacy-colors.html
@@ -1,8 +1,7 @@
<!DOCTYPE HTML>
<meta charset=utf8>
<link rel="stylesheet" href="../js/resources/js-test-style.css">
+<body>
<script src="../js/resources/js-test-pre.js"></script>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/attribute-legacy-colors.js"></script>
-<script src="../js/resources/js-test-post.js"></script> \ No newline at end of file
+<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/boolean-attribute-reflection.html b/third_party/WebKit/LayoutTests/fast/dom/boolean-attribute-reflection.html
index b81fd60..77679ff 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/boolean-attribute-reflection.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/boolean-attribute-reflection.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/boolean-attribute-reflection.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/console-log-stack-overflow.html b/third_party/WebKit/LayoutTests/fast/dom/console-log-stack-overflow.html
index 4e794b1..5952cc9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/console-log-stack-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/console-log-stack-overflow.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body onload='load(1)'>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Regression test for https://bugs.webkit.org/show_bug.cgi?id=30904. This test passes if it doesn't crash.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/constructed-objects-prototypes.html b/third_party/WebKit/LayoutTests/fast/dom/constructed-objects-prototypes.html
index 9159e9c..420fbed 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/constructed-objects-prototypes.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/constructed-objects-prototypes.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constructed-objects-prototypes.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate-expected.txt
index 27af114..8801f56 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate-expected.txt
@@ -1,4 +1,3 @@
-
PASS successfullyParsed is true
TEST COMPLETE
diff --git a/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate.html b/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate.html
index c4af69a..aa543df 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/constructors-cached-navigate.html
@@ -6,8 +6,6 @@
</head>
<body>
<iframe id="testFrame"></iframe>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/constructors-cached-navigate.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/constructors-cached.html b/third_party/WebKit/LayoutTests/fast/dom/constructors-cached.html
index edcce81..b989b30 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/constructors-cached.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/constructors-cached.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constructors-cached.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/css-RGBValue.html b/third_party/WebKit/LayoutTests/fast/dom/css-RGBValue.html
index 9e3935a..c722d9f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/css-RGBValue.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/css-RGBValue.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/css-RGBValue.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/css-mediarule-parentRule.html b/third_party/WebKit/LayoutTests/fast/dom/css-mediarule-parentRule.html
index e584611..fc12a71 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/css-mediarule-parentRule.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/css-mediarule-parentRule.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/css-mediarule-parentRule.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dataset-gc.html b/third_party/WebKit/LayoutTests/fast/dom/dataset-gc.html
index 569fb8b..d32b0ad 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/dataset-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/dataset-gc.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dataset-gc.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dataset-xhtml.xhtml b/third_party/WebKit/LayoutTests/fast/dom/dataset-xhtml.xhtml
index 1da3ca2..6d75389 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/dataset-xhtml.xhtml
+++ b/third_party/WebKit/LayoutTests/fast/dom/dataset-xhtml.xhtml
@@ -6,8 +6,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dataset-xhtml.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dataset.html b/third_party/WebKit/LayoutTests/fast/dom/dataset.html
index 1c9f094..8d79b8b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/dataset.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/dataset.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dataset.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-all-select.html b/third_party/WebKit/LayoutTests/fast/dom/document-all-select.html
index 217e369..92ba6d0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-all-select.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-all-select.html
@@ -8,8 +8,6 @@ if (window.layoutTestController)
</script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<select name="myselect" style="visibility: hidden;">
<option value="1">A</option>
<option value="2">B</option>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-all-tags.html b/third_party/WebKit/LayoutTests/fast/dom/document-all-tags.html
index d25deff..46c5f75 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-all-tags.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-all-tags.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Test that HTMLAllCollection.tags() matches IE behavior with too few arguments.');
shouldThrow("document.all.tags()");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-head.html b/third_party/WebKit/LayoutTests/fast/dom/document-head.html
index 8b45b24..c6e9170 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-head.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-head.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/document-head.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-set-body-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/document-set-body-expected.txt
index a8f5c2e..098bae8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-set-body-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-set-body-expected.txt
@@ -1,5 +1,8 @@
Tests setting document.body
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
PASS document1.body = iframe1 threw exception Error: HIERARCHY_REQUEST_ERR: DOM Exception 3.
PASS iframe1.parentNode is document.body
PASS document1.body = document1.createElement('iframe') threw exception Error: HIERARCHY_REQUEST_ERR: DOM Exception 3.
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-set-body.html b/third_party/WebKit/LayoutTests/fast/dom/document-set-body.html
index 12da9b1..68e5043 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-set-body.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-set-body.html
@@ -1,31 +1,31 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
-<script src="../js/resources/js-test-pre.js"></script>
-</head>
-<body>
-<p>Tests setting document.body</p>
-<div id="console"></div>
-<script>
-iframe1 = document.createElement('iframe');
-document.body.appendChild(iframe1);
-document1 = iframe1.contentDocument.implementation.createHTMLDocument("document");
-
-shouldThrow("document1.body = iframe1", "'Error: HIERARCHY_REQUEST_ERR: DOM Exception 3'");
-shouldBe("iframe1.parentNode", "document.body");
-
-shouldThrow("document1.body = document1.createElement('iframe')", "'Error: HIERARCHY_REQUEST_ERR: DOM Exception 3'");
-
-document1.body = document.body;
-shouldBeTrue("document1.body != document.body");
-
-body1 = document1.createElement('body');
-document1.body = body1;
-shouldBe("document1.body", "body1")
-
-var successfullyParsed = true;
-</script>
-<script src="../js/resources/js-test-post.js"></script>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
+<link rel="stylesheet" href="../js/resources/js-test-style.css">
+<script src="../js/resources/js-test-pre.js"></script>
+</head>
+<body>
+<script>
+description("Tests setting document.body");
+
+iframe1 = document.createElement('iframe');
+document.body.appendChild(iframe1);
+document1 = iframe1.contentDocument.implementation.createHTMLDocument("document");
+
+shouldThrow("document1.body = iframe1", "'Error: HIERARCHY_REQUEST_ERR: DOM Exception 3'");
+shouldBe("iframe1.parentNode", "document.body");
+
+shouldThrow("document1.body = document1.createElement('iframe')", "'Error: HIERARCHY_REQUEST_ERR: DOM Exception 3'");
+
+document1.body = document.body;
+shouldBeTrue("document1.body != document.body");
+
+body1 = document1.createElement('body');
+document1.body = body1;
+shouldBe("document1.body", "body1")
+
+var successfullyParsed = true;
+</script>
+<script src="../js/resources/js-test-post.js"></script>
+</body>
+</html>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
index 6e9ca49..1369156 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="element" name="element_name"></div>
<script>
description('This test checks that all but a handful of dom constructors throw exceptions, and the rest return reasonable objects. It also tests that those constructors have higher precedence than a document element with the same ID or name.');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/domListEnumeration.html b/third_party/WebKit/LayoutTests/fast/dom/domListEnumeration.html
index f6096e6..e040c99 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/domListEnumeration.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/domListEnumeration.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/domListEnumeration.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/domtimestamp-is-number.html b/third_party/WebKit/LayoutTests/fast/dom/domtimestamp-is-number.html
index e5c67ae..0e72f77 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/domtimestamp-is-number.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/domtimestamp-is-number.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body onload="do_check(event)">
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/domtimestamp-is-number.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt
index a2ddebe..f81e56d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 17: RangeError: Maximum call stack size exceeded.
+CONSOLE MESSAGE: line 15: RangeError: Maximum call stack size exceeded.
Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
diff --git a/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow.html b/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow.html
index 2fbcdb0..072f581 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/error-to-string-stack-overflow.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body onload='load()'>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/event-attribute-availability.html b/third_party/WebKit/LayoutTests/fast/dom/event-attribute-availability.html
index 31c558d..42ae1d9 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/event-attribute-availability.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/event-attribute-availability.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/event-attribute-availability.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/icon-size-property.html b/third_party/WebKit/LayoutTests/fast/dom/icon-size-property.html
index 32027a2..0cf2009 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/icon-size-property.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/icon-size-property.html
@@ -8,8 +8,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<script>
description('Tests for sizes attribute of the link element.');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/incompatible-operations.html b/third_party/WebKit/LayoutTests/fast/dom/incompatible-operations.html
index 617814d..a77a521 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/incompatible-operations.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/incompatible-operations.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test checks the behavior of DOM operations when called on non-DOM or incompatible receivers with non-DOM or incompatible arguments.');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/inner-text-first-letter.html b/third_party/WebKit/LayoutTests/fast/dom/inner-text-first-letter.html
index af38db5..6c32033 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/inner-text-first-letter.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/inner-text-first-letter.html
@@ -28,8 +28,6 @@
</style>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="tests">
<div id="divFirst" class="first">div</div>
<div id="divNormal">div</div>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/javascript-url-exception-isolation.html b/third_party/WebKit/LayoutTests/fast/dom/javascript-url-exception-isolation.html
index be00b6e..574e3f0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/javascript-url-exception-isolation.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/javascript-url-exception-isolation.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/javascript-url-exception-isolation.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash.html b/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash.html
index 49cac1e..2db9ba8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/location-new-window-no-crash.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/node-iterator-with-doctype-root.html b/third_party/WebKit/LayoutTests/fast/dom/node-iterator-with-doctype-root.html
index e9328cc..4b96c5e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/node-iterator-with-doctype-root.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/node-iterator-with-doctype-root.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
var dt = document.implementation.createDocumentType("foo", "", "");
var iter = document.createNodeIterator(dt, NodeFilter.SHOW_ALL, null, true);
diff --git a/third_party/WebKit/LayoutTests/fast/dom/node-prefix-setter-namespace-exception.html b/third_party/WebKit/LayoutTests/fast/dom/node-prefix-setter-namespace-exception.html
index 9f8af87..5b9480a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/node-prefix-setter-namespace-exception.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/node-prefix-setter-namespace-exception.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/node-prefix-setter-namespace-exception.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters.html b/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters.html
index 35ab9a1..e9e8dbb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/non-numeric-values-numeric-parameters.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding.html b/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding.html
index 1f7a8b9..7d70af3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Tests the DOM bindings for the ping attribute');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance-2.html b/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance-2.html
index 7813a3a..9dee578 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance-2.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance-2.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/prototype-inheritance-2.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance.html b/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance.html
index d8650df..96f645cf 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/prototype-inheritance.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/prototype-inheritance.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/prototype-property.html b/third_party/WebKit/LayoutTests/fast/dom/prototype-property.html
index a7c2154..97ff825 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/prototype-property.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/prototype-property.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/prototype-property.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/set-custom-validity-with-too-few-arguments.html b/third_party/WebKit/LayoutTests/fast/dom/set-custom-validity-with-too-few-arguments.html
index fd3c476..c0b8537 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/set-custom-validity-with-too-few-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/set-custom-validity-with-too-few-arguments.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Test how setCustomValidity reacts to too few arguments.');
diff --git a/third_party/WebKit/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace.html b/third_party/WebKit/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace.html
index edc9fd3..4740ed0 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/setAttributeNS-prefix-and-null-namespace.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/setAttributeNS-prefix-and-null-namespace.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/setPrimitiveValue-exceptions.html b/third_party/WebKit/LayoutTests/fast/dom/setPrimitiveValue-exceptions.html
index 8d9f1ef..35cd7bb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/setPrimitiveValue-exceptions.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/setPrimitiveValue-exceptions.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/setPrimitiveValue-exceptions.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement.html b/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement.html
index 2a51af0..fb41ff2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Tests type enforcement on DOM setters.");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
index d07fa00..84c2241 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
@@ -5,8 +5,6 @@
<script src="resources/create-dom.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Tests to ensure that internals.getElementByIdInTreeScope can get an element in TreeScope by its id. Can only run within DRT");
diff --git a/third_party/WebKit/LayoutTests/fast/dom/webtiming-document-open.html b/third_party/WebKit/LayoutTests/fast/dom/webtiming-document-open.html
index be95de8..e2330ba 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/webtiming-document-open.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/webtiming-document-open.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/webtiming-document-open.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/webtiming-navigate-within-document.html b/third_party/WebKit/LayoutTests/fast/dom/webtiming-navigate-within-document.html
index 1984aa9..5cfd1eb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/webtiming-navigate-within-document.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/webtiming-navigate-within-document.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/webtiming-navigate-within-document.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/webtiming.html b/third_party/WebKit/LayoutTests/fast/dom/webtiming.html
index 61f47c8..5c29e9d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/webtiming.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/webtiming.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/webtiming.js"></script>
<script src="script-tests/webtiming-defer.js" defer></script>
<script src="../js/resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html b/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html
index dadfb18..7002697 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html
@@ -263,7 +263,7 @@ function runTest()
testTag("var", "HTMLElement");
testTag("wbr", "HTMLElement");
testTag("xmp", "HTMLPreElement");
-
+
// Not yet tested:
// CSSCharsetRule
@@ -296,8 +296,6 @@ function frameLoaded()
}
</script>
-<p id="description"></p>
-<div id="console"></div>
<iframe id="xmlframe" onload="frameLoaded()" style="height:0px" src="data:application/xhtml+xml,<?xml version='1.0' encoding='UTF-8'?><body/>"></iframe>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/dom/wrapper-identity.html b/third_party/WebKit/LayoutTests/fast/dom/wrapper-identity.html
index ecb30e5..2207a14 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/wrapper-identity.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/wrapper-identity.html
@@ -13,8 +13,6 @@
</style>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
function runTest()
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-mac.html b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-mac.html
index e574e45..6caebee 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-mac.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-mac.html
@@ -5,8 +5,6 @@
<script src="resources/char-decoding-utils.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests decoding characters in various character sets.");
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html
index ab2e732..bd4068b 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding.html
@@ -5,8 +5,6 @@
<script src="resources/char-decoding-utils.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests decoding characters in various character sets.");
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-encoding-mac.html b/third_party/WebKit/LayoutTests/fast/encoding/char-encoding-mac.html
index fd6ef249..3528275 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-encoding-mac.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/char-encoding-mac.html
@@ -6,8 +6,6 @@
<script src="resources/char-encoding-utils.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<form id="form" method="GET" target="subframe"><input type="text" id="text" name="text"></form>
<iframe id="subframe" name="subframe"></iframe>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-encoding.html b/third_party/WebKit/LayoutTests/fast/encoding/char-encoding.html
index 569cd5e..4112d45 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-encoding.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/char-encoding.html
@@ -6,8 +6,6 @@
<script src="resources/char-encoding-utils.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<form id="form" method="GET" target="subframe"><input type="text" id="text" name="text"></form>
<iframe id="subframe" name="subframe"></iframe>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/idn-security.html b/third_party/WebKit/LayoutTests/fast/encoding/idn-security.html
index 12edaf7..0314d5d 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/idn-security.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/idn-security.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
function testIDNEncode(charCode)
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/invalid-xml.html b/third_party/WebKit/LayoutTests/fast/encoding/invalid-xml.html
index fbed47b..8fb35f5 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/invalid-xml.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/invalid-xml.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/invalid-xml.js"></script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/events/blur-focus-window-should-blur-focus-element.html b/third_party/WebKit/LayoutTests/fast/events/blur-focus-window-should-blur-focus-element.html
index f31784e..49f85cc 100644
--- a/third_party/WebKit/LayoutTests/fast/events/blur-focus-window-should-blur-focus-element.html
+++ b/third_party/WebKit/LayoutTests/fast/events/blur-focus-window-should-blur-focus-element.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/blur-focus-window-should-blur-focus-element.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/close-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/close-event-constructor.html
index 38ef0b5..9de3c32 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/close-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/close-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the CloseEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/custom-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/custom-event-constructor.html
index 25b5072..6bd6268 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/custom-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/custom-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the CustomEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/error-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/error-event-constructor.html
index 1975afd..1f606a9 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/error-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/error-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the ErrorEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/event-constructors.html b/third_party/WebKit/LayoutTests/fast/events/constructors/event-constructors.html
index ceafa83..fd7b6f1 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/event-constructors.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/event-constructors.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructors for all the event DOM classes that have them.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/hash-change-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/hash-change-event-constructor.html
index bbe22dd..17c249d 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/hash-change-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/hash-change-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the HashChangeEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/message-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/message-event-constructor.html
index 6dfb6f1..f593cf8 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/message-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/message-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the MessageEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/page-transition-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/page-transition-event-constructor.html
index 245d719..87d9420 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/page-transition-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/page-transition-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the PageTransitionEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/pop-state-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/pop-state-event-constructor.html
index 2b820a0..0180757 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/pop-state-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/pop-state-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the PopStateEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/progress-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/progress-event-constructor.html
index 8b2137e..0d56e36 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/progress-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/progress-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the ProgressEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-animation-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-animation-event-constructor.html
index 5b360be..1b1edd0 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-animation-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-animation-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the WebKitAnimationEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-transition-event-constructor.html b/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-transition-event-constructor.html
index 688efd5..f1ff4ff 100644
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-transition-event-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/webkit-transition-event-constructor.html
@@ -5,8 +5,6 @@
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests the constructor for the WebKitTransitionEvent DOM class.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/create-document-crash-on-attach-event.html b/third_party/WebKit/LayoutTests/fast/events/create-document-crash-on-attach-event.html
index 2c8826e..c2a0b05 100644
--- a/third_party/WebKit/LayoutTests/fast/events/create-document-crash-on-attach-event.html
+++ b/third_party/WebKit/LayoutTests/fast/events/create-document-crash-on-attach-event.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/create-document-crash-on-attach-event.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-creation.html b/third_party/WebKit/LayoutTests/fast/events/event-creation.html
index 02cd496..dfd4191 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation.html
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests that document.createEvent is hooked up for all Event interfaces (and alternatives) and creates the right instance.")
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-function-toString.html b/third_party/WebKit/LayoutTests/fast/events/event-function-toString.html
index 5aa6738..44babef 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-function-toString.html
+++ b/third_party/WebKit/LayoutTests/fast/events/event-function-toString.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/event-function-toString.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-input-contentEditable.html b/third_party/WebKit/LayoutTests/fast/events/event-input-contentEditable.html
index a0e5632..cf7a61f 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-input-contentEditable.html
+++ b/third_party/WebKit/LayoutTests/fast/events/event-input-contentEditable.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/event-input-contentEditable.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-listener-list-mutation.html b/third_party/WebKit/LayoutTests/fast/events/event-listener-list-mutation.html
index 895bf9c..454f3e0 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-listener-list-mutation.html
+++ b/third_party/WebKit/LayoutTests/fast/events/event-listener-list-mutation.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/event-listener-list-mutation.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-listener-map-rehash-crash.html b/third_party/WebKit/LayoutTests/fast/events/event-listener-map-rehash-crash.html
index 4e81e14..87831cc 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-listener-map-rehash-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/events/event-listener-map-rehash-crash.html
@@ -17,8 +17,6 @@
</script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Ensures that rehashing of events map doesn't leave us with a dangling event list reference.");
testPassed("Did not crash.");
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-listener-sharing.html b/third_party/WebKit/LayoutTests/fast/events/event-listener-sharing.html
index 6468079..5a68ff7 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-listener-sharing.html
+++ b/third_party/WebKit/LayoutTests/fast/events/event-listener-sharing.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/event-listener-sharing.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/fire-popstate-event.html b/third_party/WebKit/LayoutTests/fast/events/fire-popstate-event.html
index 7b477d55..935594dd 100644
--- a/third_party/WebKit/LayoutTests/fast/events/fire-popstate-event.html
+++ b/third_party/WebKit/LayoutTests/fast/events/fire-popstate-event.html
@@ -3,14 +3,12 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body style="min-width: 5000px; min-height: 5000px">
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Checks that the popstate event fires when dispatched via createEvent');
onpopstate = function(event)
{
- if(!!event.state && !!event.state.testValue)
+ if(!!event.state && !!event.state.testValue)
{
testPassed('Popstate state: (' + event.state.testValue +')');
}
diff --git a/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event-element.html b/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event-element.html
index 7c98bad..772c85e 100644
--- a/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event-element.html
+++ b/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event-element.html
@@ -2,8 +2,6 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="container" style="overflow: auto; width: 500px; height: 500px">
<div style="height: 5000px; width: 5000px;"></div>
</div>
diff --git a/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event.html b/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event.html
index 8170b12..0dc4e7b 100644
--- a/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event.html
+++ b/third_party/WebKit/LayoutTests/fast/events/fire-scroll-event.html
@@ -2,8 +2,6 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body style="min-width: 5000px; min-height: 5000px">
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Checks that the scroll event fires on the document asychronously and only once.');
@@ -42,4 +40,4 @@ var jsTestIsAsync = true;
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/third_party/WebKit/LayoutTests/fast/events/init-events.html b/third_party/WebKit/LayoutTests/fast/events/init-events.html
index e99747e..0562845 100644
--- a/third_party/WebKit/LayoutTests/fast/events/init-events.html
+++ b/third_party/WebKit/LayoutTests/fast/events/init-events.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/init-events.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/inputText-never-fired-on-keydown-cancel.html b/third_party/WebKit/LayoutTests/fast/events/inputText-never-fired-on-keydown-cancel.html
index d7bb0fa..5bba046 100644
--- a/third_party/WebKit/LayoutTests/fast/events/inputText-never-fired-on-keydown-cancel.html
+++ b/third_party/WebKit/LayoutTests/fast/events/inputText-never-fired-on-keydown-cancel.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/inputText-never-fired-on-keydown-cancel.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/keydown-numpad-keys.html b/third_party/WebKit/LayoutTests/fast/events/keydown-numpad-keys.html
index 0a0ffcb..4d8c72a 100644
--- a/third_party/WebKit/LayoutTests/fast/events/keydown-numpad-keys.html
+++ b/third_party/WebKit/LayoutTests/fast/events/keydown-numpad-keys.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/keydown-numpad-keys.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/message-port-multi.html b/third_party/WebKit/LayoutTests/fast/events/message-port-multi.html
index 6aa0fb6..7048f55 100644
--- a/third_party/WebKit/LayoutTests/fast/events/message-port-multi.html
+++ b/third_party/WebKit/LayoutTests/fast/events/message-port-multi.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/message-port-multi.js"></script>
<!-- We don't use the standard js-test-post as this is an asynchronous test -->
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-click-events.html b/third_party/WebKit/LayoutTests/fast/events/mouse-click-events.html
index 9648d5f..548db32 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-click-events.html
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-click-events.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/mouse-click-events.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/onunload-back-to-page-cache.html b/third_party/WebKit/LayoutTests/fast/events/onunload-back-to-page-cache.html
index b5dadc4..c82fa44 100644
--- a/third_party/WebKit/LayoutTests/fast/events/onunload-back-to-page-cache.html
+++ b/third_party/WebKit/LayoutTests/fast/events/onunload-back-to-page-cache.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/onunload-back-to-page-cache.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html b/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html
index d564dd1..10eb878 100644
--- a/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html
+++ b/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click-iframe.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body style="margin: 0px;">
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/page-scaled-mouse-click-iframe.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click.html b/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click.html
index 353d4ef..8bde7fd 100644
--- a/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click.html
+++ b/third_party/WebKit/LayoutTests/fast/events/page-scaled-mouse-click.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body style="margin:0px">
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/page-scaled-mouse-click.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html
index 07fcfba..e435789 100644
--- a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html
+++ b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-delete-test.html
@@ -1,9 +1,6 @@
<html>
<body onload="startTest()">
-<p id="description"></p>
-<div id="console"></div>
-
<script src="../js/resources/js-test-pre.js"></script>
<script>
@@ -96,7 +93,7 @@ function onFrame2VisibilityChange() {
finishTest();
}
}
-
+
var successfullyParsed = true;
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-move-test.html b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-move-test.html
index 8e7f5ed..8d069b6 100644
--- a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-move-test.html
+++ b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-move-test.html
@@ -1,9 +1,6 @@
<html>
<body onload="startTest()">
-<p id="description"></p>
-<div id="console"></div>
-
<script src="../js/resources/js-test-pre.js"></script>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-propagation-test.html b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-propagation-test.html
index 0c303e6..3d60d84 100644
--- a/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-propagation-test.html
+++ b/third_party/WebKit/LayoutTests/fast/events/page-visibility-iframe-propagation-test.html
@@ -1,9 +1,6 @@
<html>
<body>
-<p id="description"></p>
-<div id="console"></div>
-
<script src="../js/resources/js-test-pre.js"></script>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/events/page-visibility-transition-test.html b/third_party/WebKit/LayoutTests/fast/events/page-visibility-transition-test.html
index 4e8f080..fe8e99d 100644
--- a/third_party/WebKit/LayoutTests/fast/events/page-visibility-transition-test.html
+++ b/third_party/WebKit/LayoutTests/fast/events/page-visibility-transition-test.html
@@ -1,9 +1,6 @@
<html>
<body onload='startTest()'>
-<p id="description"></p>
-<div id="console"></div>
-
<script src="../js/resources/js-test-pre.js"></script>
<script>
@@ -94,7 +91,7 @@ function onVisibilityChange() {
return;
}
}
-
+
var successfullyParsed = true;
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout-expected.txt
index 44e7ea1..5f49d38 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout-expected.txt
@@ -1,7 +1,7 @@
-CONSOLE MESSAGE: line 19: Creating timeout in pagehide
+CONSOLE MESSAGE: line 17: Creating timeout in pagehide
CONSOLE MESSAGE: line 5: Loaded pagehide-timeout-go-back.html, going back
-CONSOLE MESSAGE: line 32: Restored page from page cache.
-CONSOLE MESSAGE: line 23: Timeout created in pagehide fired
+CONSOLE MESSAGE: line 30: Restored page from page cache.
+CONSOLE MESSAGE: line 21: Timeout created in pagehide fired
Tests that JS execution is suspended after the pagehide event is fired, so that timers created within it will not fire while the document is in the page cache.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
diff --git a/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout.html b/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout.html
index 4baac90..c4cdc04 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout.html
+++ b/third_party/WebKit/LayoutTests/fast/events/pagehide-timeout.html
@@ -2,8 +2,6 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests that JS execution is suspended after the pagehide event is fired, so that timers created within it will not fire while the document is in the page cache.');
diff --git a/third_party/WebKit/LayoutTests/fast/events/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/events/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/events/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/events/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/events/scroll-event-during-modal-dialog.html b/third_party/WebKit/LayoutTests/fast/events/scroll-event-during-modal-dialog.html
index 346dfb6..560600e 100644
--- a/third_party/WebKit/LayoutTests/fast/events/scroll-event-during-modal-dialog.html
+++ b/third_party/WebKit/LayoutTests/fast/events/scroll-event-during-modal-dialog.html
@@ -2,8 +2,6 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body style="min-height: 2000px">
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests that scroll events are not fired while modal dialogs are displayed.');
diff --git a/third_party/WebKit/LayoutTests/fast/events/scroll-event-phase.html b/third_party/WebKit/LayoutTests/fast/events/scroll-event-phase.html
index c0ce5c0..acc61d0 100644
--- a/third_party/WebKit/LayoutTests/fast/events/scroll-event-phase.html
+++ b/third_party/WebKit/LayoutTests/fast/events/scroll-event-phase.html
@@ -2,8 +2,6 @@
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<body style="min-height: 2000px">
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests that we can listen for scroll events on the document in both the capture and bubble phases.');
diff --git a/third_party/WebKit/LayoutTests/fast/events/tab-is-focusable-assert.html b/third_party/WebKit/LayoutTests/fast/events/tab-is-focusable-assert.html
index 012b95c..b4ae63e 100644
--- a/third_party/WebKit/LayoutTests/fast/events/tab-is-focusable-assert.html
+++ b/third_party/WebKit/LayoutTests/fast/events/tab-is-focusable-assert.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/tab-is-focusable-assert.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/exclusions/parsing-wrap-shape.html b/third_party/WebKit/LayoutTests/fast/exclusions/parsing-wrap-shape.html
index 16b973f..84cc24d 100644
--- a/third_party/WebKit/LayoutTests/fast/exclusions/parsing-wrap-shape.html
+++ b/third_party/WebKit/LayoutTests/fast/exclusions/parsing-wrap-shape.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parsing-wrap-shape.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/files/not-enough-arguments.html b/third_party/WebKit/LayoutTests/fast/files/not-enough-arguments.html
index 461c28c..e1ad0dca9 100644
--- a/third_party/WebKit/LayoutTests/fast/files/not-enough-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/files/not-enough-arguments.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<input type="file">
<script>
description('This test tries calling various FileAPI functions with too few arguments.');
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/async-operations.html b/third_party/WebKit/LayoutTests/fast/filesystem/async-operations.html
index 5a82fc0..85472ac 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/async-operations.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/async-operations.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/async-operations.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/directory-entry-to-uri.html b/third_party/WebKit/LayoutTests/fast/filesystem/directory-entry-to-uri.html
index 9af91bb..5eb4933 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/directory-entry-to-uri.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/directory-entry-to-uri.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/directory-entry-to-uri.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/file-entry-to-uri.html b/third_party/WebKit/LayoutTests/fast/filesystem/file-entry-to-uri.html
index 4ec345b..b438230 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/file-entry-to-uri.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/file-entry-to-uri.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/file-entry-to-uri.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/file-from-file-entry.html b/third_party/WebKit/LayoutTests/fast/filesystem/file-from-file-entry.html
index ba462d0..500e546 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/file-from-file-entry.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/file-from-file-entry.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/file-from-file-entry.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-missing-arguments.html b/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-missing-arguments.html
index 4729671..61b3939 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-missing-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-missing-arguments.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('Test how file system methods react to too few arguments.');
shouldThrow("webkitRequestFileSystem()");
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-reference.html b/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-reference.html
index 95244ef..d30dbbf 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-reference.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/filesystem-reference.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/filesystem-reference.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing.html b/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing.html
index f347446..3e602cf 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/flags-passing.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
index ffe0e32..df16bf6 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test tries calling various filesystem functions with too few arguments.');
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/read-directory.html b/third_party/WebKit/LayoutTests/fast/filesystem/read-directory.html
index f83a966..bb1b4ec 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/read-directory.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/read-directory.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/read-directory.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/filesystem/script-tests/TEMPLATE.html
index f207f1f..350584d 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="resources/fs-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/simple-persistent.html b/third_party/WebKit/LayoutTests/fast/filesystem/simple-persistent.html
index f177c26..e7f743d 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/simple-persistent.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/simple-persistent.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/simple-persistent.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/simple-temporary.html b/third_party/WebKit/LayoutTests/fast/filesystem/simple-temporary.html
index 5462ac6..2bad499 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/simple-temporary.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/simple-temporary.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/simple-temporary.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/async-operations.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/async-operations.html
index 749c4d8..1a1279b 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/async-operations.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/async-operations.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/async-operations.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-entry-to-uri-sync.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-entry-to-uri-sync.html
index 4461119..2b4d9d1 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-entry-to-uri-sync.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-entry-to-uri-sync.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/file-entry-to-uri-sync.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry-sync.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry-sync.html
index 04b7e1b..d212d55 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry-sync.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry-sync.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/file-from-file-entry-sync.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html
index ab1d319..6e674a4 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/file-from-file-entry.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent-sync.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent-sync.html
index 8de7034..4154d87 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent-sync.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent-sync.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/simple-persistent-sync.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent.html
index e8e5f8b4..3de5bd7 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-persistent.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/simple-persistent.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary-sync.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary-sync.html
index ec0319a..f95322a 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary-sync.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary-sync.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/simple-temporary-sync.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary.html
index dcadcc2..f2f49f3 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/simple-temporary.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/simple-temporary.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/sync-operations.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/sync-operations.html
index 35b93be..0a1dd0c 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/sync-operations.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/sync-operations.html
@@ -5,8 +5,6 @@
<script src="../resources/fs-worker-test-util.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
startWorker('../resources/sync-operations.js');
window.successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-button-html.html b/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-button-html.html
index 3a3df50..72a70f0 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-button-html.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-button-html.html
@@ -6,8 +6,6 @@
<script src="../../fast/js/resources/js-test-post-function.js"></script>
</head>
<body onload="runTest()">
-<p id="description"></p>
-<div id="console"></div>
<form action="resources/success.txt" method="GET" target="failFrame">
<button type="submit" id="button" formtarget="passFrame">
</form>
diff --git a/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-input-html.html b/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-input-html.html
index 33ceb5e..7989007 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-input-html.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/formtarget-attribute-input-html.html
@@ -6,8 +6,6 @@
<script src="../../fast/js/resources/js-test-post-function.js"></script>
</head>
<body onload="runTest()">
-<p id="description"></p>
-<div id="console"></div>
<form action="resources/success.txt" method="GET" target="failFrame">
<input type="submit" id="button" formtarget="passFrame">
</form>
diff --git a/third_party/WebKit/LayoutTests/fast/forms/get-forms-to-about-blank.html b/third_party/WebKit/LayoutTests/fast/forms/get-forms-to-about-blank.html
index 02859a8..60ef87f 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/get-forms-to-about-blank.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/get-forms-to-about-blank.html
@@ -37,8 +37,6 @@ function onFrameLoad()
</script>
</head>
<body onload="run();">
- <p id="description"></p>
- <div id="console"></div>
<iframe id="iframe" name="iframe" onload="onFrameLoad();" style="display: none;"></iframe>
<form id="form" action="about:blank" method="GET" target="iframe" style="display: none;"></form>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-button-html.html b/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-button-html.html
index 7929b95..36a790b 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-button-html.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-button-html.html
@@ -3,8 +3,6 @@
<head>
</head>
<body onload="test()">
-<p id="description"></p>
-<div id="console"></div>
<form method="post" action="mailto:">
Field 1: <input type="text" size="10" maxlength="40" name="to" value="one@example.org">
Field 2: <textarea name="body">Line 1
diff --git a/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-input-html.html b/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-input-html.html
index 71f7719..9e4a4f8 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-input-html.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/mailto/formenctype-attribute-input-html.html
@@ -3,8 +3,6 @@
<head>
</head>
<body onload="test()">
-<p id="description"></p>
-<div id="console"></div>
<form method="post" action="mailto:">
Field 1: <input type="text" size="10" maxlength="40" name="to" value="one@example.org">
Field 2: <textarea name="body">Line 1
diff --git a/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-local-origin-allow.html b/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-local-origin-allow.html
index 3e35398..59e47b8 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-local-origin-allow.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-local-origin-allow.html
@@ -30,8 +30,6 @@ function runTest()
</script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests that an iframe with no src attribute uses the parent document's origin when resolving links inserted into the frame via JavaScript.");
var successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-set-location.html b/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-set-location.html
index ee38b84..c66c3e9 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-set-location.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/iframe-no-src-set-location.html
@@ -33,8 +33,6 @@ function runTest()
</script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This tests that an iframe with no src attribute uses the parent document's URL as a base when resolving non-fully-qualified URLs set by JavaScript.");
var successfullyParsed = true;
diff --git a/third_party/WebKit/LayoutTests/fast/frames/iframe-reparenting-new-page.html b/third_party/WebKit/LayoutTests/fast/frames/iframe-reparenting-new-page.html
index 758ae92..646a791 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/iframe-reparenting-new-page.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/iframe-reparenting-new-page.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/iframe-reparenting-new-page.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html
index 494e8de..58438d2 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html
@@ -37,8 +37,6 @@ function sandboxWasNavigated()
</head>
<body>
- <p id="description"></p>
- <div id="console"></div>
<iframe sandbox="allow-scripts allow-same-origin"
name="sandboxedFrame"
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html
index 225974f..0c76a93 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html
@@ -21,9 +21,6 @@ window.onload = function()
</head>
<body>
- <p id="description"></p>
-
- <div id="console"></div>
<iframe sandbox="allow-same-origin allow-scripts"
src="javascript: ++window.top.allowedExecuted;">
diff --git a/third_party/WebKit/LayoutTests/fast/frames/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/frames/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/css3-gradient-parsing.html b/third_party/WebKit/LayoutTests/fast/gradients/css3-gradient-parsing.html
index aab413c..127bb4f 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/css3-gradient-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/css3-gradient-parsing.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
diff --git a/third_party/WebKit/LayoutTests/fast/html/article-element.html b/third_party/WebKit/LayoutTests/fast/html/article-element.html
index c0f4547..e829e7c 100644
--- a/third_party/WebKit/LayoutTests/fast/html/article-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/article-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/article-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/aside-element.html b/third_party/WebKit/LayoutTests/fast/html/aside-element.html
index b03acdc..1994a75 100644
--- a/third_party/WebKit/LayoutTests/fast/html/aside-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/aside-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/aside-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/disable-style-element.html b/third_party/WebKit/LayoutTests/fast/html/disable-style-element.html
index fe84e88..0079b9e 100644
--- a/third_party/WebKit/LayoutTests/fast/html/disable-style-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/disable-style-element.html
@@ -16,9 +16,6 @@
</style>
</head>
<body>
-
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/disable-style-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/figcaption-element.html b/third_party/WebKit/LayoutTests/fast/html/figcaption-element.html
index d1e82e7..7694dee 100644
--- a/third_party/WebKit/LayoutTests/fast/html/figcaption-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/figcaption-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/figcaption-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/figure-element.html b/third_party/WebKit/LayoutTests/fast/html/figure-element.html
index 669237a..07d99e8 100644
--- a/third_party/WebKit/LayoutTests/fast/html/figure-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/figure-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/figure-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/footer-element.html b/third_party/WebKit/LayoutTests/fast/html/footer-element.html
index e686bb1..fcdf7b5 100644
--- a/third_party/WebKit/LayoutTests/fast/html/footer-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/footer-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/footer-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/header-element.html b/third_party/WebKit/LayoutTests/fast/html/header-element.html
index 6e09842..83798d3 100644
--- a/third_party/WebKit/LayoutTests/fast/html/header-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/header-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/header-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/hgroup-element.html b/third_party/WebKit/LayoutTests/fast/html/hgroup-element.html
index 78fcbc5..1e3f885 100644
--- a/third_party/WebKit/LayoutTests/fast/html/hgroup-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/hgroup-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/hgroup-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/hidden-attr-dom.html b/third_party/WebKit/LayoutTests/fast/html/hidden-attr-dom.html
index fee1880..3e5779a 100644
--- a/third_party/WebKit/LayoutTests/fast/html/hidden-attr-dom.html
+++ b/third_party/WebKit/LayoutTests/fast/html/hidden-attr-dom.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/hidden-attr-dom.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/mark-element.html b/third_party/WebKit/LayoutTests/fast/html/mark-element.html
index 2c3891c..8a51c7d 100644
--- a/third_party/WebKit/LayoutTests/fast/html/mark-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/mark-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/mark-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/marquee-element.html b/third_party/WebKit/LayoutTests/fast/html/marquee-element.html
index 69264ae..d489cc3 100644
--- a/third_party/WebKit/LayoutTests/fast/html/marquee-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/marquee-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="testParent" style="visibility:hidden"></div>
<script>
description('Various tests for the marquee element.');
diff --git a/third_party/WebKit/LayoutTests/fast/html/numbered-header-element.html b/third_party/WebKit/LayoutTests/fast/html/numbered-header-element.html
index 6d0d5aa..d0e06b9 100644
--- a/third_party/WebKit/LayoutTests/fast/html/numbered-header-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/numbered-header-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/numbered-header-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/html/script-tests/TEMPLATE.html
index 70ce56c..4c34a58 100644
--- a/third_party/WebKit/LayoutTests/fast/html/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/html/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/section-element.html b/third_party/WebKit/LayoutTests/fast/html/section-element.html
index 7b55a22..39b4e66 100644
--- a/third_party/WebKit/LayoutTests/fast/html/section-element.html
+++ b/third_party/WebKit/LayoutTests/fast/html/section-element.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/section-element.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/html/set-text-direction.html b/third_party/WebKit/LayoutTests/fast/html/set-text-direction.html
index ae470ca..7e55397 100644
--- a/third_party/WebKit/LayoutTests/fast/html/set-text-direction.html
+++ b/third_party/WebKit/LayoutTests/fast/html/set-text-direction.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script language="javascript" type="text/javascript">
description('Test that WebKit changes the dir attribute and sends an input event when we change the text direction.');
diff --git a/third_party/WebKit/LayoutTests/fast/images/border.html b/third_party/WebKit/LayoutTests/fast/images/border.html
index 7db62b6..6f8c234 100644
--- a/third_party/WebKit/LayoutTests/fast/images/border.html
+++ b/third_party/WebKit/LayoutTests/fast/images/border.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/border.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html b/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html
index c2c7044..bcdac97 100644
--- a/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html
+++ b/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cmyk-jpeg-with-color-profile.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates.html b/third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates.html
index bfd149a..744b33c9 100644
--- a/third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates.html
+++ b/third_party/WebKit/LayoutTests/fast/images/imagemap-dynamic-area-updates.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/imagemap-dynamic-area-updates.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html b/third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html
index 090f70c..427eae1 100644
--- a/third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html
+++ b/third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/move-image-to-new-document.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-special-elements.html b/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-special-elements.html
index a359be4..7211a0e 100644
--- a/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-special-elements.html
+++ b/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-special-elements.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="hidden" style="visibility: hidden">
<script id="script">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;"'&<> */</script>
<style id="style">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;"'&<> */</style>
diff --git a/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html b/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
index e6c5dc1..6427ae5 100644
--- a/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
+++ b/third_party/WebKit/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div id="container"></div>
<script>
description('Checks that URIs used in styles that are set via innerHTML are resolved against the current document\'s base URI.');
diff --git a/third_party/WebKit/LayoutTests/fast/js/Array-isArray.html b/third_party/WebKit/LayoutTests/fast/js/Array-isArray.html
index e0803ac..b79836a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/Array-isArray.html
+++ b/third_party/WebKit/LayoutTests/fast/js/Array-isArray.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/Array-isArray.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/JSON-parse-reviver.html b/third_party/WebKit/LayoutTests/fast/js/JSON-parse-reviver.html
index a12eae5..9a6a93a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/JSON-parse-reviver.html
+++ b/third_party/WebKit/LayoutTests/fast/js/JSON-parse-reviver.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/JSON-parse-reviver.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/JSON-parse.html b/third_party/WebKit/LayoutTests/fast/js/JSON-parse.html
index d659bee..7eed9ec 100644
--- a/third_party/WebKit/LayoutTests/fast/js/JSON-parse.html
+++ b/third_party/WebKit/LayoutTests/fast/js/JSON-parse.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
var nativeJSON = this.JSON;
this.JSON = null;
diff --git a/third_party/WebKit/LayoutTests/fast/js/JSON-stringify-replacer.html b/third_party/WebKit/LayoutTests/fast/js/JSON-stringify-replacer.html
index dbc87af..0a01fb7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/JSON-stringify-replacer.html
+++ b/third_party/WebKit/LayoutTests/fast/js/JSON-stringify-replacer.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/JSON-stringify-replacer.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/JSON-stringify.html b/third_party/WebKit/LayoutTests/fast/js/JSON-stringify.html
index 0b8ac60..fa96063 100644
--- a/third_party/WebKit/LayoutTests/fast/js/JSON-stringify.html
+++ b/third_party/WebKit/LayoutTests/fast/js/JSON-stringify.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
var nativeJSON = this.JSON;
this.JSON = null;
diff --git a/third_party/WebKit/LayoutTests/fast/js/Object-create.html b/third_party/WebKit/LayoutTests/fast/js/Object-create.html
index 5252e71..810afff 100644
--- a/third_party/WebKit/LayoutTests/fast/js/Object-create.html
+++ b/third_party/WebKit/LayoutTests/fast/js/Object-create.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/Object-create.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/Object-defineProperties.html b/third_party/WebKit/LayoutTests/fast/js/Object-defineProperties.html
index b4dadc3..7b49966 100644
--- a/third_party/WebKit/LayoutTests/fast/js/Object-defineProperties.html
+++ b/third_party/WebKit/LayoutTests/fast/js/Object-defineProperties.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/Object-defineProperties.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/Object-defineProperty.html b/third_party/WebKit/LayoutTests/fast/js/Object-defineProperty.html
index 0821eeb..31280ec 100644
--- a/third_party/WebKit/LayoutTests/fast/js/Object-defineProperty.html
+++ b/third_party/WebKit/LayoutTests/fast/js/Object-defineProperty.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/Object-defineProperty.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/Object-getOwnPropertyNames.html b/third_party/WebKit/LayoutTests/fast/js/Object-getOwnPropertyNames.html
index bc1ac4f..ac85668 100644
--- a/third_party/WebKit/LayoutTests/fast/js/Object-getOwnPropertyNames.html
+++ b/third_party/WebKit/LayoutTests/fast/js/Object-getOwnPropertyNames.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/Object-getOwnPropertyNames.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/Object-keys.html b/third_party/WebKit/LayoutTests/fast/js/Object-keys.html
index 9885d0c..1e69107 100644
--- a/third_party/WebKit/LayoutTests/fast/js/Object-keys.html
+++ b/third_party/WebKit/LayoutTests/fast/js/Object-keys.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/Object-keys.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/ToNumber.html b/third_party/WebKit/LayoutTests/fast/js/ToNumber.html
index f6d5327..28630a7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/ToNumber.html
+++ b/third_party/WebKit/LayoutTests/fast/js/ToNumber.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/ToNumber.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/activation-proto.html b/third_party/WebKit/LayoutTests/fast/js/activation-proto.html
index 3f07c50..a031bdb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/activation-proto.html
+++ b/third_party/WebKit/LayoutTests/fast/js/activation-proto.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/activation-proto.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/add-recovery.html b/third_party/WebKit/LayoutTests/fast/js/add-recovery.html
index 5c6dbed..2dff7b2 100644
--- a/third_party/WebKit/LayoutTests/fast/js/add-recovery.html
+++ b/third_party/WebKit/LayoutTests/fast/js/add-recovery.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/add-recovery.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/arguments-bad-index.html b/third_party/WebKit/LayoutTests/fast/js/arguments-bad-index.html
index 9a63b93..5540cde 100644
--- a/third_party/WebKit/LayoutTests/fast/js/arguments-bad-index.html
+++ b/third_party/WebKit/LayoutTests/fast/js/arguments-bad-index.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/arguments-bad-index.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/arguments.html b/third_party/WebKit/LayoutTests/fast/js/arguments.html
index f6cab86..bd75401 100644
--- a/third_party/WebKit/LayoutTests/fast/js/arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/js/arguments.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/arguments.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-constructor-host-call.html b/third_party/WebKit/LayoutTests/fast/js/array-constructor-host-call.html
index 2c1893c..e6e2435 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-constructor-host-call.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-constructor-host-call.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-constructor-host-call.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-enumerators-functions.html b/third_party/WebKit/LayoutTests/fast/js/array-enumerators-functions.html
index 1d981b0..c38b42e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-enumerators-functions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-enumerators-functions.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-enumerators-functions.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-every.html b/third_party/WebKit/LayoutTests/fast/js/array-every.html
index 5bdd9d7..a1af407 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-every.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-every.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-every.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-filter.html b/third_party/WebKit/LayoutTests/fast/js/array-filter.html
index 6b88648..f97de39 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-filter.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-filter.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-filter.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-float-delete.html b/third_party/WebKit/LayoutTests/fast/js/array-float-delete.html
index 261885d..7fb8433 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-float-delete.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-float-delete.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-float-delete.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-functions-non-arrays.html b/third_party/WebKit/LayoutTests/fast/js/array-functions-non-arrays.html
index eee6990..bcf7a14 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-functions-non-arrays.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-functions-non-arrays.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-functions-non-arrays.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-holes.html b/third_party/WebKit/LayoutTests/fast/js/array-holes.html
index 0e1c7e8..630d240 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-holes.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-holes.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-holes.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-index-immediate-types.html b/third_party/WebKit/LayoutTests/fast/js/array-index-immediate-types.html
index 265f96d..85749c5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-index-immediate-types.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-index-immediate-types.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-index-immediate-types.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-indexing.html b/third_party/WebKit/LayoutTests/fast/js/array-indexing.html
index 76f2113..2d60f9c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-indexing.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-indexing.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-indexing.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-iterate-backwards.html b/third_party/WebKit/LayoutTests/fast/js/array-iterate-backwards.html
index d48273c..b188535 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-iterate-backwards.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-iterate-backwards.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-iterate-backwards.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-join-bug-11524.html b/third_party/WebKit/LayoutTests/fast/js/array-join-bug-11524.html
index c2beb01..c2fb08f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-join-bug-11524.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-join-bug-11524.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-join-bug-11524.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-lastIndexOf.html b/third_party/WebKit/LayoutTests/fast/js/array-lastIndexOf.html
index 8457ab5..c100153 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-lastIndexOf.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-lastIndexOf.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-lastIndexOf.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-proto-func-length-getter-except.html b/third_party/WebKit/LayoutTests/fast/js/array-proto-func-length-getter-except.html
index 050d735..44ee5fc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-proto-func-length-getter-except.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-proto-func-length-getter-except.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-proto-func-length-getter-except.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-proto-func-property-getter-except.html b/third_party/WebKit/LayoutTests/fast/js/array-proto-func-property-getter-except.html
index 39b86c7..07da5cf 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-proto-func-property-getter-except.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-proto-func-property-getter-except.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-proto-func-property-getter-except.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-prototype-properties.html b/third_party/WebKit/LayoutTests/fast/js/array-prototype-properties.html
index 8f8dc2f..35c1d1e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-prototype-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-prototype-properties.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-prototype-properties.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-reduce.html b/third_party/WebKit/LayoutTests/fast/js/array-reduce.html
index 1c90f4c..a8cf9fc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-reduce.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-reduce.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-reduce.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-reduceRight.html b/third_party/WebKit/LayoutTests/fast/js/array-reduceRight.html
index 7b542e7..5e954bd 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-reduceRight.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-reduceRight.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-reduceRight.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-reset-large-index.html b/third_party/WebKit/LayoutTests/fast/js/array-reset-large-index.html
index 298d702..ae68fe1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-reset-large-index.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-reset-large-index.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-reset-large-index.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-sort-exception.html b/third_party/WebKit/LayoutTests/fast/js/array-sort-exception.html
index 32e4c5d..9354276 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-sort-exception.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-sort-exception.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-sort-exception.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-sort-modifying-tostring.html b/third_party/WebKit/LayoutTests/fast/js/array-sort-modifying-tostring.html
index 74b825c..4122407 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-sort-modifying-tostring.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-sort-modifying-tostring.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-sort-modifying-tostring.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-sort-numericCompare.html b/third_party/WebKit/LayoutTests/fast/js/array-sort-numericCompare.html
index 44124f9..7e34938 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-sort-numericCompare.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-sort-numericCompare.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-sort-numericCompare.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-sort-reentrance.html b/third_party/WebKit/LayoutTests/fast/js/array-sort-reentrance.html
index 12485b5..1e67c45 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-sort-reentrance.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-sort-reentrance.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-sort-reentrance.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-splice.html b/third_party/WebKit/LayoutTests/fast/js/array-splice.html
index 5786024..b2885e1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-splice.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-splice.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-splice.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-tostring-and-join.html b/third_party/WebKit/LayoutTests/fast/js/array-tostring-and-join.html
index 3f22236..762b957 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-tostring-and-join.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-tostring-and-join.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-tostring-and-join.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-tostring-ignore-separator.html b/third_party/WebKit/LayoutTests/fast/js/array-tostring-ignore-separator.html
index 7c958a9..8b0b674 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-tostring-ignore-separator.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-tostring-ignore-separator.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-tostring-ignore-separator.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/array-type-speculation.html b/third_party/WebKit/LayoutTests/fast/js/array-type-speculation.html
index 93de4c8..b0bf60a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/array-type-speculation.html
+++ b/third_party/WebKit/LayoutTests/fast/js/array-type-speculation.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/array-type-speculation.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/assign.html b/third_party/WebKit/LayoutTests/fast/js/assign.html
index f61c64b..b899162 100644
--- a/third_party/WebKit/LayoutTests/fast/js/assign.html
+++ b/third_party/WebKit/LayoutTests/fast/js/assign.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/assign.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/avl-crash.html b/third_party/WebKit/LayoutTests/fast/js/avl-crash.html
index 06cf9e8..891c193 100644
--- a/third_party/WebKit/LayoutTests/fast/js/avl-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/avl-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/avl-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/basic-strict-mode.html b/third_party/WebKit/LayoutTests/fast/js/basic-strict-mode.html
index 9e771df..1e6beb5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/basic-strict-mode.html
+++ b/third_party/WebKit/LayoutTests/fast/js/basic-strict-mode.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/basic-strict-mode.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/bitops-type-tag.html b/third_party/WebKit/LayoutTests/fast/js/bitops-type-tag.html
index 498862e..50c857a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/bitops-type-tag.html
+++ b/third_party/WebKit/LayoutTests/fast/js/bitops-type-tag.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/bitops-type-tag.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/bom-in-file-retains-correct-offset.html b/third_party/WebKit/LayoutTests/fast/js/bom-in-file-retains-correct-offset.html
index 159e3c9..cdaf111 100644
--- a/third_party/WebKit/LayoutTests/fast/js/bom-in-file-retains-correct-offset.html
+++ b/third_party/WebKit/LayoutTests/fast/js/bom-in-file-retains-correct-offset.html
@@ -6,8 +6,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/bom-in-file-retains-correct-offset.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/boolean-argument-prediction.html b/third_party/WebKit/LayoutTests/fast/js/boolean-argument-prediction.html
index b99ad36..97d5f18 100644
--- a/third_party/WebKit/LayoutTests/fast/js/boolean-argument-prediction.html
+++ b/third_party/WebKit/LayoutTests/fast/js/boolean-argument-prediction.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/boolean-argument-prediction.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/boxed-double-to-int.html b/third_party/WebKit/LayoutTests/fast/js/boxed-double-to-int.html
index 33e44f7..4b07f67 100644
--- a/third_party/WebKit/LayoutTests/fast/js/boxed-double-to-int.html
+++ b/third_party/WebKit/LayoutTests/fast/js/boxed-double-to-int.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/boxed-double-to-int.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/break-ASI.html b/third_party/WebKit/LayoutTests/fast/js/break-ASI.html
index 37856b9..acc9f52 100644
--- a/third_party/WebKit/LayoutTests/fast/js/break-ASI.html
+++ b/third_party/WebKit/LayoutTests/fast/js/break-ASI.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/break-ASI.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/cached-eval-gc.html b/third_party/WebKit/LayoutTests/fast/js/cached-eval-gc.html
index 2d100e39..359684c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/cached-eval-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/js/cached-eval-gc.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cached-eval-gc.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/call-apply-crash.html b/third_party/WebKit/LayoutTests/fast/js/call-apply-crash.html
index 2b9dda7..d78e6ed 100644
--- a/third_party/WebKit/LayoutTests/fast/js/call-apply-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/call-apply-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/call-apply-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/call-base-resolution.html b/third_party/WebKit/LayoutTests/fast/js/call-base-resolution.html
index 53081d9..4bbac87 100644
--- a/third_party/WebKit/LayoutTests/fast/js/call-base-resolution.html
+++ b/third_party/WebKit/LayoutTests/fast/js/call-base-resolution.html
@@ -4,8 +4,6 @@
<link rel="stylesheet" href="resources/js-test-style.css">
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/js-test-pre.js"></script>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/caller-property.html b/third_party/WebKit/LayoutTests/fast/js/caller-property.html
index 130a495..6277260 100644
--- a/third_party/WebKit/LayoutTests/fast/js/caller-property.html
+++ b/third_party/WebKit/LayoutTests/fast/js/caller-property.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/caller-property.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/char-at.html b/third_party/WebKit/LayoutTests/fast/js/char-at.html
index 43fa347..2f0856e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/char-at.html
+++ b/third_party/WebKit/LayoutTests/fast/js/char-at.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/char-at.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/closure-inside-extra-arg-call.html b/third_party/WebKit/LayoutTests/fast/js/closure-inside-extra-arg-call.html
index 6df7156..a4f00cd 100644
--- a/third_party/WebKit/LayoutTests/fast/js/closure-inside-extra-arg-call.html
+++ b/third_party/WebKit/LayoutTests/fast/js/closure-inside-extra-arg-call.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/closure-inside-extra-arg-call.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/code-serialize-paren.html b/third_party/WebKit/LayoutTests/fast/js/code-serialize-paren.html
index a3e0590..aec93ca 100644
--- a/third_party/WebKit/LayoutTests/fast/js/code-serialize-paren.html
+++ b/third_party/WebKit/LayoutTests/fast/js/code-serialize-paren.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/code-serialize-paren.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/codegen-jless.html b/third_party/WebKit/LayoutTests/fast/js/codegen-jless.html
index 792ccbc..ea3a1d3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/codegen-jless.html
+++ b/third_party/WebKit/LayoutTests/fast/js/codegen-jless.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/codegen-jless.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/codegen-loops-logical-nodes.html b/third_party/WebKit/LayoutTests/fast/js/codegen-loops-logical-nodes.html
index f9b2c9c..fc68395 100644
--- a/third_party/WebKit/LayoutTests/fast/js/codegen-loops-logical-nodes.html
+++ b/third_party/WebKit/LayoutTests/fast/js/codegen-loops-logical-nodes.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/codegen-loops-logical-nodes.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/codegen-peephole-locals.html b/third_party/WebKit/LayoutTests/fast/js/codegen-peephole-locals.html
index abdae64..8b64493 100644
--- a/third_party/WebKit/LayoutTests/fast/js/codegen-peephole-locals.html
+++ b/third_party/WebKit/LayoutTests/fast/js/codegen-peephole-locals.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/codegen-peephole-locals.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries-multiple-global-blocks.html b/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries-multiple-global-blocks.html
index abf3e77..d1fba3b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries-multiple-global-blocks.html
+++ b/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries-multiple-global-blocks.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/codegen-temporaries-multiple-global-blocks-1.js"></script>
<script src="resources/codegen-temporaries-multiple-global-blocks-2.js"></script>
<script src="resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries.html b/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries.html
index 68aa7e8..5d56390 100644
--- a/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries.html
+++ b/third_party/WebKit/LayoutTests/fast/js/codegen-temporaries.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/codegen-temporaries.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/comparefn-sort-stability.html b/third_party/WebKit/LayoutTests/fast/js/comparefn-sort-stability.html
index 1f73f75..94d5d72 100644
--- a/third_party/WebKit/LayoutTests/fast/js/comparefn-sort-stability.html
+++ b/third_party/WebKit/LayoutTests/fast/js/comparefn-sort-stability.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/comparefn-sort-stability.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/comparison-operators-greater.html b/third_party/WebKit/LayoutTests/fast/js/comparison-operators-greater.html
index f716879..8f39438 100644
--- a/third_party/WebKit/LayoutTests/fast/js/comparison-operators-greater.html
+++ b/third_party/WebKit/LayoutTests/fast/js/comparison-operators-greater.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/comparison-operators-greater.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/comparison-operators-less.html b/third_party/WebKit/LayoutTests/fast/js/comparison-operators-less.html
index 85fe27f..c4f85cc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/comparison-operators-less.html
+++ b/third_party/WebKit/LayoutTests/fast/js/comparison-operators-less.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/comparison-operators-less.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/comparison-operators.html b/third_party/WebKit/LayoutTests/fast/js/comparison-operators.html
index c7fb932..b8940bd 100644
--- a/third_party/WebKit/LayoutTests/fast/js/comparison-operators.html
+++ b/third_party/WebKit/LayoutTests/fast/js/comparison-operators.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/comparison-operators.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt b/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt
index 3ff7efb..7dd48f9b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: line 12: I am a string
-CONSOLE MESSAGE: line 13: 42
+CONSOLE MESSAGE: line 10: I am a string
+CONSOLE MESSAGE: line 11: 42
Should see two console messages, the first a string, and the second a number.
PASS successfullyParsed is true
diff --git a/third_party/WebKit/LayoutTests/fast/js/console-non-string-values.html b/third_party/WebKit/LayoutTests/fast/js/console-non-string-values.html
index b11861f..43d13fb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/console-non-string-values.html
+++ b/third_party/WebKit/LayoutTests/fast/js/console-non-string-values.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
debug('Should see two console messages, the first a string, and the second a number.');
window.console.log('I am a string');
diff --git a/third_party/WebKit/LayoutTests/fast/js/const-without-initializer.html b/third_party/WebKit/LayoutTests/fast/js/const-without-initializer.html
index d59bb2b..6b0fc68 100644
--- a/third_party/WebKit/LayoutTests/fast/js/const-without-initializer.html
+++ b/third_party/WebKit/LayoutTests/fast/js/const-without-initializer.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/const-without-initializer.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/const.html b/third_party/WebKit/LayoutTests/fast/js/const.html
index 2540f47..6a36c1c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/const.html
+++ b/third_party/WebKit/LayoutTests/fast/js/const.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body id="bodyId">
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/const.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/constant-count.html b/third_party/WebKit/LayoutTests/fast/js/constant-count.html
index 5e95269..d397c18 100644
--- a/third_party/WebKit/LayoutTests/fast/js/constant-count.html
+++ b/third_party/WebKit/LayoutTests/fast/js/constant-count.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constant-count.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/constant-encoding.html b/third_party/WebKit/LayoutTests/fast/js/constant-encoding.html
index 22593dc..bb1bb68 100644
--- a/third_party/WebKit/LayoutTests/fast/js/constant-encoding.html
+++ b/third_party/WebKit/LayoutTests/fast/js/constant-encoding.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constant-encoding.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/constant-folding.html b/third_party/WebKit/LayoutTests/fast/js/constant-folding.html
index 25201a5..b1c8408 100644
--- a/third_party/WebKit/LayoutTests/fast/js/constant-folding.html
+++ b/third_party/WebKit/LayoutTests/fast/js/constant-folding.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constant-folding.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/constructor-attributes.html b/third_party/WebKit/LayoutTests/fast/js/constructor-attributes.html
index 2a3dcbc..393a9dc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/constructor-attributes.html
+++ b/third_party/WebKit/LayoutTests/fast/js/constructor-attributes.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constructor-attributes.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/constructor.html b/third_party/WebKit/LayoutTests/fast/js/constructor.html
index e0c381e..335a9b2 100644
--- a/third_party/WebKit/LayoutTests/fast/js/constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/js/constructor.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constructor.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/continue-break-multiple-labels.html b/third_party/WebKit/LayoutTests/fast/js/continue-break-multiple-labels.html
index 1d4475e..e8495f8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/continue-break-multiple-labels.html
+++ b/third_party/WebKit/LayoutTests/fast/js/continue-break-multiple-labels.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/continue-break-multiple-labels.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/convert-nan-to-bool.html b/third_party/WebKit/LayoutTests/fast/js/convert-nan-to-bool.html
index 9a40c156..bb3c965 100644
--- a/third_party/WebKit/LayoutTests/fast/js/convert-nan-to-bool.html
+++ b/third_party/WebKit/LayoutTests/fast/js/convert-nan-to-bool.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/convert-nan-to-bool.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/cross-frame-prototype.html b/third_party/WebKit/LayoutTests/fast/js/cross-frame-prototype.html
index 37a31e3..45490e8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/cross-frame-prototype.html
+++ b/third_party/WebKit/LayoutTests/fast/js/cross-frame-prototype.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<iframe></iframe>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/custom-constructors.html b/third_party/WebKit/LayoutTests/fast/js/custom-constructors.html
index c30cbf9..7dbb9fb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/custom-constructors.html
+++ b/third_party/WebKit/LayoutTests/fast/js/custom-constructors.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/custom-constructors.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/cyclic-proto.html b/third_party/WebKit/LayoutTests/fast/js/cyclic-proto.html
index 86882d6..b1cd160 100644
--- a/third_party/WebKit/LayoutTests/fast/js/cyclic-proto.html
+++ b/third_party/WebKit/LayoutTests/fast/js/cyclic-proto.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cyclic-proto.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/cyclic-prototypes.html b/third_party/WebKit/LayoutTests/fast/js/cyclic-prototypes.html
index 7ee42f8..f10e7f9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/cyclic-prototypes.html
+++ b/third_party/WebKit/LayoutTests/fast/js/cyclic-prototypes.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cyclic-prototypes.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/cyclic-ref-toString.html b/third_party/WebKit/LayoutTests/fast/js/cyclic-ref-toString.html
index ef228ee..95be22c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/cyclic-ref-toString.html
+++ b/third_party/WebKit/LayoutTests/fast/js/cyclic-ref-toString.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cyclic-ref-toString.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-DST-pre-1970.html b/third_party/WebKit/LayoutTests/fast/js/date-DST-pre-1970.html
index 7086d3d..fdc87c2 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-DST-pre-1970.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-DST-pre-1970.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-DST-pre-1970.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-DST-time-cusps.html b/third_party/WebKit/LayoutTests/fast/js/date-DST-time-cusps.html
index 58efb83..5c24fba 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-DST-time-cusps.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-DST-time-cusps.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-DST-time-cusps.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-big-constructor.html b/third_party/WebKit/LayoutTests/fast/js/date-big-constructor.html
index f63eff8..2ed9d10 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-big-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-big-constructor.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-big-constructor.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-big-setdate.html b/third_party/WebKit/LayoutTests/fast/js/date-big-setdate.html
index 96d246b..31dbdd4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-big-setdate.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-big-setdate.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-big-setdate.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-big-setmonth.html b/third_party/WebKit/LayoutTests/fast/js/date-big-setmonth.html
index 25ed7e4..00b7cbe 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-big-setmonth.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-big-setmonth.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-big-setmonth.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-constructor.html b/third_party/WebKit/LayoutTests/fast/js/date-constructor.html
index 7151dc9..2769b7b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-constructor.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-constructor.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-daysfrom1970-overflow.html b/third_party/WebKit/LayoutTests/fast/js/date-daysfrom1970-overflow.html
index ed78643..67e3bff 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-daysfrom1970-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-daysfrom1970-overflow.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-daysfrom1970-overflow.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-negative-setmonth.html b/third_party/WebKit/LayoutTests/fast/js/date-negative-setmonth.html
index b0ac942..61eaf27 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-negative-setmonth.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-negative-setmonth.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-negative-setmonth.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-parse-comments-test.html b/third_party/WebKit/LayoutTests/fast/js/date-parse-comments-test.html
index 009e0f7..5c6ca3f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-parse-comments-test.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-parse-comments-test.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-parse-comments-test.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-parse-test.html b/third_party/WebKit/LayoutTests/fast/js/date-parse-test.html
index 868b502..372631b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-parse-test.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-parse-test.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-parse-test.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-preserve-milliseconds.html b/third_party/WebKit/LayoutTests/fast/js/date-preserve-milliseconds.html
index c6302766..004e2d4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-preserve-milliseconds.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-preserve-milliseconds.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-preserve-milliseconds.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation.html b/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation.html
index d7afc6c..83cf248 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-proto-generic-invocation.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-proto-generic-invocation.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-set-to-nan.html b/third_party/WebKit/LayoutTests/fast/js/date-set-to-nan.html
index 78eaec5..24eb234 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-set-to-nan.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-set-to-nan.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-set-to-nan.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-toisostring.html b/third_party/WebKit/LayoutTests/fast/js/date-toisostring.html
index 8ed6e43..5e265cb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-toisostring.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-toisostring.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-toisostring.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/date-utc-timeclip.html b/third_party/WebKit/LayoutTests/fast/js/date-utc-timeclip.html
index d5d88f3..9558f1b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/date-utc-timeclip.html
+++ b/third_party/WebKit/LayoutTests/fast/js/date-utc-timeclip.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/date-utc-timeclip.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/debugger.html b/third_party/WebKit/LayoutTests/fast/js/debugger.html
index a9794f1..a692b93 100644
--- a/third_party/WebKit/LayoutTests/fast/js/debugger.html
+++ b/third_party/WebKit/LayoutTests/fast/js/debugger.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/debugger.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/declaration-in-block.html b/third_party/WebKit/LayoutTests/fast/js/declaration-in-block.html
index ec7a4d7..bc9cc64 100644
--- a/third_party/WebKit/LayoutTests/fast/js/declaration-in-block.html
+++ b/third_party/WebKit/LayoutTests/fast/js/declaration-in-block.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/declaration-in-block.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/deep-recursion-test.html b/third_party/WebKit/LayoutTests/fast/js/deep-recursion-test.html
index 99369dd..91f0caa 100644
--- a/third_party/WebKit/LayoutTests/fast/js/deep-recursion-test.html
+++ b/third_party/WebKit/LayoutTests/fast/js/deep-recursion-test.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This test how deep we can recurse, and that we get an exception when we do, as opposed to a stack overflow.");
diff --git a/third_party/WebKit/LayoutTests/fast/js/delete-getters-setters.html b/third_party/WebKit/LayoutTests/fast/js/delete-getters-setters.html
index 5043f18..7e7a2f1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/delete-getters-setters.html
+++ b/third_party/WebKit/LayoutTests/fast/js/delete-getters-setters.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/delete-getters-setters.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/delete-multiple-global-blocks.html b/third_party/WebKit/LayoutTests/fast/js/delete-multiple-global-blocks.html
index d606dbd..069539a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/delete-multiple-global-blocks.html
+++ b/third_party/WebKit/LayoutTests/fast/js/delete-multiple-global-blocks.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description(
"Tests whether delete works properly across multiple global blocks in the presence of redefined variables."
diff --git a/third_party/WebKit/LayoutTests/fast/js/delete-syntax.html b/third_party/WebKit/LayoutTests/fast/js/delete-syntax.html
index a43d22a..19c5fc2 100644
--- a/third_party/WebKit/LayoutTests/fast/js/delete-syntax.html
+++ b/third_party/WebKit/LayoutTests/fast/js/delete-syntax.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/delete-syntax.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/delete-then-put.html b/third_party/WebKit/LayoutTests/fast/js/delete-then-put.html
index ffe342c..d3f2c0f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/delete-then-put.html
+++ b/third_party/WebKit/LayoutTests/fast/js/delete-then-put.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/delete-then-put.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/dfg-min-max.html b/third_party/WebKit/LayoutTests/fast/js/dfg-min-max.html
index 55dbdc2..cee28cb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/dfg-min-max.html
+++ b/third_party/WebKit/LayoutTests/fast/js/dfg-min-max.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dfg-min-max.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/dictionary-no-cache.html b/third_party/WebKit/LayoutTests/fast/js/dictionary-no-cache.html
index e7bacc0..5bc8dcf 100644
--- a/third_party/WebKit/LayoutTests/fast/js/dictionary-no-cache.html
+++ b/third_party/WebKit/LayoutTests/fast/js/dictionary-no-cache.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dictionary-no-cache.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/dictionary-prototype-caching.html b/third_party/WebKit/LayoutTests/fast/js/dictionary-prototype-caching.html
index cc6b88f..5007eb4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/dictionary-prototype-caching.html
+++ b/third_party/WebKit/LayoutTests/fast/js/dictionary-prototype-caching.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dictionary-prototype-caching.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/do-while-semicolon.html b/third_party/WebKit/LayoutTests/fast/js/do-while-semicolon.html
index 0663d3d..750936c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/do-while-semicolon.html
+++ b/third_party/WebKit/LayoutTests/fast/js/do-while-semicolon.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/do-while-semicolon.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/dot-node-base-exception.html b/third_party/WebKit/LayoutTests/fast/js/dot-node-base-exception.html
index c96aa18..7282315 100644
--- a/third_party/WebKit/LayoutTests/fast/js/dot-node-base-exception.html
+++ b/third_party/WebKit/LayoutTests/fast/js/dot-node-base-exception.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dot-node-base-exception.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/duplicate-param-crash.html b/third_party/WebKit/LayoutTests/fast/js/duplicate-param-crash.html
index af3cc8a..38acd6c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/duplicate-param-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/duplicate-param-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/duplicate-param-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/duplicate-param-gc-crash.html b/third_party/WebKit/LayoutTests/fast/js/duplicate-param-gc-crash.html
index 9105d96..3743a63 100644
--- a/third_party/WebKit/LayoutTests/fast/js/duplicate-param-gc-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/duplicate-param-gc-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/duplicate-param-gc-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/end-in-string-escape.html b/third_party/WebKit/LayoutTests/fast/js/end-in-string-escape.html
index 3b5bfb0..9fe5d27 100644
--- a/third_party/WebKit/LayoutTests/fast/js/end-in-string-escape.html
+++ b/third_party/WebKit/LayoutTests/fast/js/end-in-string-escape.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/end-in-string-escape.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/equality.html b/third_party/WebKit/LayoutTests/fast/js/equality.html
index f543bcf..ad03354 100644
--- a/third_party/WebKit/LayoutTests/fast/js/equality.html
+++ b/third_party/WebKit/LayoutTests/fast/js/equality.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/equality.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/eval-cache-crash.html b/third_party/WebKit/LayoutTests/fast/js/eval-cache-crash.html
index d8740aa..c194c1a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/eval-cache-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/eval-cache-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/eval-cache-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/eval-contained-syntax-error.html b/third_party/WebKit/LayoutTests/fast/js/eval-contained-syntax-error.html
index af599ce8..b66603c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/eval-contained-syntax-error.html
+++ b/third_party/WebKit/LayoutTests/fast/js/eval-contained-syntax-error.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/eval-contained-syntax-error.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/eval-throw-return.html b/third_party/WebKit/LayoutTests/fast/js/eval-throw-return.html
index 4ef0853..378f3c4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/eval-throw-return.html
+++ b/third_party/WebKit/LayoutTests/fast/js/eval-throw-return.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/eval-throw-return.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/eval-var-decl.html b/third_party/WebKit/LayoutTests/fast/js/eval-var-decl.html
index ce51801..dc9aa2d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/eval-var-decl.html
+++ b/third_party/WebKit/LayoutTests/fast/js/eval-var-decl.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/eval-var-decl.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-expression-offset.html b/third_party/WebKit/LayoutTests/fast/js/exception-expression-offset.html
index 39fb82a..52dc7fc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-expression-offset.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-expression-offset.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/exception-expression-offset.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-for-nonobject.html b/third_party/WebKit/LayoutTests/fast/js/exception-for-nonobject.html
index c35671e..6e091bc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-for-nonobject.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-for-nonobject.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/exception-for-nonobject.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1-expected.txt b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1-expected.txt
index 4d382c9..855c1ce 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1-expected.txt
@@ -4,15 +4,15 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS typeof e.sourceURL is "string"
-PASS e.line is 21
+PASS e.line is 19
PASS typeof e.sourceURL is "string"
-PASS e.line is 31
+PASS e.line is 29
PASS typeof e.sourceURL is "string"
-PASS e.line is 41
+PASS e.line is 39
PASS typeof e.sourceURL is "string"
-PASS e.line is 51
+PASS e.line is 49
PASS typeof e.sourceURL is "string"
-PASS e.line is 14
+PASS e.line is 12
PASS successfullyParsed is true
TEST COMPLETE
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1.html b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1.html
index d706902..1406ec6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-1.html
@@ -4,8 +4,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test exercises the source URL and line number that is embedded in JavaScript exceptions, which is displayed in places like the JavaScript console. It differs from <span style="font-family: monospace;">exception-linenums.html</span> in that the line numbers are derived from within the HTML source, not a JavaScript source file.');
@@ -23,7 +21,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '21');
+shouldBe("e.line", '19');
e = undefined;
try {
@@ -33,7 +31,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '31');
+shouldBe("e.line", '29');
e = undefined;
try {
@@ -43,7 +41,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '41');
+shouldBe("e.line", '39');
e = undefined;
try {
@@ -53,7 +51,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '51');
+shouldBe("e.line", '49');
e = undefined;
// Raises an exception inside a function to check that its line number
@@ -64,7 +62,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '14');
+shouldBe("e.line", '12');
var successfullyParsed = true;
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt
index 9a756b5..498f052 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt
@@ -4,15 +4,15 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS typeof e.sourceURL is "string"
-PASS e.line is 21
+PASS e.line is 19
PASS typeof e.sourceURL is "string"
-PASS e.line is 31
+PASS e.line is 29
PASS typeof e.sourceURL is "string"
-PASS e.line is 41
+PASS e.line is 39
PASS typeof e.sourceURL is "string"
-PASS e.line is 51
+PASS e.line is 49
PASS typeof e.sourceURL is "string"
-PASS e.line is 14
+PASS e.line is 12
PASS successfullyParsed is true
TEST COMPLETE
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2.html b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2.html
index 6a39aa0..7186641 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-2.html
@@ -4,8 +4,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test exercises the source URL and line number that is embedded in JavaScript exceptions, which is displayed in places like the JavaScript console. It differs from <span style="font-family: monospace;">exception-linenums-in-html-1.html</span> in that it only works if <a href="https://bugs.webkit.org/show_bug.cgi?id=3905">Bugzilla Bug 3905</a> has been fixed.');
@@ -23,7 +21,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '21');
+shouldBe("e.line", '19');
e = undefined;
try {
@@ -33,7 +31,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '31');
+shouldBe("e.line", '29');
e = undefined;
try {
@@ -43,7 +41,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '41');
+shouldBe("e.line", '39');
e = undefined;
try {
@@ -53,7 +51,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '51');
+shouldBe("e.line", '49');
e = undefined;
// Raises an exception inside a function to check that its line number
@@ -64,7 +62,7 @@ try {
e = exception;
}
shouldBe("typeof e.sourceURL", '"string"');
-shouldBe("e.line", '14');
+shouldBe("e.line", '12');
var successfullyParsed = true;
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-3.html b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-3.html
index e6b826e..07c3ac1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-3.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-linenums-in-html-3.html
@@ -6,8 +6,6 @@ body { white-space: normal; }
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test exercises the source URL and line number that is embedded in JavaScript exceptions, which is displayed in places like the JavaScript console. It differs from <span style="font-family: monospace;">exception-linenums-in-html-1.html</span> in that it only works if <a href="https://bugs.webkit.org/show_bug.cgi?id=6314">Bugzilla Bug 6314</a> has been fixed.');
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-linenums.html b/third_party/WebKit/LayoutTests/fast/js/exception-linenums.html
index cb686cb..799727f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-linenums.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-linenums.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/exception-linenums.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-properties.html b/third_party/WebKit/LayoutTests/fast/js/exception-properties.html
index 9c12f83..b54c0b7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-properties.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/exception-properties.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-registerfile-shrink.html b/third_party/WebKit/LayoutTests/fast/js/exception-registerfile-shrink.html
index 1bc1cc9..253a53a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-registerfile-shrink.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-registerfile-shrink.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/exception-registerfile-shrink.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-try-finally-scope-error.html b/third_party/WebKit/LayoutTests/fast/js/exception-try-finally-scope-error.html
index 74fdf68..d625db8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-try-finally-scope-error.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-try-finally-scope-error.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/exception-try-finally-scope-error.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html b/third_party/WebKit/LayoutTests/fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html
index 35f5e8f..42b0324 100644
--- a/third_party/WebKit/LayoutTests/fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html
+++ b/third_party/WebKit/LayoutTests/fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/exception-with-handler-inside-eval-with-dynamic-scope.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/excessive-comma-usage.html b/third_party/WebKit/LayoutTests/fast/js/excessive-comma-usage.html
index 68ec6e5..7140c3d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/excessive-comma-usage.html
+++ b/third_party/WebKit/LayoutTests/fast/js/excessive-comma-usage.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/excessive-comma-usage.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/finally-codegen-failure.html b/third_party/WebKit/LayoutTests/fast/js/finally-codegen-failure.html
index 383f663..0175b11 100644
--- a/third_party/WebKit/LayoutTests/fast/js/finally-codegen-failure.html
+++ b/third_party/WebKit/LayoutTests/fast/js/finally-codegen-failure.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/finally-codegen-failure.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/for-in-avoid-duplicates.html b/third_party/WebKit/LayoutTests/fast/js/for-in-avoid-duplicates.html
index d22d382..bed8069 100644
--- a/third_party/WebKit/LayoutTests/fast/js/for-in-avoid-duplicates.html
+++ b/third_party/WebKit/LayoutTests/fast/js/for-in-avoid-duplicates.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/for-in-avoid-duplicates.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/for-in-cached.html b/third_party/WebKit/LayoutTests/fast/js/for-in-cached.html
index 476e473..6960310 100644
--- a/third_party/WebKit/LayoutTests/fast/js/for-in-cached.html
+++ b/third_party/WebKit/LayoutTests/fast/js/for-in-cached.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/for-in-cached.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/for-in-exeception.html b/third_party/WebKit/LayoutTests/fast/js/for-in-exeception.html
index 7b3dba7..726386a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/for-in-exeception.html
+++ b/third_party/WebKit/LayoutTests/fast/js/for-in-exeception.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/for-in-exeception.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/for-in-to-text.html b/third_party/WebKit/LayoutTests/fast/js/for-in-to-text.html
index 2464de1..e48a878 100644
--- a/third_party/WebKit/LayoutTests/fast/js/for-in-to-text.html
+++ b/third_party/WebKit/LayoutTests/fast/js/for-in-to-text.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/for-in-to-text.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/for-in-var-scope.html b/third_party/WebKit/LayoutTests/fast/js/for-in-var-scope.html
index 7d16a29..a9fa4c9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/for-in-var-scope.html
+++ b/third_party/WebKit/LayoutTests/fast/js/for-in-var-scope.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/for-in-var-scope.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-apply-aliased.html b/third_party/WebKit/LayoutTests/fast/js/function-apply-aliased.html
index ea3fcdd..055bd9b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-apply-aliased.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-apply-aliased.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-apply-aliased.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-apply-many-args.html b/third_party/WebKit/LayoutTests/fast/js/function-apply-many-args.html
index bd15769..4a282a3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-apply-many-args.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-apply-many-args.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-apply-many-args.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-apply.html b/third_party/WebKit/LayoutTests/fast/js/function-apply.html
index fc58bb1..c662434 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-apply.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-apply.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-apply.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-bind.html b/third_party/WebKit/LayoutTests/fast/js/function-bind.html
index dceabf9..ea1be65 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-bind.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-bind.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-bind.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-call-aliased.html b/third_party/WebKit/LayoutTests/fast/js/function-call-aliased.html
index 385f4c3..5f404be 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-call-aliased.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-call-aliased.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-call-aliased.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-call-register-allocation.html b/third_party/WebKit/LayoutTests/fast/js/function-call-register-allocation.html
index fc99a8c..2587968 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-call-register-allocation.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-call-register-allocation.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-call-register-allocation.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-constructor-newline-after-brace.html b/third_party/WebKit/LayoutTests/fast/js/function-constructor-newline-after-brace.html
index a88212b..69649cf 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-constructor-newline-after-brace.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-constructor-newline-after-brace.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-constructor-newline-after-brace.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-constructor-single-line-comment.html b/third_party/WebKit/LayoutTests/fast/js/function-constructor-single-line-comment.html
index a4dddc2..a38899c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-constructor-single-line-comment.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-constructor-single-line-comment.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-constructor-single-line-comment.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-declaration-statement.html b/third_party/WebKit/LayoutTests/fast/js/function-declaration-statement.html
index c094598..474392d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-declaration-statement.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-declaration-statement.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-declaration-statement.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-declaration.html b/third_party/WebKit/LayoutTests/fast/js/function-declaration.html
index 394b717..f02762b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-declaration.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-declaration.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-declaration.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-declarations-in-switch-statement.html b/third_party/WebKit/LayoutTests/fast/js/function-declarations-in-switch-statement.html
index 1127b1b..1f31ec1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-declarations-in-switch-statement.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-declarations-in-switch-statement.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-declarations-in-switch-statement.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-decompilation-operators.html b/third_party/WebKit/LayoutTests/fast/js/function-decompilation-operators.html
index 4d09b9c..486cf5e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-decompilation-operators.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-decompilation-operators.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("This test checks toString() round-trip decompilation for binary and unary operators.");
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-dot-arguments.html b/third_party/WebKit/LayoutTests/fast/js/function-dot-arguments.html
index 516710b..e3f44d5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-dot-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-dot-arguments.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-dot-arguments.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-name.html b/third_party/WebKit/LayoutTests/fast/js/function-name.html
index 9980f1a..c34c761 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-name.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-name.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-name.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-names.html b/third_party/WebKit/LayoutTests/fast/js/function-names.html
index 091900c..bd47aa7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-names.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-names.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-names.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-prototype-descriptor.html b/third_party/WebKit/LayoutTests/fast/js/function-prototype-descriptor.html
index 0cea7bc..799a2f6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-prototype-descriptor.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-prototype-descriptor.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-prototype-descriptor.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-prototype.html b/third_party/WebKit/LayoutTests/fast/js/function-prototype.html
index 1c149b3..5b6f851 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-prototype.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-prototype.html
@@ -10,8 +10,6 @@ if (window.layoutTestController) {
</script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Tests Bugzilla Bug 9815: JavaScript TypeError loading Dean Edwards' JS compressor/obfuscator");
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-redefinition.html b/third_party/WebKit/LayoutTests/fast/js/function-redefinition.html
index 9d610bc..b56a082 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-redefinition.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-redefinition.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
test1 = "FAIL";
var test2 = "FAIL"
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-toString-object-literals.html b/third_party/WebKit/LayoutTests/fast/js/function-toString-object-literals.html
index aa08878..159c801 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-toString-object-literals.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-toString-object-literals.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-toString-object-literals.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-toString-parentheses.html b/third_party/WebKit/LayoutTests/fast/js/function-toString-parentheses.html
index f564b0e..7aa2a16 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-toString-parentheses.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-toString-parentheses.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-toString-parentheses.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-toString-semicolon-insertion.html b/third_party/WebKit/LayoutTests/fast/js/function-toString-semicolon-insertion.html
index 2a3dd1e..67f98c4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-toString-semicolon-insertion.html
+++ b/third_party/WebKit/LayoutTests/fast/js/function-toString-semicolon-insertion.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/function-toString-semicolon-insertion.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor.html b/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor.html
index 1e5301b..8178df7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor.html
+++ b/third_party/WebKit/LayoutTests/fast/js/getOwnPropertyDescriptor.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<iframe></iframe>
<script src="resources/getOwnPropertyDescriptor.js"></script>
<script src="resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/getter-setter-gc.html b/third_party/WebKit/LayoutTests/fast/js/getter-setter-gc.html
index f22ba54..830df86 100644
--- a/third_party/WebKit/LayoutTests/fast/js/getter-setter-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/js/getter-setter-gc.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/getter-setter-gc.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/global-constructors.html b/third_party/WebKit/LayoutTests/fast/js/global-constructors.html
index d08d6f5..ab32590e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/global-constructors.html
+++ b/third_party/WebKit/LayoutTests/fast/js/global-constructors.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/global-constructors.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/global-function-resolve.html b/third_party/WebKit/LayoutTests/fast/js/global-function-resolve.html
index d5705a0..94f91f7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/global-function-resolve.html
+++ b/third_party/WebKit/LayoutTests/fast/js/global-function-resolve.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/global-function-resolve.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/global-resolve-through-eval.html b/third_party/WebKit/LayoutTests/fast/js/global-resolve-through-eval.html
index c3ce1e3..efda238 100644
--- a/third_party/WebKit/LayoutTests/fast/js/global-resolve-through-eval.html
+++ b/third_party/WebKit/LayoutTests/fast/js/global-resolve-through-eval.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/global-resolve-through-eval.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/gmail-re-re.html b/third_party/WebKit/LayoutTests/fast/js/gmail-re-re.html
index 21f680e..7f456cf 100644
--- a/third_party/WebKit/LayoutTests/fast/js/gmail-re-re.html
+++ b/third_party/WebKit/LayoutTests/fast/js/gmail-re-re.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/gmail-re-re.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/has-own-property.html b/third_party/WebKit/LayoutTests/fast/js/has-own-property.html
index 91005e8..d015679 100644
--- a/third_party/WebKit/LayoutTests/fast/js/has-own-property.html
+++ b/third_party/WebKit/LayoutTests/fast/js/has-own-property.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/has-own-property.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/i18n-bindings-locale.html b/third_party/WebKit/LayoutTests/fast/js/i18n-bindings-locale.html
index c874805..1feca19 100644
--- a/third_party/WebKit/LayoutTests/fast/js/i18n-bindings-locale.html
+++ b/third_party/WebKit/LayoutTests/fast/js/i18n-bindings-locale.html
@@ -6,8 +6,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/i18n-bindings-locale.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/ignored-result-null-comparison-crash.html b/third_party/WebKit/LayoutTests/fast/js/ignored-result-null-comparison-crash.html
index 092f1be..f55175f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/ignored-result-null-comparison-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/ignored-result-null-comparison-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/ignored-result-null-comparison-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/ignored-result-ref-crash.html b/third_party/WebKit/LayoutTests/fast/js/ignored-result-ref-crash.html
index a1652b3..b7be54a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/ignored-result-ref-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/ignored-result-ref-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/ignored-result-ref-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/immediate-constant-instead-of-cell.html b/third_party/WebKit/LayoutTests/fast/js/immediate-constant-instead-of-cell.html
index 926f15f..c8d2ab7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/immediate-constant-instead-of-cell.html
+++ b/third_party/WebKit/LayoutTests/fast/js/immediate-constant-instead-of-cell.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/immediate-constant-instead-of-cell.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/implicit-call-with-global-reentry.html b/third_party/WebKit/LayoutTests/fast/js/implicit-call-with-global-reentry.html
index ed42b4c..c102451 100644
--- a/third_party/WebKit/LayoutTests/fast/js/implicit-call-with-global-reentry.html
+++ b/third_party/WebKit/LayoutTests/fast/js/implicit-call-with-global-reentry.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/implicit-call-with-global-reentry.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/instance-of-immediates.html b/third_party/WebKit/LayoutTests/fast/js/instance-of-immediates.html
index afc1470..8d427ff 100644
--- a/third_party/WebKit/LayoutTests/fast/js/instance-of-immediates.html
+++ b/third_party/WebKit/LayoutTests/fast/js/instance-of-immediates.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/instance-of-immediates.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/instanceof-XMLHttpRequest.html b/third_party/WebKit/LayoutTests/fast/js/instanceof-XMLHttpRequest.html
index b9531a7..2e96159 100644
--- a/third_party/WebKit/LayoutTests/fast/js/instanceof-XMLHttpRequest.html
+++ b/third_party/WebKit/LayoutTests/fast/js/instanceof-XMLHttpRequest.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/instanceof-XMLHttpRequest.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/instanceof-operator.html b/third_party/WebKit/LayoutTests/fast/js/instanceof-operator.html
index 2ffb488..2f9ffb9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/instanceof-operator.html
+++ b/third_party/WebKit/LayoutTests/fast/js/instanceof-operator.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/instanceof-operator.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/integer-extremes.html b/third_party/WebKit/LayoutTests/fast/js/integer-extremes.html
index e7c7a99..4c8c480 100644
--- a/third_party/WebKit/LayoutTests/fast/js/integer-extremes.html
+++ b/third_party/WebKit/LayoutTests/fast/js/integer-extremes.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/integer-extremes.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/interpreter-no-activation.html b/third_party/WebKit/LayoutTests/fast/js/interpreter-no-activation.html
index a6735f7..7019d6aa 100644
--- a/third_party/WebKit/LayoutTests/fast/js/interpreter-no-activation.html
+++ b/third_party/WebKit/LayoutTests/fast/js/interpreter-no-activation.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/interpreter-no-activation.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/invalid-callframe-during-unwind.html b/third_party/WebKit/LayoutTests/fast/js/invalid-callframe-during-unwind.html
index 3907347..84bf6f5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/invalid-callframe-during-unwind.html
+++ b/third_party/WebKit/LayoutTests/fast/js/invalid-callframe-during-unwind.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/invalid-callframe-during-unwind.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/isPrototypeOf.html b/third_party/WebKit/LayoutTests/fast/js/isPrototypeOf.html
index 18c2869..77665a6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/isPrototypeOf.html
+++ b/third_party/WebKit/LayoutTests/fast/js/isPrototypeOf.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/isPrototypeOf.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/js-constructors-use-correct-global.html b/third_party/WebKit/LayoutTests/fast/js/js-constructors-use-correct-global.html
index 0dec691..920f15c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/js-constructors-use-correct-global.html
+++ b/third_party/WebKit/LayoutTests/fast/js/js-constructors-use-correct-global.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<iframe></iframe>
<script src="resources/js-constructors-use-correct-global.js"></script>
<script src="resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/js-continue-break-restrictions.html b/third_party/WebKit/LayoutTests/fast/js/js-continue-break-restrictions.html
index 6aa9e88..5665f66 100644
--- a/third_party/WebKit/LayoutTests/fast/js/js-continue-break-restrictions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/js-continue-break-restrictions.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/js-continue-break-restrictions.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/Array.html b/third_party/WebKit/LayoutTests/fast/js/kde/Array.html
index 2af416d..fc37969 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/Array.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/Array.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/Boolean.html b/third_party/WebKit/LayoutTests/fast/js/kde/Boolean.html
index 13ce7d8..bdc13e8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/Boolean.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/Boolean.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/Date-setYear.html b/third_party/WebKit/LayoutTests/fast/js/kde/Date-setYear.html
index 5b112fb..26f598b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/Date-setYear.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/Date-setYear.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/Error.html b/third_party/WebKit/LayoutTests/fast/js/kde/Error.html
index 7accc42..bbd0f4b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/Error.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/Error.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/GlobalObject.html b/third_party/WebKit/LayoutTests/fast/js/kde/GlobalObject.html
index e700dc0..5e8fdab 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/GlobalObject.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/GlobalObject.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/Number.html b/third_party/WebKit/LayoutTests/fast/js/kde/Number.html
index 85dcd3a..3c98f83 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/Number.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/Number.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/Object.html b/third_party/WebKit/LayoutTests/fast/js/kde/Object.html
index 675ef64..3580fde 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/Object.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/Object.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/Prototype.html b/third_party/WebKit/LayoutTests/fast/js/kde/Prototype.html
index c6a25cf..bdf47a3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/Prototype.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/Prototype.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/RegExp.html b/third_party/WebKit/LayoutTests/fast/js/kde/RegExp.html
index d99550d..62f31e5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/RegExp.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/RegExp.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/StringObject.html b/third_party/WebKit/LayoutTests/fast/js/kde/StringObject.html
index 37b4abb..5089255 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/StringObject.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/StringObject.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/arguments-scope.html b/third_party/WebKit/LayoutTests/fast/js/kde/arguments-scope.html
index 1a82491..6d8bb51 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/arguments-scope.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/arguments-scope.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/assignments.html b/third_party/WebKit/LayoutTests/fast/js/kde/assignments.html
index c9da670..5362a2e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/assignments.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/assignments.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/cast.html b/third_party/WebKit/LayoutTests/fast/js/kde/cast.html
index 7807736..2c19040 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/cast.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/cast.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/comment-1.html b/third_party/WebKit/LayoutTests/fast/js/kde/comment-1.html
index 8ab05da..1b6138b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/comment-1.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/comment-1.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/comment-2.html b/third_party/WebKit/LayoutTests/fast/js/kde/comment-2.html
index 7413709..401765e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/comment-2.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/comment-2.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/completion.html b/third_party/WebKit/LayoutTests/fast/js/kde/completion.html
index 5cf52e0..6dc8e5b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/completion.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/completion.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/conditional.html b/third_party/WebKit/LayoutTests/fast/js/kde/conditional.html
index af01bf5..0693018 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/conditional.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/conditional.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/const.html b/third_party/WebKit/LayoutTests/fast/js/kde/const.html
index 8f44dcc..8592d03 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/const.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/const.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/constructor_length.html b/third_party/WebKit/LayoutTests/fast/js/kde/constructor_length.html
index fb230e4..d00cfa8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/constructor_length.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/constructor_length.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/crash-1.html b/third_party/WebKit/LayoutTests/fast/js/kde/crash-1.html
index 382cb85..e1e03ef 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/crash-1.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/crash-1.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/crash-2.html b/third_party/WebKit/LayoutTests/fast/js/kde/crash-2.html
index 498d965..64f82d5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/crash-2.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/crash-2.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/delete.html b/third_party/WebKit/LayoutTests/fast/js/kde/delete.html
index bef4ba0..2ebc576 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/delete.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/delete.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/empty.html b/third_party/WebKit/LayoutTests/fast/js/kde/empty.html
index 33ce6f8..220cc42 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/empty.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/empty.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/encode_decode_uri.html b/third_party/WebKit/LayoutTests/fast/js/kde/encode_decode_uri.html
index 746f5ab2..403c537 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/encode_decode_uri.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/encode_decode_uri.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/eval.html b/third_party/WebKit/LayoutTests/fast/js/kde/eval.html
index 919e297..69e8f32 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/eval.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/eval.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/evil-n.html b/third_party/WebKit/LayoutTests/fast/js/kde/evil-n.html
index 7f58c8b..b3b3aa0 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/evil-n.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/evil-n.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/exception_propagation.html b/third_party/WebKit/LayoutTests/fast/js/kde/exception_propagation.html
index 807a5b1..56f91a4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/exception_propagation.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/exception_propagation.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/exceptions.html b/third_party/WebKit/LayoutTests/fast/js/kde/exceptions.html
index 69f6b66..cce628f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/exceptions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/exceptions.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/func-decl.html b/third_party/WebKit/LayoutTests/fast/js/kde/func-decl.html
index 061f6c9..c3c2060 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/func-decl.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/func-decl.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/function.html b/third_party/WebKit/LayoutTests/fast/js/kde/function.html
index 9cc801e..a1feeed 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/function.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/function.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/function_arguments.html b/third_party/WebKit/LayoutTests/fast/js/kde/function_arguments.html
index c915f83..634ffc9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/function_arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/function_arguments.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/function_constructor.html b/third_party/WebKit/LayoutTests/fast/js/kde/function_constructor.html
index 6f04c25..44d4ce8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/function_constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/function_constructor.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/function_length.html b/third_party/WebKit/LayoutTests/fast/js/kde/function_length.html
index b4fd1d7..fd9775b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/function_length.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/function_length.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/garbage-n.html b/third_party/WebKit/LayoutTests/fast/js/kde/garbage-n.html
index f5a7f96..18dd553 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/garbage-n.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/garbage-n.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_proto.html b/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_proto.html
index a813551..855adf3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_proto.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_proto.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_tostring.html b/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_tostring.html
index ae924ad..ad615cf 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_tostring.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/inbuilt_function_tostring.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/iteration.html b/third_party/WebKit/LayoutTests/fast/js/kde/iteration.html
index 4408166..519a1d4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/iteration.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/iteration.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-3.html b/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-3.html
index e27475a..a5135ff 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-3.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-3.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-4.html b/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-4.html
index 1259ef6..576bdc4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-4.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/j-comment-4.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/literals.html b/third_party/WebKit/LayoutTests/fast/js/kde/literals.html
index de05b04..e802875 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/literals.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/literals.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/lval-exceptions.html b/third_party/WebKit/LayoutTests/fast/js/kde/lval-exceptions.html
index 66e4a38..1a9a5ed 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/lval-exceptions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/lval-exceptions.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/math.html b/third_party/WebKit/LayoutTests/fast/js/kde/math.html
index bdd9ee8..9ada28f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/math.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/math.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/md5-1.html b/third_party/WebKit/LayoutTests/fast/js/kde/md5-1.html
index 5cb37ba..acf51e8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/md5-1.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/md5-1.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/md5-2.html b/third_party/WebKit/LayoutTests/fast/js/kde/md5-2.html
index 909296d..6b63952 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/md5-2.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/md5-2.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype.html b/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype.html
index 085abc5..e99f0d2 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype_tostring.html b/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype_tostring.html
index 60b6a7b..7c6d25d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype_tostring.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/object_prototype_tostring.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/operators.html b/third_party/WebKit/LayoutTests/fast/js/kde/operators.html
index bc1b0e8..093349f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/operators.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/operators.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/parse.html b/third_party/WebKit/LayoutTests/fast/js/kde/parse.html
index 30574d2..91e2a05 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/parse.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/parse.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/prototype_length.html b/third_party/WebKit/LayoutTests/fast/js/kde/prototype_length.html
index eca18ac..0b0ef7d9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/prototype_length.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/prototype_length.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/prototype_proto.html b/third_party/WebKit/LayoutTests/fast/js/kde/prototype_proto.html
index b621b4c..cd1cc28 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/prototype_proto.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/prototype_proto.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/scope.html b/third_party/WebKit/LayoutTests/fast/js/kde/scope.html
index 5c93116..5d6867e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/scope.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/scope.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE-n.html b/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE-n.html
index 50efee7..a3cc8fe 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE-n.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE-n.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE.html
index bb77d88..c8f8f11 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/statements.html b/third_party/WebKit/LayoutTests/fast/js/kde/statements.html
index 5d87fd6..ccbac3b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/statements.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/statements.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/string-1-n.html b/third_party/WebKit/LayoutTests/fast/js/kde/string-1-n.html
index f9a6145..57f2e31 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/string-1-n.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/string-1-n.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/string-2-n.html b/third_party/WebKit/LayoutTests/fast/js/kde/string-2-n.html
index 5a0e50a..67802b0 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/string-2-n.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/string-2-n.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/kde/var_decl_init.html b/third_party/WebKit/LayoutTests/fast/js/kde/var_decl_init.html
index df423e9..0e0f306 100644
--- a/third_party/WebKit/LayoutTests/fast/js/kde/var_decl_init.html
+++ b/third_party/WebKit/LayoutTests/fast/js/kde/var_decl_init.html
@@ -5,8 +5,6 @@
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("KDE JS Test");
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/keywords-and-reserved_words.html b/third_party/WebKit/LayoutTests/fast/js/keywords-and-reserved_words.html
index d81c8dc..b01511e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/keywords-and-reserved_words.html
+++ b/third_party/WebKit/LayoutTests/fast/js/keywords-and-reserved_words.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/keywords-and-reserved_words.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/large-expressions.html b/third_party/WebKit/LayoutTests/fast/js/large-expressions.html
index 9f2b2d8..082397a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/large-expressions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/large-expressions.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/large-expressions.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/lastModified.html b/third_party/WebKit/LayoutTests/fast/js/lastModified.html
index 5740b89..9546a18 100644
--- a/third_party/WebKit/LayoutTests/fast/js/lastModified.html
+++ b/third_party/WebKit/LayoutTests/fast/js/lastModified.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/lastModified.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/logical-or-jless.html b/third_party/WebKit/LayoutTests/fast/js/logical-or-jless.html
index db03e62..f4d7eb5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/logical-or-jless.html
+++ b/third_party/WebKit/LayoutTests/fast/js/logical-or-jless.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/logical-or-jless.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/math-transforms.html b/third_party/WebKit/LayoutTests/fast/js/math-transforms.html
index 7441ed9..1cdf66e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/math-transforms.html
+++ b/third_party/WebKit/LayoutTests/fast/js/math-transforms.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/math-transforms.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/math.html b/third_party/WebKit/LayoutTests/fast/js/math.html
index 3e63c45..b0cea02 100644
--- a/third_party/WebKit/LayoutTests/fast/js/math.html
+++ b/third_party/WebKit/LayoutTests/fast/js/math.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/math.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/method-check.html b/third_party/WebKit/LayoutTests/fast/js/method-check.html
index bf98c2b..888e4dc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/method-check.html
+++ b/third_party/WebKit/LayoutTests/fast/js/method-check.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/method-check.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/missing-style-end-tag-js.html b/third_party/WebKit/LayoutTests/fast/js/missing-style-end-tag-js.html
index 8d524f0..2dbd671 100644
--- a/third_party/WebKit/LayoutTests/fast/js/missing-style-end-tag-js.html
+++ b/third_party/WebKit/LayoutTests/fast/js/missing-style-end-tag-js.html
@@ -13,8 +13,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test checks that the first &lt;script&gt; tag after an unclosed &lt;style&gt; tag is parsed correctly. Early versions of the patch for <a href="https://bugs.webkit.org/show_bug.cgi?id=6314">Bugzilla Bug 6314</a> did not reset a state variable properly, causing the first &lt;script&gt;&lt;/script&gt; tag in the document to contain everything after the &lt;style&gt; tag. <p class="different">This text should also be blue.</p>');
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/missing-title-end-tag-js.html b/third_party/WebKit/LayoutTests/fast/js/missing-title-end-tag-js.html
index d68218d..c5909af 100644
--- a/third_party/WebKit/LayoutTests/fast/js/missing-title-end-tag-js.html
+++ b/third_party/WebKit/LayoutTests/fast/js/missing-title-end-tag-js.html
@@ -7,8 +7,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description('This test checks that the first &lt;script&gt; tag after an unclosed &lt;title&gt; tag is parsed correctly. Early versions of the patch for <a href="https://bugs.webkit.org/show_bug.cgi?id=3905">Bugzilla Bug 3905</a> did not reset a state variable properly, causing the first &lt;script&gt;&lt;/script&gt; tag in the document to contain everything after the &lt;title&gt; tag.');
</script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/mod-by-zero.html b/third_party/WebKit/LayoutTests/fast/js/mod-by-zero.html
index 4a3a01e..08f52210 100644
--- a/third_party/WebKit/LayoutTests/fast/js/mod-by-zero.html
+++ b/third_party/WebKit/LayoutTests/fast/js/mod-by-zero.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/mod-by-zero.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/mod-crash.html b/third_party/WebKit/LayoutTests/fast/js/mod-crash.html
index e604919..b5ec68c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/mod-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/mod-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/mod-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/modify-non-references.html b/third_party/WebKit/LayoutTests/fast/js/modify-non-references.html
index dbac294..468ec7c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/modify-non-references.html
+++ b/third_party/WebKit/LayoutTests/fast/js/modify-non-references.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/modify-non-references.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/multiline-comment-newline.html b/third_party/WebKit/LayoutTests/fast/js/multiline-comment-newline.html
index 3f6d1f0..81a3fc6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/multiline-comment-newline.html
+++ b/third_party/WebKit/LayoutTests/fast/js/multiline-comment-newline.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/multiline-comment-newline.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/named-function-expression.html b/third_party/WebKit/LayoutTests/fast/js/named-function-expression.html
index 2bb0b2a..7ae4cae 100644
--- a/third_party/WebKit/LayoutTests/fast/js/named-function-expression.html
+++ b/third_party/WebKit/LayoutTests/fast/js/named-function-expression.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/named-function-expression.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/native-error-prototype.html b/third_party/WebKit/LayoutTests/fast/js/native-error-prototype.html
index 060ce73..7cad5d41 100644
--- a/third_party/WebKit/LayoutTests/fast/js/native-error-prototype.html
+++ b/third_party/WebKit/LayoutTests/fast/js/native-error-prototype.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/native-error-prototype.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/navigator-language.html b/third_party/WebKit/LayoutTests/fast/js/navigator-language.html
index ecea4da..52decb7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/navigator-language.html
+++ b/third_party/WebKit/LayoutTests/fast/js/navigator-language.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<!--
Language tags should follow specification RFC5646:
http://tools.ietf.org/html/rfc5646
diff --git a/third_party/WebKit/LayoutTests/fast/js/nested-functions.html b/third_party/WebKit/LayoutTests/fast/js/nested-functions.html
index b4add49..e8604b6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/nested-functions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/nested-functions.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/nested-functions.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/nested-object-gc.html b/third_party/WebKit/LayoutTests/fast/js/nested-object-gc.html
index e3b1af0..ee94ce5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/nested-object-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/js/nested-object-gc.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/nested-object-gc.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/no-semi-insertion-at-end-of-script.html b/third_party/WebKit/LayoutTests/fast/js/no-semi-insertion-at-end-of-script.html
index f9be5a3..d123dae 100644
--- a/third_party/WebKit/LayoutTests/fast/js/no-semi-insertion-at-end-of-script.html
+++ b/third_party/WebKit/LayoutTests/fast/js/no-semi-insertion-at-end-of-script.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/no-semi-insertion-at-end-of-script.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/non-object-proto.html b/third_party/WebKit/LayoutTests/fast/js/non-object-proto.html
index dbe2a5f..2317afe 100644
--- a/third_party/WebKit/LayoutTests/fast/js/non-object-proto.html
+++ b/third_party/WebKit/LayoutTests/fast/js/non-object-proto.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/non-object-proto.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/null-char-in-string.html b/third_party/WebKit/LayoutTests/fast/js/null-char-in-string.html
index b7cdd47..b3b9254 100644
--- a/third_party/WebKit/LayoutTests/fast/js/null-char-in-string.html
+++ b/third_party/WebKit/LayoutTests/fast/js/null-char-in-string.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/null-char-in-string.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/number-cell-reuse.html b/third_party/WebKit/LayoutTests/fast/js/number-cell-reuse.html
index 27c1ec0..91e1088 100644
--- a/third_party/WebKit/LayoutTests/fast/js/number-cell-reuse.html
+++ b/third_party/WebKit/LayoutTests/fast/js/number-cell-reuse.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/number-cell-reuse.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/number-parsing-crash.html b/third_party/WebKit/LayoutTests/fast/js/number-parsing-crash.html
index 0c0500b..6ece4bb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/number-parsing-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/number-parsing-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/number-parsing-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/number-toExponential.html b/third_party/WebKit/LayoutTests/fast/js/number-toExponential.html
index f70b0dd..2a7fa86 100644
--- a/third_party/WebKit/LayoutTests/fast/js/number-toExponential.html
+++ b/third_party/WebKit/LayoutTests/fast/js/number-toExponential.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/number-toExponential.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/number-toString.html b/third_party/WebKit/LayoutTests/fast/js/number-toString.html
index 4f500cf..f07c0eb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/number-toString.html
+++ b/third_party/WebKit/LayoutTests/fast/js/number-toString.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/number-toString.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/number-tofixed.html b/third_party/WebKit/LayoutTests/fast/js/number-tofixed.html
index ca494755..48431ad 100644
--- a/third_party/WebKit/LayoutTests/fast/js/number-tofixed.html
+++ b/third_party/WebKit/LayoutTests/fast/js/number-tofixed.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/number-tofixed.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/number-toprecision.html b/third_party/WebKit/LayoutTests/fast/js/number-toprecision.html
index 9f76286..73739a0 100644
--- a/third_party/WebKit/LayoutTests/fast/js/number-toprecision.html
+++ b/third_party/WebKit/LayoutTests/fast/js/number-toprecision.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/number-toprecision.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/numeric-compare.html b/third_party/WebKit/LayoutTests/fast/js/numeric-compare.html
index 9dba202..14e430a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/numeric-compare.html
+++ b/third_party/WebKit/LayoutTests/fast/js/numeric-compare.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/numeric-compare.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/numeric-conversion.html b/third_party/WebKit/LayoutTests/fast/js/numeric-conversion.html
index eaaad95..0d02430 100644
--- a/third_party/WebKit/LayoutTests/fast/js/numeric-conversion.html
+++ b/third_party/WebKit/LayoutTests/fast/js/numeric-conversion.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/numeric-conversion.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/numeric-escapes-in-string-literals.html b/third_party/WebKit/LayoutTests/fast/js/numeric-escapes-in-string-literals.html
index aeef8ea..c66fa5b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/numeric-escapes-in-string-literals.html
+++ b/third_party/WebKit/LayoutTests/fast/js/numeric-escapes-in-string-literals.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/numeric-escapes-in-string-literals.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/object-extra-comma.html b/third_party/WebKit/LayoutTests/fast/js/object-extra-comma.html
index 1d91e69..e439524 100644
--- a/third_party/WebKit/LayoutTests/fast/js/object-extra-comma.html
+++ b/third_party/WebKit/LayoutTests/fast/js/object-extra-comma.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/object-extra-comma.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/object-literal-direct-put.html b/third_party/WebKit/LayoutTests/fast/js/object-literal-direct-put.html
index bb42b02..c119eb5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/object-literal-direct-put.html
+++ b/third_party/WebKit/LayoutTests/fast/js/object-literal-direct-put.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/object-literal-direct-put.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/object-literal-syntax.html b/third_party/WebKit/LayoutTests/fast/js/object-literal-syntax.html
index b773910..27892e4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/object-literal-syntax.html
+++ b/third_party/WebKit/LayoutTests/fast/js/object-literal-syntax.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/object-literal-syntax.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/object-prototype-constructor.html b/third_party/WebKit/LayoutTests/fast/js/object-prototype-constructor.html
index 42049dd..a6bdcad 100644
--- a/third_party/WebKit/LayoutTests/fast/js/object-prototype-constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/js/object-prototype-constructor.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/object-prototype-constructor.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/object-prototype-properties.html b/third_party/WebKit/LayoutTests/fast/js/object-prototype-properties.html
index d2952b5..97d7bda 100644
--- a/third_party/WebKit/LayoutTests/fast/js/object-prototype-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/js/object-prototype-properties.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/object-prototype-properties.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/object-prototype-toLocaleString.html b/third_party/WebKit/LayoutTests/fast/js/object-prototype-toLocaleString.html
index 27ec427..25f0c19 100644
--- a/third_party/WebKit/LayoutTests/fast/js/object-prototype-toLocaleString.html
+++ b/third_party/WebKit/LayoutTests/fast/js/object-prototype-toLocaleString.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/object-prototype-toLocaleString.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/order-of-operations.html b/third_party/WebKit/LayoutTests/fast/js/order-of-operations.html
index 0d9c034..6c6edd5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/order-of-operations.html
+++ b/third_party/WebKit/LayoutTests/fast/js/order-of-operations.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/order-of-operations.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/parse-backslash-before-newline.html b/third_party/WebKit/LayoutTests/fast/js/parse-backslash-before-newline.html
index eda3c90..0335dc8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/parse-backslash-before-newline.html
+++ b/third_party/WebKit/LayoutTests/fast/js/parse-backslash-before-newline.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parse-backslash-before-newline.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/parse-nan.html b/third_party/WebKit/LayoutTests/fast/js/parse-nan.html
index 647906e..98234b4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/parse-nan.html
+++ b/third_party/WebKit/LayoutTests/fast/js/parse-nan.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parse-nan.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/parseFloat.html b/third_party/WebKit/LayoutTests/fast/js/parseFloat.html
index c49b080..78ecab8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/parseFloat.html
+++ b/third_party/WebKit/LayoutTests/fast/js/parseFloat.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parseFloat.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/parseInt.html b/third_party/WebKit/LayoutTests/fast/js/parseInt.html
index d4b5f8f..032c1c5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/parseInt.html
+++ b/third_party/WebKit/LayoutTests/fast/js/parseInt.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parseInt.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/parser-high-byte-character.html b/third_party/WebKit/LayoutTests/fast/js/parser-high-byte-character.html
index f83e983..fd9780d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/parser-high-byte-character.html
+++ b/third_party/WebKit/LayoutTests/fast/js/parser-high-byte-character.html
@@ -6,8 +6,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parser-high-byte-character.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/parser-syntax-check.html b/third_party/WebKit/LayoutTests/fast/js/parser-syntax-check.html
index 12b5779..6f9aae2 100644
--- a/third_party/WebKit/LayoutTests/fast/js/parser-syntax-check.html
+++ b/third_party/WebKit/LayoutTests/fast/js/parser-syntax-check.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parser-syntax-check.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/parser-xml-close-comment.html b/third_party/WebKit/LayoutTests/fast/js/parser-xml-close-comment.html
index e1d631d..f9affb3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/parser-xml-close-comment.html
+++ b/third_party/WebKit/LayoutTests/fast/js/parser-xml-close-comment.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parser-xml-close-comment.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/polymorphic-construct.html b/third_party/WebKit/LayoutTests/fast/js/polymorphic-construct.html
index 6756b2b..94ca8f0 100644
--- a/third_party/WebKit/LayoutTests/fast/js/polymorphic-construct.html
+++ b/third_party/WebKit/LayoutTests/fast/js/polymorphic-construct.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/polymorphic-construct.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/postfix-syntax.html b/third_party/WebKit/LayoutTests/fast/js/postfix-syntax.html
index c5609bf..c07175b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/postfix-syntax.html
+++ b/third_party/WebKit/LayoutTests/fast/js/postfix-syntax.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/postfix-syntax.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/prefix-syntax.html b/third_party/WebKit/LayoutTests/fast/js/prefix-syntax.html
index d1b7436..6937519 100644
--- a/third_party/WebKit/LayoutTests/fast/js/prefix-syntax.html
+++ b/third_party/WebKit/LayoutTests/fast/js/prefix-syntax.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/prefix-syntax.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/pretty-print.html b/third_party/WebKit/LayoutTests/fast/js/pretty-print.html
index 9269fab..dc5210d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/pretty-print.html
+++ b/third_party/WebKit/LayoutTests/fast/js/pretty-print.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pretty-print.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/preventExtensions.html b/third_party/WebKit/LayoutTests/fast/js/preventExtensions.html
index 2b5b668..2bd3523 100644
--- a/third_party/WebKit/LayoutTests/fast/js/preventExtensions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/preventExtensions.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/preventExtensions.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/primitive-method-this.html b/third_party/WebKit/LayoutTests/fast/js/primitive-method-this.html
index 9c5aa10..64029d7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/primitive-method-this.html
+++ b/third_party/WebKit/LayoutTests/fast/js/primitive-method-this.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/primitive-method-this.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/primitive-property-access-edge-cases.html b/third_party/WebKit/LayoutTests/fast/js/primitive-property-access-edge-cases.html
index de30d86..e3e690f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/primitive-property-access-edge-cases.html
+++ b/third_party/WebKit/LayoutTests/fast/js/primitive-property-access-edge-cases.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/primitive-property-access-edge-cases.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/property-getters-and-setters.html b/third_party/WebKit/LayoutTests/fast/js/property-getters-and-setters.html
index 7381112..e83c5ff 100644
--- a/third_party/WebKit/LayoutTests/fast/js/property-getters-and-setters.html
+++ b/third_party/WebKit/LayoutTests/fast/js/property-getters-and-setters.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/property-getters-and-setters.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/propertyIsEnumerable.html b/third_party/WebKit/LayoutTests/fast/js/propertyIsEnumerable.html
index 8f7a1f5..0a8f926 100644
--- a/third_party/WebKit/LayoutTests/fast/js/propertyIsEnumerable.html
+++ b/third_party/WebKit/LayoutTests/fast/js/propertyIsEnumerable.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/propertyIsEnumerable.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/prototypes.html b/third_party/WebKit/LayoutTests/fast/js/prototypes.html
index a90faa2..736d59b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/prototypes.html
+++ b/third_party/WebKit/LayoutTests/fast/js/prototypes.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/prototypes.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/read-modify-eval.html b/third_party/WebKit/LayoutTests/fast/js/read-modify-eval.html
index 0206b2e..6041e26 100644
--- a/third_party/WebKit/LayoutTests/fast/js/read-modify-eval.html
+++ b/third_party/WebKit/LayoutTests/fast/js/read-modify-eval.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/read-modify-eval.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/recursion-limit-equal.html b/third_party/WebKit/LayoutTests/fast/js/recursion-limit-equal.html
index bc0c02c..e02276e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/recursion-limit-equal.html
+++ b/third_party/WebKit/LayoutTests/fast/js/recursion-limit-equal.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/recursion-limit-equal.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/reentrant-caching.html b/third_party/WebKit/LayoutTests/fast/js/reentrant-caching.html
index b4d44eb..41e3a66 100644
--- a/third_party/WebKit/LayoutTests/fast/js/reentrant-caching.html
+++ b/third_party/WebKit/LayoutTests/fast/js/reentrant-caching.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reentrant-caching.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/reentrant-call-unwind.html b/third_party/WebKit/LayoutTests/fast/js/reentrant-call-unwind.html
index f8e0f71..79b5be9b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/reentrant-call-unwind.html
+++ b/third_party/WebKit/LayoutTests/fast/js/reentrant-call-unwind.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reentrant-call-unwind.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-alternatives.html b/third_party/WebKit/LayoutTests/fast/js/regexp-alternatives.html
index 637b6e0..399c464 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-alternatives.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-alternatives.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-alternatives.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-backreferences.html b/third_party/WebKit/LayoutTests/fast/js/regexp-backreferences.html
index aec13a9..7a9c66d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-backreferences.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-backreferences.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-backreferences.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-bol-with-multiline.html b/third_party/WebKit/LayoutTests/fast/js/regexp-bol-with-multiline.html
index 89606e7..58d027c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-bol-with-multiline.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-bol-with-multiline.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-bol-with-multiline.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-bol.html b/third_party/WebKit/LayoutTests/fast/js/regexp-bol.html
index 87d87c5..915e0c46 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-bol.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-bol.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-bol.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-char-insensitive.html b/third_party/WebKit/LayoutTests/fast/js/regexp-char-insensitive.html
index d089ddd..de9798d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-char-insensitive.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-char-insensitive.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-char-insensitive.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-character-match-out-of-order.html b/third_party/WebKit/LayoutTests/fast/js/regexp-character-match-out-of-order.html
index 0da4373..cdfe620 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-character-match-out-of-order.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-character-match-out-of-order.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-character-match-out-of-order.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-compile-crash.html b/third_party/WebKit/LayoutTests/fast/js/regexp-compile-crash.html
index 0c6c335..ee5f2e5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-compile-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-compile-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-compile-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-compile.html b/third_party/WebKit/LayoutTests/fast/js/regexp-compile.html
index 892ef3c..7fa5462 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-compile.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-compile.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-compile.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-divequal.html b/third_party/WebKit/LayoutTests/fast/js/regexp-divequal.html
index 85bb6b0..0905b8c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-divequal.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-divequal.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-divequal.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-crash.html b/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-crash.html
index d68fc09..5edcb57 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-extended-characters-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-match.html b/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-match.html
index 4df1b65..13a67ac 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-match.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-match.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-extended-characters-match.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-more.html b/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-more.html
index 009b947..fa6cdd8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-more.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-extended-characters-more.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-extended-characters-more.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-find-first-asserted.html b/third_party/WebKit/LayoutTests/fast/js/regexp-find-first-asserted.html
index 858799d..fc5f878 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-find-first-asserted.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-find-first-asserted.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-find-first-asserted.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-in-and-foreach-handling.html b/third_party/WebKit/LayoutTests/fast/js/regexp-in-and-foreach-handling.html
index b425988..71ea5b9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-in-and-foreach-handling.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-in-and-foreach-handling.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-in-and-foreach-handling.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-lastindex.html b/third_party/WebKit/LayoutTests/fast/js/regexp-lastindex.html
index 7c81842..fa8a0e3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-lastindex.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-lastindex.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-lastindex.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-literals-arent-constants.html b/third_party/WebKit/LayoutTests/fast/js/regexp-literals-arent-constants.html
index af15818..7c9d074 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-literals-arent-constants.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-literals-arent-constants.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-literals-arent-constants.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead-empty.html b/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead-empty.html
index 95ba0b0..38ce07c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead-empty.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead-empty.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-look-ahead-empty.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead.html b/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead.html
index 1387923..c452858 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-look-ahead.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-look-ahead.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-many-brackets.html b/third_party/WebKit/LayoutTests/fast/js/regexp-many-brackets.html
index fa66517..951010f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-many-brackets.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-many-brackets.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-many-brackets.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-negative-special-characters.html b/third_party/WebKit/LayoutTests/fast/js/regexp-negative-special-characters.html
index 1cc8771..fa4e3ed 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-negative-special-characters.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-negative-special-characters.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-negative-special-characters.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-no-extensions.html b/third_party/WebKit/LayoutTests/fast/js/regexp-no-extensions.html
index 0fbc510..de1ae210 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-no-extensions.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-no-extensions.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-no-extensions.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-non-bmp.html b/third_party/WebKit/LayoutTests/fast/js/regexp-non-bmp.html
index 756a7a2..1de37c9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-non-bmp.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-non-bmp.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-non-bmp.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-non-capturing-groups.html b/third_party/WebKit/LayoutTests/fast/js/regexp-non-capturing-groups.html
index 7de8098..a2791f6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-non-capturing-groups.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-non-capturing-groups.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-non-capturing-groups.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-non-character.html b/third_party/WebKit/LayoutTests/fast/js/regexp-non-character.html
index 53c8c24..ccaf59f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-non-character.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-non-character.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-non-character.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-non-greedy-parentheses.html b/third_party/WebKit/LayoutTests/fast/js/regexp-non-greedy-parentheses.html
index 0b6712c..7b5f65c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-non-greedy-parentheses.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-non-greedy-parentheses.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-non-greedy-parentheses.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-norepeat.html b/third_party/WebKit/LayoutTests/fast/js/regexp-norepeat.html
index c84c66c..2977314 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-norepeat.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-norepeat.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-norepeat.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-overflow-too-big.html b/third_party/WebKit/LayoutTests/fast/js/regexp-overflow-too-big.html
index 5a9d0e1..da7a38f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-overflow-too-big.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-overflow-too-big.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-overflow-too-big.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-overflow.html b/third_party/WebKit/LayoutTests/fast/js/regexp-overflow.html
index 0b22d6e..53b5f00 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-overflow.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-overflow.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-range-bound-ffff.html b/third_party/WebKit/LayoutTests/fast/js/regexp-range-bound-ffff.html
index 2549ee6..12c20eb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-range-bound-ffff.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-range-bound-ffff.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-range-bound-ffff.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-range-out-of-order.html b/third_party/WebKit/LayoutTests/fast/js/regexp-range-out-of-order.html
index 1fae57f..ae026a1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-range-out-of-order.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-range-out-of-order.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-range-out-of-order.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-ranges-and-escaped-hyphens.html b/third_party/WebKit/LayoutTests/fast/js/regexp-ranges-and-escaped-hyphens.html
index eb74014..b27faba 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-ranges-and-escaped-hyphens.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-ranges-and-escaped-hyphens.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-ranges-and-escaped-hyphens.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-stack-overflow.html b/third_party/WebKit/LayoutTests/fast/js/regexp-stack-overflow.html
index 4413c68..c735bc6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-stack-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-stack-overflow.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-stack-overflow.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-handling.html b/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-handling.html
index 6d90efd..64c40e4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-handling.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-handling.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-unicode-handling.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-overflow.html b/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-overflow.html
index c7e1e59..8601cb1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/js/regexp-unicode-overflow.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/regexp-unicode-overflow.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/registerCachingAcrossBranchTargets.html b/third_party/WebKit/LayoutTests/fast/js/registerCachingAcrossBranchTargets.html
index 9b5fa88..36840c7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/registerCachingAcrossBranchTargets.html
+++ b/third_party/WebKit/LayoutTests/fast/js/registerCachingAcrossBranchTargets.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/registerCachingAcrossBranchTargets.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/rehash-assign.html b/third_party/WebKit/LayoutTests/fast/js/rehash-assign.html
index 35ce900..4deb1e6 100644
--- a/third_party/WebKit/LayoutTests/fast/js/rehash-assign.html
+++ b/third_party/WebKit/LayoutTests/fast/js/rehash-assign.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/rehash-assign.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/removing-Cf-characters.html b/third_party/WebKit/LayoutTests/fast/js/removing-Cf-characters.html
index 6f6cf57..b682d47 100644
--- a/third_party/WebKit/LayoutTests/fast/js/removing-Cf-characters.html
+++ b/third_party/WebKit/LayoutTests/fast/js/removing-Cf-characters.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/removing-Cf-characters.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/reparsing-semicolon-insertion.html b/third_party/WebKit/LayoutTests/fast/js/reparsing-semicolon-insertion.html
index 036095f..267c669 100644
--- a/third_party/WebKit/LayoutTests/fast/js/reparsing-semicolon-insertion.html
+++ b/third_party/WebKit/LayoutTests/fast/js/reparsing-semicolon-insertion.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reparsing-semicolon-insertion.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/repeat-cached-vm-reentry.html b/third_party/WebKit/LayoutTests/fast/js/repeat-cached-vm-reentry.html
index 07d1529..0cf39f9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/repeat-cached-vm-reentry.html
+++ b/third_party/WebKit/LayoutTests/fast/js/repeat-cached-vm-reentry.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/repeat-cached-vm-reentry.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/reserved-words-as-property.html b/third_party/WebKit/LayoutTests/fast/js/reserved-words-as-property.html
index 995cc8e..b1c2f99 100644
--- a/third_party/WebKit/LayoutTests/fast/js/reserved-words-as-property.html
+++ b/third_party/WebKit/LayoutTests/fast/js/reserved-words-as-property.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reserved-words-as-property.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/reserved-words-strict.html b/third_party/WebKit/LayoutTests/fast/js/reserved-words-strict.html
index 2fb362d..524f878 100644
--- a/third_party/WebKit/LayoutTests/fast/js/reserved-words-strict.html
+++ b/third_party/WebKit/LayoutTests/fast/js/reserved-words-strict.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reserved-words-strict.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/reserved-words.html b/third_party/WebKit/LayoutTests/fast/js/reserved-words.html
index f0606e3..c213fcd 100644
--- a/third_party/WebKit/LayoutTests/fast/js/reserved-words.html
+++ b/third_party/WebKit/LayoutTests/fast/js/reserved-words.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/reserved-words.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/resize-array-assign.html b/third_party/WebKit/LayoutTests/fast/js/resize-array-assign.html
index abbbc10..2528dee 100644
--- a/third_party/WebKit/LayoutTests/fast/js/resize-array-assign.html
+++ b/third_party/WebKit/LayoutTests/fast/js/resize-array-assign.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/resize-array-assign.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/resources/js-test-pre.js b/third_party/WebKit/LayoutTests/fast/js/resources/js-test-pre.js
index 066160e..60d60fa 100644
--- a/third_party/WebKit/LayoutTests/fast/js/resources/js-test-pre.js
+++ b/third_party/WebKit/LayoutTests/fast/js/resources/js-test-pre.js
@@ -2,31 +2,55 @@
if (window.layoutTestController)
layoutTestController.dumpAsText(window.enablePixelTesting);
-function description(msg, quiet)
-{
- // For MSIE 6 compatibility
- var span = document.createElement("span");
- if (quiet)
- span.innerHTML = '<p>' + msg + '</p><p>On success, you will see no "<span class="fail">FAIL</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
- else
- span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
+var description, debug;
+
+(function() {
+
+ function getOrCreate(id, tagName)
+ {
+ var element = document.getElementById(id);
+ if (element)
+ return element;
+
+ element = document.createElement(tagName);
+ element.id = id;
+ var refNode;
+ var parent = document.body || document.documentElement;
+ if (id == "description")
+ refNode = getOrCreate("console", "div");
+ else
+ refNode = parent.firstChild;
+
+ parent.insertBefore(element, refNode);
+ return element;
+ }
- var description = document.getElementById("description");
- if (description.firstChild)
- description.replaceChild(span, description.firstChild);
- else
- description.appendChild(span);
-}
+ description = function description(msg, quiet)
+ {
+ // For MSIE 6 compatibility
+ var span = document.createElement("span");
+ if (quiet)
+ span.innerHTML = '<p>' + msg + '</p><p>On success, you will see no "<span class="fail">FAIL</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
+ else
+ span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
+
+ var description = getOrCreate("description", "p");
+ if (description.firstChild)
+ description.replaceChild(span, description.firstChild);
+ else
+ description.appendChild(span);
+ };
+
+ debug = function debug(msg)
+ {
+ var span = document.createElement("span");
+ getOrCreate("console", "div").appendChild(span); // insert it first so XHTML knows the namespace
+ span.innerHTML = msg + '<br />';
+ };
+})();
function descriptionQuiet(msg) { description(msg, true); }
-function debug(msg)
-{
- var span = document.createElement("span");
- document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace
- span.innerHTML = msg + '<br />';
-}
-
function escapeHTML(text)
{
return text.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/\0/g, "\\0");
diff --git a/third_party/WebKit/LayoutTests/fast/js/script-line-number-expected.txt b/third_party/WebKit/LayoutTests/fast/js/script-line-number-expected.txt
index ea4dc48..5f86f6d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/script-line-number-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/script-line-number-expected.txt
@@ -3,8 +3,8 @@ This test checks that line numbers are correctly reported for both inline script
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS 16 is 16
-PASS 19 is 19
+PASS 14 is 14
+PASS 17 is 17
PASS successfullyParsed is true
TEST COMPLETE
diff --git a/third_party/WebKit/LayoutTests/fast/js/script-line-number.html b/third_party/WebKit/LayoutTests/fast/js/script-line-number.html
index 2f1228f..fe77a64 100644
--- a/third_party/WebKit/LayoutTests/fast/js/script-line-number.html
+++ b/third_party/WebKit/LayoutTests/fast/js/script-line-number.html
@@ -5,20 +5,18 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<!-- Ensure that lines in a document.write() do not count. -->
<script>
document.write("\n\n\n");
</script>
-<script src="resources/script-line-number.js" onload="try { nonExistentFunctionOnLine16(); } catch (e) { assertErrorOnLine(e, 16); }"></script>
+<script src="resources/script-line-number.js" onload="try { nonExistentFunctionOnLine14(); } catch (e) { assertErrorOnLine(e, 14); }"></script>
<script>
try {
- nonExistentFunctionOnLine19();
+ nonExistentFunctionOnLine17();
} catch (e) {
- assertErrorOnLine(e, 19);
+ assertErrorOnLine(e, 17);
}
</script>
<script src="resources/js-test-post.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/js/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/js/script-tests/TEMPLATE.html
index 82e186cf..992a783 100644
--- a/third_party/WebKit/LayoutTests/fast/js/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/js/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/select-options-add.html b/third_party/WebKit/LayoutTests/fast/js/select-options-add.html
index a280479..fb26e43 100644
--- a/third_party/WebKit/LayoutTests/fast/js/select-options-add.html
+++ b/third_party/WebKit/LayoutTests/fast/js/select-options-add.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/select-options-add.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/select-options-remove-gc.html b/third_party/WebKit/LayoutTests/fast/js/select-options-remove-gc.html
index c5e7c88..aa9849c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/select-options-remove-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/js/select-options-remove-gc.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div>
<select id="myselect">
<option>A</option>
diff --git a/third_party/WebKit/LayoutTests/fast/js/select-options-remove.html b/third_party/WebKit/LayoutTests/fast/js/select-options-remove.html
index f51d7c3..42305c3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/select-options-remove.html
+++ b/third_party/WebKit/LayoutTests/fast/js/select-options-remove.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<div>
<select id="select1"></select>
<select id="select2">
diff --git a/third_party/WebKit/LayoutTests/fast/js/slash-lineterminator-parse.html b/third_party/WebKit/LayoutTests/fast/js/slash-lineterminator-parse.html
index 2c49114..3c24648 100644
--- a/third_party/WebKit/LayoutTests/fast/js/slash-lineterminator-parse.html
+++ b/third_party/WebKit/LayoutTests/fast/js/slash-lineterminator-parse.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/slash-lineterminator-parse.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/sort-large-array.html b/third_party/WebKit/LayoutTests/fast/js/sort-large-array.html
index a8efebb00..e2006d8 100644
--- a/third_party/WebKit/LayoutTests/fast/js/sort-large-array.html
+++ b/third_party/WebKit/LayoutTests/fast/js/sort-large-array.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/sort-large-array.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/sort-no-jit-code-crash.html b/third_party/WebKit/LayoutTests/fast/js/sort-no-jit-code-crash.html
index 3591f51..c2001c4 100644
--- a/third_party/WebKit/LayoutTests/fast/js/sort-no-jit-code-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/sort-no-jit-code-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/sort-no-jit-code-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/sort-non-numbers.html b/third_party/WebKit/LayoutTests/fast/js/sort-non-numbers.html
index 1c68c84..9a1f17c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/sort-non-numbers.html
+++ b/third_party/WebKit/LayoutTests/fast/js/sort-non-numbers.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/sort-non-numbers.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/sort-randomly.html b/third_party/WebKit/LayoutTests/fast/js/sort-randomly.html
index f0d6091..a7c8b46 100644
--- a/third_party/WebKit/LayoutTests/fast/js/sort-randomly.html
+++ b/third_party/WebKit/LayoutTests/fast/js/sort-randomly.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/sort-randomly.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/sort-stability.html b/third_party/WebKit/LayoutTests/fast/js/sort-stability.html
index 8567c49..fb66454 100644
--- a/third_party/WebKit/LayoutTests/fast/js/sort-stability.html
+++ b/third_party/WebKit/LayoutTests/fast/js/sort-stability.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/sort-stability.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/sparse-array.html b/third_party/WebKit/LayoutTests/fast/js/sparse-array.html
index 33b2922..5c7cadb0 100644
--- a/third_party/WebKit/LayoutTests/fast/js/sparse-array.html
+++ b/third_party/WebKit/LayoutTests/fast/js/sparse-array.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/sparse-array.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/stack-overflow-arrity-catch.html b/third_party/WebKit/LayoutTests/fast/js/stack-overflow-arrity-catch.html
index c897ee4..619c037 100644
--- a/third_party/WebKit/LayoutTests/fast/js/stack-overflow-arrity-catch.html
+++ b/third_party/WebKit/LayoutTests/fast/js/stack-overflow-arrity-catch.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/stack-overflow-arrity-catch.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/stack-overflow-catch.html b/third_party/WebKit/LayoutTests/fast/js/stack-overflow-catch.html
index f9273c6..d4e48b9 100644
--- a/third_party/WebKit/LayoutTests/fast/js/stack-overflow-catch.html
+++ b/third_party/WebKit/LayoutTests/fast/js/stack-overflow-catch.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/stack-overflow-catch.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/stack-unwinding.html b/third_party/WebKit/LayoutTests/fast/js/stack-unwinding.html
index b86d44f..464d658 100644
--- a/third_party/WebKit/LayoutTests/fast/js/stack-unwinding.html
+++ b/third_party/WebKit/LayoutTests/fast/js/stack-unwinding.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/stack-unwinding.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/statement-list-register-crash.html b/third_party/WebKit/LayoutTests/fast/js/statement-list-register-crash.html
index 52bd53b..d3cdc31 100644
--- a/third_party/WebKit/LayoutTests/fast/js/statement-list-register-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/statement-list-register-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/statement-list-register-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/static-scope-object.html b/third_party/WebKit/LayoutTests/fast/js/static-scope-object.html
index 062965b..79f86c5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/static-scope-object.html
+++ b/third_party/WebKit/LayoutTests/fast/js/static-scope-object.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/static-scope-object.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/strict-callback-this.html b/third_party/WebKit/LayoutTests/fast/js/strict-callback-this.html
index 2c22a3c..c8f2a46 100644
--- a/third_party/WebKit/LayoutTests/fast/js/strict-callback-this.html
+++ b/third_party/WebKit/LayoutTests/fast/js/strict-callback-this.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/strict-callback-this.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-capitalization.html b/third_party/WebKit/LayoutTests/fast/js/string-capitalization.html
index fd2fa29..c464691 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-capitalization.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-capitalization.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-capitalization.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-from-char-code.html b/third_party/WebKit/LayoutTests/fast/js/string-from-char-code.html
index a3a3a6e..7b5af62 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-from-char-code.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-from-char-code.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-from-char-code.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-index-overflow.html b/third_party/WebKit/LayoutTests/fast/js/string-index-overflow.html
index af10da1..1d1afa1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-index-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-index-overflow.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-index-overflow.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-property-deletion.html b/third_party/WebKit/LayoutTests/fast/js/string-property-deletion.html
index b57d35c..617e89d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-property-deletion.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-property-deletion.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-property-deletion.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-property-iteration.html b/third_party/WebKit/LayoutTests/fast/js/string-property-iteration.html
index 3d507d6..66843e1 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-property-iteration.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-property-iteration.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-property-iteration.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties.html b/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties.html
index 360bb4f..ef5960e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-prototype-properties.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-replace-2.html b/third_party/WebKit/LayoutTests/fast/js/string-replace-2.html
index 2018e67..041718c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-replace-2.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-replace-2.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-replace-2.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-replace-3.html b/third_party/WebKit/LayoutTests/fast/js/string-replace-3.html
index c3bae45..aed4979 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-replace-3.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-replace-3.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-replace-3.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-slice-abnormal-values.html b/third_party/WebKit/LayoutTests/fast/js/string-slice-abnormal-values.html
index 65c7890..4154416 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-slice-abnormal-values.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-slice-abnormal-values.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-slice-abnormal-values.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-sort.html b/third_party/WebKit/LayoutTests/fast/js/string-sort.html
index 801ec2a3..be53381 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-sort.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-sort.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-sort.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-split-conformance.html b/third_party/WebKit/LayoutTests/fast/js/string-split-conformance.html
index 65eb89e..12e67b3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-split-conformance.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-split-conformance.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-split-conformance.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-split-double-empty.html b/third_party/WebKit/LayoutTests/fast/js/string-split-double-empty.html
index f35580f..6112bde 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-split-double-empty.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-split-double-empty.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-split-double-empty.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-split-ignore-case.html b/third_party/WebKit/LayoutTests/fast/js/string-split-ignore-case.html
index 2f29d84..99d0ec5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-split-ignore-case.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-split-ignore-case.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-split-ignore-case.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-substr.html b/third_party/WebKit/LayoutTests/fast/js/string-substr.html
index 93c1dd7..0b66efb 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-substr.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-substr.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-substr.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-trim.html b/third_party/WebKit/LayoutTests/fast/js/string-trim.html
index cb933b4..42b664c 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-trim.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string-trim.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string-trim.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/string_replace.html b/third_party/WebKit/LayoutTests/fast/js/string_replace.html
index 053adad..53ed0ed 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string_replace.html
+++ b/third_party/WebKit/LayoutTests/fast/js/string_replace.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/string_replace.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/switch-behaviour.html b/third_party/WebKit/LayoutTests/fast/js/switch-behaviour.html
index 4a58166..72ba40b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/switch-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/js/switch-behaviour.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/switch-behaviour.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/this-non-object-proto.html b/third_party/WebKit/LayoutTests/fast/js/this-non-object-proto.html
index 35517a2..26b293d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/this-non-object-proto.html
+++ b/third_party/WebKit/LayoutTests/fast/js/this-non-object-proto.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/this-non-object-proto.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toInt32UInt32.html b/third_party/WebKit/LayoutTests/fast/js/toInt32UInt32.html
index b71223e..a9c960f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toInt32UInt32.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toInt32UInt32.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toInt32UInt32.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-elision-trailing-comma.html b/third_party/WebKit/LayoutTests/fast/js/toString-elision-trailing-comma.html
index 85feb39..8752432a 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-elision-trailing-comma.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-elision-trailing-comma.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-elision-trailing-comma.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-exception.html b/third_party/WebKit/LayoutTests/fast/js/toString-exception.html
index 812fd7b..2cafc05e 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-exception.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-exception.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-exception.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-for-var-decl.html b/third_party/WebKit/LayoutTests/fast/js/toString-for-var-decl.html
index 0f7eb98..d75da37 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-for-var-decl.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-for-var-decl.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-for-var-decl.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-number-dot-expr.html b/third_party/WebKit/LayoutTests/fast/js/toString-number-dot-expr.html
index 911c382..e1b15bf 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-number-dot-expr.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-number-dot-expr.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-number-dot-expr.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-overrides.html b/third_party/WebKit/LayoutTests/fast/js/toString-overrides.html
index 9d055c3..4c5d75f 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-overrides.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-overrides.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-overrides.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-prefix-postfix-preserve-parens.html b/third_party/WebKit/LayoutTests/fast/js/toString-prefix-postfix-preserve-parens.html
index 1a99854..179c3ab 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-prefix-postfix-preserve-parens.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-prefix-postfix-preserve-parens.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-prefix-postfix-preserve-parens.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-recursion.html b/third_party/WebKit/LayoutTests/fast/js/toString-recursion.html
index df349c9..91441fd 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-recursion.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-recursion.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-recursion.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-stack-overflow.html b/third_party/WebKit/LayoutTests/fast/js/toString-stack-overflow.html
index e3d8509..f6df0d7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-stack-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-stack-overflow.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString-stack-overflow.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-try-else.html b/third_party/WebKit/LayoutTests/fast/js/toString-try-else.html
index 10429df..e4a36df 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-try-else.html
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-try-else.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description(
diff --git a/third_party/WebKit/LayoutTests/fast/js/tostring-exception-in-property-access.html b/third_party/WebKit/LayoutTests/fast/js/tostring-exception-in-property-access.html
index 782199b..3809458 100644
--- a/third_party/WebKit/LayoutTests/fast/js/tostring-exception-in-property-access.html
+++ b/third_party/WebKit/LayoutTests/fast/js/tostring-exception-in-property-access.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/tostring-exception-in-property-access.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/transition-cache-dictionary-crash.html b/third_party/WebKit/LayoutTests/fast/js/transition-cache-dictionary-crash.html
index a5b6603..bd2eed5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/transition-cache-dictionary-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/transition-cache-dictionary-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/transition-cache-dictionary-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/typeof-codegen-crash.html b/third_party/WebKit/LayoutTests/fast/js/typeof-codegen-crash.html
index c7959cd..c75a3c7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/typeof-codegen-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/typeof-codegen-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/typeof-codegen-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/typeof-constant-string.html b/third_party/WebKit/LayoutTests/fast/js/typeof-constant-string.html
index 618e11e..e61bffc 100644
--- a/third_party/WebKit/LayoutTests/fast/js/typeof-constant-string.html
+++ b/third_party/WebKit/LayoutTests/fast/js/typeof-constant-string.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/typeof-constant-string.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/typeof-syntax.html b/third_party/WebKit/LayoutTests/fast/js/typeof-syntax.html
index a1be888..1b1f8d7 100644
--- a/third_party/WebKit/LayoutTests/fast/js/typeof-syntax.html
+++ b/third_party/WebKit/LayoutTests/fast/js/typeof-syntax.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/typeof-syntax.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/unexpected-constant-crash.html b/third_party/WebKit/LayoutTests/fast/js/unexpected-constant-crash.html
index d8a8cb9..ca8aafa 100644
--- a/third_party/WebKit/LayoutTests/fast/js/unexpected-constant-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/unexpected-constant-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/unexpected-constant-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/unmatching-argument-count.html b/third_party/WebKit/LayoutTests/fast/js/unmatching-argument-count.html
index 89d5d00..767a783 100644
--- a/third_party/WebKit/LayoutTests/fast/js/unmatching-argument-count.html
+++ b/third_party/WebKit/LayoutTests/fast/js/unmatching-argument-count.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/unmatching-argument-count.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/unshift-multi.html b/third_party/WebKit/LayoutTests/fast/js/unshift-multi.html
index c842e1c..f1a67b5 100644
--- a/third_party/WebKit/LayoutTests/fast/js/unshift-multi.html
+++ b/third_party/WebKit/LayoutTests/fast/js/unshift-multi.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/unshift-multi.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-crash.html b/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-crash.html
index 2667977..2ac3511 100644
--- a/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/var-shadows-arg-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-gc-crash.html b/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-gc-crash.html
index c712dc3..573a720 100644
--- a/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-gc-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/js/var-shadows-arg-gc-crash.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/var-shadows-arg-gc-crash.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/vardecl-blocks-init.html b/third_party/WebKit/LayoutTests/fast/js/vardecl-blocks-init.html
index a2a6861..63a0057 100644
--- a/third_party/WebKit/LayoutTests/fast/js/vardecl-blocks-init.html
+++ b/third_party/WebKit/LayoutTests/fast/js/vardecl-blocks-init.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/vardecl-blocks-init.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/vardecl-preserve-arguments.html b/third_party/WebKit/LayoutTests/fast/js/vardecl-preserve-arguments.html
index 1da0245..7570b1b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/vardecl-preserve-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/js/vardecl-preserve-arguments.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/vardecl-preserve-arguments.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/webcore-string-comparison.html b/third_party/WebKit/LayoutTests/fast/js/webcore-string-comparison.html
index f89fccb..b1aebb3 100644
--- a/third_party/WebKit/LayoutTests/fast/js/webcore-string-comparison.html
+++ b/third_party/WebKit/LayoutTests/fast/js/webcore-string-comparison.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/webcore-string-comparison.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/js/with-scope-gc.html b/third_party/WebKit/LayoutTests/fast/js/with-scope-gc.html
index ff28d12..1dabfa0 100644
--- a/third_party/WebKit/LayoutTests/fast/js/with-scope-gc.html
+++ b/third_party/WebKit/LayoutTests/fast/js/with-scope-gc.html
@@ -5,8 +5,6 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/with-scope-gc.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/layers/negative-scroll-positions.html b/third_party/WebKit/LayoutTests/fast/layers/negative-scroll-positions.html
index 987b335..0aeb13d 100644
--- a/third_party/WebKit/LayoutTests/fast/layers/negative-scroll-positions.html
+++ b/third_party/WebKit/LayoutTests/fast/layers/negative-scroll-positions.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/negative-scroll-positions.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/layers/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/layers/script-tests/TEMPLATE.html
index dc61cc8..e4f992b 100644
--- a/third_party/WebKit/LayoutTests/fast/layers/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/layers/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/media/media-query-serialization.html b/third_party/WebKit/LayoutTests/fast/media/media-query-serialization.html
index c2bae56..3cbc557 100644
--- a/third_party/WebKit/LayoutTests/fast/media/media-query-serialization.html
+++ b/third_party/WebKit/LayoutTests/fast/media/media-query-serialization.html
@@ -8,8 +8,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/parser/block-nesting-cap.html b/third_party/WebKit/LayoutTests/fast/parser/block-nesting-cap.html
index 669f912..451c5a5 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/block-nesting-cap.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/block-nesting-cap.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/block-nesting-cap.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/parser/close-while-stopping.html b/third_party/WebKit/LayoutTests/fast/parser/close-while-stopping.html
index ee10357..0cb17f5 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/close-while-stopping.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/close-while-stopping.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<iframe id="aframe"></iframe>
<script>
description("Test that explicitly closing the document while it is already closing doesn't result in running the end twice.");
diff --git a/third_party/WebKit/LayoutTests/fast/parser/comment-in-textarea.html b/third_party/WebKit/LayoutTests/fast/parser/comment-in-textarea.html
index bb9b2c4..8347af0 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/comment-in-textarea.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/comment-in-textarea.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/comment-in-textarea.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/parser/double-write-from-closed-iframe.html b/third_party/WebKit/LayoutTests/fast/parser/double-write-from-closed-iframe.html
index a910d69..4c384f6 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/double-write-from-closed-iframe.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/double-write-from-closed-iframe.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/double-write-from-closed-iframe.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/parser/entity-end-style-tag.html b/third_party/WebKit/LayoutTests/fast/parser/entity-end-style-tag.html
index 2577dc9..780c45a 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/entity-end-style-tag.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/entity-end-style-tag.html
@@ -6,8 +6,6 @@
<style id="mystyle">&lt;/style></style>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test parsing of entity-escaped &lt;/style&gt; tag for <a href=\"https://bugs.webkit.org/show_bug.cgi?id=7931\">Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely</a>");
diff --git a/third_party/WebKit/LayoutTests/fast/parser/entity-end-title-tag.html b/third_party/WebKit/LayoutTests/fast/parser/entity-end-title-tag.html
index aa9f2a8..11d3fd2 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/entity-end-title-tag.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/entity-end-title-tag.html
@@ -6,8 +6,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
description("Test parsing of entity-escaped &lt;/title&gt; tag for <a href=\"https://bugs.webkit.org/show_bug.cgi?id=7931\">Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely</a>");
diff --git a/third_party/WebKit/LayoutTests/fast/parser/fragment-parser-doctype.html b/third_party/WebKit/LayoutTests/fast/parser/fragment-parser-doctype.html
index b96fa4f..cc3870b 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/fragment-parser-doctype.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/fragment-parser-doctype.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script>
debug("Verify that a fragment's DOCTYPE does not affect parsing. We expect DOCTYPEs to be ignored for fragments with context elements.");
var container = document.createElement("div");
diff --git a/third_party/WebKit/LayoutTests/fast/parser/fragment-parser.html b/third_party/WebKit/LayoutTests/fast/parser/fragment-parser.html
index f501461..a08f1a3 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/fragment-parser.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/fragment-parser.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/fragment-parser.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/parser/pre-first-line-break.html b/third_party/WebKit/LayoutTests/fast/parser/pre-first-line-break.html
index 8aef05e..62f0e08 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/pre-first-line-break.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/pre-first-line-break.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pre-first-line-break.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/parser/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/parser/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/alternative-length-miscalculation.html b/third_party/WebKit/LayoutTests/fast/regex/alternative-length-miscalculation.html
index 60d2acc..09be4ab 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/alternative-length-miscalculation.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/alternative-length-miscalculation.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/alternative-length-miscalculation.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/assertion.html b/third_party/WebKit/LayoutTests/fast/regex/assertion.html
index 90e3848..6c3ef0e 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/assertion.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/assertion.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/assertion.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/constructor.html b/third_party/WebKit/LayoutTests/fast/regex/constructor.html
index 57fd0f9..04ceb9a 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/constructor.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/constructor.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/constructor.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/cross-frame-callable.html b/third_party/WebKit/LayoutTests/fast/regex/cross-frame-callable.html
index 950643c..5f22e79 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/cross-frame-callable.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/cross-frame-callable.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/cross-frame-callable.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/dotstar.html b/third_party/WebKit/LayoutTests/fast/regex/dotstar.html
index 5227e83..96e6479 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/dotstar.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/dotstar.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/dotstar.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/early-acid3-86.html b/third_party/WebKit/LayoutTests/fast/regex/early-acid3-86.html
index 8b0d872..b32be97 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/early-acid3-86.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/early-acid3-86.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/early-acid3-86.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/ecma-regex-examples.html b/third_party/WebKit/LayoutTests/fast/regex/ecma-regex-examples.html
index ad581bd..69ed64f 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/ecma-regex-examples.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/ecma-regex-examples.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/ecma-regex-examples.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/invalid-range-in-class.html b/third_party/WebKit/LayoutTests/fast/regex/invalid-range-in-class.html
index 8550422..38e5cd33 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/invalid-range-in-class.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/invalid-range-in-class.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/invalid-range-in-class.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/malformed-escapes.html b/third_party/WebKit/LayoutTests/fast/regex/malformed-escapes.html
index b202aa1..7869b45 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/malformed-escapes.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/malformed-escapes.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/malformed-escapes.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/non-capturing-backtracking.html b/third_party/WebKit/LayoutTests/fast/regex/non-capturing-backtracking.html
index 9a20190..60dd6ea 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/non-capturing-backtracking.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/non-capturing-backtracking.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/non-capturing-backtracking.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/non-pattern-characters.html b/third_party/WebKit/LayoutTests/fast/regex/non-pattern-characters.html
index 23ee23b..4753546 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/non-pattern-characters.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/non-pattern-characters.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/non-pattern-characters.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/overflow.html b/third_party/WebKit/LayoutTests/fast/regex/overflow.html
index 32e9945..cc5d70c 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/overflow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/overflow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/parentheses.html b/third_party/WebKit/LayoutTests/fast/regex/parentheses.html
index 06da76a..1cfa4a7 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/parentheses.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/parentheses.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/parentheses.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/pcre-test-1.html b/third_party/WebKit/LayoutTests/fast/regex/pcre-test-1.html
index ff38148..f439f34 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/pcre-test-1.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/pcre-test-1.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pcre-test-1.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/pcre-test-4.html b/third_party/WebKit/LayoutTests/fast/regex/pcre-test-4.html
index 89e07c7..0db5850 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/pcre-test-4.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/pcre-test-4.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/pcre-test-4.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/quantified-assertions.html b/third_party/WebKit/LayoutTests/fast/regex/quantified-assertions.html
index 381aea5..1c57ca9 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/quantified-assertions.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/quantified-assertions.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/quantified-assertions.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/repeat-match-waldemar.html b/third_party/WebKit/LayoutTests/fast/regex/repeat-match-waldemar.html
index ba47ab2..93dabc5 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/repeat-match-waldemar.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/repeat-match-waldemar.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/repeat-match-waldemar.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/regex/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/slow.html b/third_party/WebKit/LayoutTests/fast/regex/slow.html
index 8951812..75bffdb 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/slow.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/slow.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/slow.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regex/toString.html b/third_party/WebKit/LayoutTests/fast/regex/toString.html
index 2bcfa3e..aae503a 100644
--- a/third_party/WebKit/LayoutTests/fast/regex/toString.html
+++ b/third_party/WebKit/LayoutTests/fast/regex/toString.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/toString.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regions/content-webkit-from-flow-parsing.html b/third_party/WebKit/LayoutTests/fast/regions/content-webkit-from-flow-parsing.html
index 6a2a6fb..de5ebdc 100644
--- a/third_party/WebKit/LayoutTests/fast/regions/content-webkit-from-flow-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/regions/content-webkit-from-flow-parsing.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/content-webkit-from-flow-parsing.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regions/region-element-display-restriction.html b/third_party/WebKit/LayoutTests/fast/regions/region-element-display-restriction.html
index 55fc780..373529c 100644
--- a/third_party/WebKit/LayoutTests/fast/regions/region-element-display-restriction.html
+++ b/third_party/WebKit/LayoutTests/fast/regions/region-element-display-restriction.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/region-element-display-restriction.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regions/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/regions/script-tests/TEMPLATE.html
index 70ce56c..4c34a58 100644
--- a/third_party/WebKit/LayoutTests/fast/regions/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/regions/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regions/webkit-flow-parsing.html b/third_party/WebKit/LayoutTests/fast/regions/webkit-flow-parsing.html
index ddeb2a4..13de065 100644
--- a/third_party/WebKit/LayoutTests/fast/regions/webkit-flow-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/regions/webkit-flow-parsing.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/webkit-flow-parsing.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/regions/webkit-region-overflow-parsing.html b/third_party/WebKit/LayoutTests/fast/regions/webkit-region-overflow-parsing.html
index 28e334f..2a60730 100644
--- a/third_party/WebKit/LayoutTests/fast/regions/webkit-region-overflow-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/regions/webkit-region-overflow-parsing.html
@@ -5,8 +5,6 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/webkit-region-overflow-parsing.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/ruby/ruby-line-height.html b/third_party/WebKit/LayoutTests/fast/ruby/ruby-line-height.html
index 323b2d1..a92d573 100644
--- a/third_party/WebKit/LayoutTests/fast/ruby/ruby-line-height.html
+++ b/third_party/WebKit/LayoutTests/fast/ruby/ruby-line-height.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/ruby-line-height.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/speech/input-onspeechchange-event.html b/third_party/WebKit/LayoutTests/fast/speech/input-onspeechchange-event.html
index 15aa147..db51378 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/input-onspeechchange-event.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/input-onspeechchange-event.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for the onspeechchange event with &lt;input type="text" speech>.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/input-ontextinput-event.html b/third_party/WebKit/LayoutTests/fast/speech/input-ontextinput-event.html
index dc04abb..639dd52 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/input-ontextinput-event.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/input-ontextinput-event.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for the ontextInput event with &lt;input type="text" speech>.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/input-readonly-and-disabled.html b/third_party/WebKit/LayoutTests/fast/speech/input-readonly-and-disabled.html
index 78e5df0..913dc3e 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/input-readonly-and-disabled.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/input-readonly-and-disabled.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for speech button click with readonly and disabled input fields.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/input-text-language-tag.html b/third_party/WebKit/LayoutTests/fast/speech/input-text-language-tag.html
index fdf58683..a6a4c3a 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/input-text-language-tag.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/input-text-language-tag.html
@@ -6,8 +6,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for language-specific results and language inheritance in speech buttons.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/input-text-speechbutton.html b/third_party/WebKit/LayoutTests/fast/speech/input-text-speechbutton.html
index a5ce51e..6a7ad1e 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/input-text-speechbutton.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/input-text-speechbutton.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for speech button click with &lt;input type="text" speech>.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/input-text-speechstart.html b/third_party/WebKit/LayoutTests/fast/speech/input-text-speechstart.html
index 2df5660..1fa1582 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/input-text-speechstart.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/input-text-speechstart.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for triggering speech directly in a &lt;input type="text" speech>.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/speech-button-ignore-generated-events.html b/third_party/WebKit/LayoutTests/fast/speech/speech-button-ignore-generated-events.html
index 12bea5e..6b8fa91 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/speech-button-ignore-generated-events.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/speech-button-ignore-generated-events.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests that the speech button ignores programmatic click events.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/speech-input-result-list-not-enough-arguments.html b/third_party/WebKit/LayoutTests/fast/speech/speech-input-result-list-not-enough-arguments.html
index 0627f69..e168679 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/speech-input-result-list-not-enough-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/speech-input-result-list-not-enough-arguments.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for SpeechInputResultList\' behavior with too few arguments.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/speech-input-scripting.html b/third_party/WebKit/LayoutTests/fast/speech/speech-input-scripting.html
index dd887a1..5506ccf 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/speech-input-scripting.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/speech-input-scripting.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script type="text/javascript">
description('Tests for enabling and disabling speech input via script.');
diff --git a/third_party/WebKit/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html b/third_party/WebKit/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html
index 943e05e..3c93663 100644
--- a/third_party/WebKit/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html
+++ b/third_party/WebKit/LayoutTests/fast/speech/speech-style-on-non-speech-elements.html
@@ -10,8 +10,6 @@
</style>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<!-- Test a few HTML elements with the speech button style to check that they don't result in a crash. -->
<div class='speechButton'>Test</div>
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-changes.html b/third_party/WebKit/LayoutTests/fast/table/border-changes.html
index b76d5d0..4000347 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-changes.html
+++ b/third_party/WebKit/LayoutTests/fast/table/border-changes.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/border-changes.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/table/col-width-span-expand.html b/third_party/WebKit/LayoutTests/fast/table/col-width-span-expand.html
index 41afff6..bec5d20 100644
--- a/third_party/WebKit/LayoutTests/fast/table/col-width-span-expand.html
+++ b/third_party/WebKit/LayoutTests/fast/table/col-width-span-expand.html
@@ -3,7 +3,6 @@
<head>
<title>WebKit Bug 14858: col width ignored when not tied to a single cell</title>
<link href="http://www.w3.org/TR/REC-CSS2/tables.html#q4" rel="help" />
- <link href="../js/resources/js-test-style.css" rel="stylesheet" type="text/css">
<script src="../js/resources/js-test-pre.js"></script>
<script src="../js/resources/js-test-post-function.js"></script>
<script type="text/javascript" charset="utf-8">
diff --git a/third_party/WebKit/LayoutTests/fast/table/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/table/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/table/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/table/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/text/find-backwards.html b/third_party/WebKit/LayoutTests/fast/text/find-backwards.html
index 2273936..c06a5c0 100644
--- a/third_party/WebKit/LayoutTests/fast/text/find-backwards.html
+++ b/third_party/WebKit/LayoutTests/fast/text/find-backwards.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/find-backwards.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/text/find-kana.html b/third_party/WebKit/LayoutTests/fast/text/find-kana.html
index 5a3b8b8..bd6f960 100644
--- a/third_party/WebKit/LayoutTests/fast/text/find-kana.html
+++ b/third_party/WebKit/LayoutTests/fast/text/find-kana.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/find-kana.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/text/find-russian.html b/third_party/WebKit/LayoutTests/fast/text/find-russian.html
index 0ef0777..8b269e42 100644
--- a/third_party/WebKit/LayoutTests/fast/text/find-russian.html
+++ b/third_party/WebKit/LayoutTests/fast/text/find-russian.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/find-russian.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/text/find-soft-hyphen.html b/third_party/WebKit/LayoutTests/fast/text/find-soft-hyphen.html
index 93efd2d..62f5862 100644
--- a/third_party/WebKit/LayoutTests/fast/text/find-soft-hyphen.html
+++ b/third_party/WebKit/LayoutTests/fast/text/find-soft-hyphen.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/find-soft-hyphen.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-after-question-mark.html b/third_party/WebKit/LayoutTests/fast/text/line-break-after-question-mark.html
index cdfb010..f78bb05 100644
--- a/third_party/WebKit/LayoutTests/fast/text/line-break-after-question-mark.html
+++ b/third_party/WebKit/LayoutTests/fast/text/line-break-after-question-mark.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/line-break-after-question-mark.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/text/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/text/script-tests/TEMPLATE.html
index 1936e0d..7d2b8b8 100644
--- a/third_party/WebKit/LayoutTests/fast/text/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/text/script-tests/TEMPLATE.html
@@ -5,8 +5,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/anchor.html b/third_party/WebKit/LayoutTests/fast/url/anchor.html
index b6162c8..90db29e 100644
--- a/third_party/WebKit/LayoutTests/fast/url/anchor.html
+++ b/third_party/WebKit/LayoutTests/fast/url/anchor.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/anchor.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/file-http-base.html b/third_party/WebKit/LayoutTests/fast/url/file-http-base.html
index 8f66a96..20bf449 100644
--- a/third_party/WebKit/LayoutTests/fast/url/file-http-base.html
+++ b/third_party/WebKit/LayoutTests/fast/url/file-http-base.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/file-http-base.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/file.html b/third_party/WebKit/LayoutTests/fast/url/file.html
index f808900..453418d 100644
--- a/third_party/WebKit/LayoutTests/fast/url/file.html
+++ b/third_party/WebKit/LayoutTests/fast/url/file.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/file.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/host.html b/third_party/WebKit/LayoutTests/fast/url/host.html
index 32082c2..53dd381e 100644
--- a/third_party/WebKit/LayoutTests/fast/url/host.html
+++ b/third_party/WebKit/LayoutTests/fast/url/host.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/host.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/idna2003.html b/third_party/WebKit/LayoutTests/fast/url/idna2003.html
index f3f8bef..617fb91 100644
--- a/third_party/WebKit/LayoutTests/fast/url/idna2003.html
+++ b/third_party/WebKit/LayoutTests/fast/url/idna2003.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/idna2003.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/idna2008.html b/third_party/WebKit/LayoutTests/fast/url/idna2008.html
index 4dc624f..130fcf8 100644
--- a/third_party/WebKit/LayoutTests/fast/url/idna2008.html
+++ b/third_party/WebKit/LayoutTests/fast/url/idna2008.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/idna2008.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/ipv4.html b/third_party/WebKit/LayoutTests/fast/url/ipv4.html
index 588e991..8a55245 100644
--- a/third_party/WebKit/LayoutTests/fast/url/ipv4.html
+++ b/third_party/WebKit/LayoutTests/fast/url/ipv4.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/ipv4.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/ipv6.html b/third_party/WebKit/LayoutTests/fast/url/ipv6.html
index d650d1e..e2dc56b 100644
--- a/third_party/WebKit/LayoutTests/fast/url/ipv6.html
+++ b/third_party/WebKit/LayoutTests/fast/url/ipv6.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/ipv6.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/mailto.html b/third_party/WebKit/LayoutTests/fast/url/mailto.html
index eae0213..2c706ea 100644
--- a/third_party/WebKit/LayoutTests/fast/url/mailto.html
+++ b/third_party/WebKit/LayoutTests/fast/url/mailto.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/mailto.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/path-url.html b/third_party/WebKit/LayoutTests/fast/url/path-url.html
index b1bfbbc..1364603 100644
--- a/third_party/WebKit/LayoutTests/fast/url/path-url.html
+++ b/third_party/WebKit/LayoutTests/fast/url/path-url.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/path-url.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/path.html b/third_party/WebKit/LayoutTests/fast/url/path.html
index b4e7049..ee4553b 100644
--- a/third_party/WebKit/LayoutTests/fast/url/path.html
+++ b/third_party/WebKit/LayoutTests/fast/url/path.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/path.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/port.html b/third_party/WebKit/LayoutTests/fast/url/port.html
index 9200755..88ded2d 100644
--- a/third_party/WebKit/LayoutTests/fast/url/port.html
+++ b/third_party/WebKit/LayoutTests/fast/url/port.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/port.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/query.html b/third_party/WebKit/LayoutTests/fast/url/query.html
index ab8e62d..b97583ed 100644
--- a/third_party/WebKit/LayoutTests/fast/url/query.html
+++ b/third_party/WebKit/LayoutTests/fast/url/query.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/query.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/relative-unix.html b/third_party/WebKit/LayoutTests/fast/url/relative-unix.html
index 56c5c56..d41e755 100644
--- a/third_party/WebKit/LayoutTests/fast/url/relative-unix.html
+++ b/third_party/WebKit/LayoutTests/fast/url/relative-unix.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/relative-unix.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/relative-win.html b/third_party/WebKit/LayoutTests/fast/url/relative-win.html
index 39ffaec..c993da7 100644
--- a/third_party/WebKit/LayoutTests/fast/url/relative-win.html
+++ b/third_party/WebKit/LayoutTests/fast/url/relative-win.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/relative-win.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/relative.html b/third_party/WebKit/LayoutTests/fast/url/relative.html
index a29a482..358a1b7 100644
--- a/third_party/WebKit/LayoutTests/fast/url/relative.html
+++ b/third_party/WebKit/LayoutTests/fast/url/relative.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/relative.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/scheme.html b/third_party/WebKit/LayoutTests/fast/url/scheme.html
index afb7782..53a1b5d 100644
--- a/third_party/WebKit/LayoutTests/fast/url/scheme.html
+++ b/third_party/WebKit/LayoutTests/fast/url/scheme.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/scheme.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/url/script-tests/TEMPLATE.html
index 1c30984..8fa4318 100644
--- a/third_party/WebKit/LayoutTests/fast/url/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/url/script-tests/TEMPLATE.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/segments-from-data-url.html b/third_party/WebKit/LayoutTests/fast/url/segments-from-data-url.html
index 55be7541..6b4796c 100644
--- a/third_party/WebKit/LayoutTests/fast/url/segments-from-data-url.html
+++ b/third_party/WebKit/LayoutTests/fast/url/segments-from-data-url.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/segments-from-data-url.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/segments.html b/third_party/WebKit/LayoutTests/fast/url/segments.html
index 96aa871..cf8a743 100644
--- a/third_party/WebKit/LayoutTests/fast/url/segments.html
+++ b/third_party/WebKit/LayoutTests/fast/url/segments.html
@@ -7,8 +7,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/segments.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/standard-url.html b/third_party/WebKit/LayoutTests/fast/url/standard-url.html
index 6f1b1d4..24f53f7 100644
--- a/third_party/WebKit/LayoutTests/fast/url/standard-url.html
+++ b/third_party/WebKit/LayoutTests/fast/url/standard-url.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/standard-url.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/trivial-segments.html b/third_party/WebKit/LayoutTests/fast/url/trivial-segments.html
index 4973b98..ac0cb47 100644
--- a/third_party/WebKit/LayoutTests/fast/url/trivial-segments.html
+++ b/third_party/WebKit/LayoutTests/fast/url/trivial-segments.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/trivial-segments.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/url/trivial.html b/third_party/WebKit/LayoutTests/fast/url/trivial.html
index 30a976a..de68e88 100644
--- a/third_party/WebKit/LayoutTests/fast/url/trivial.html
+++ b/third_party/WebKit/LayoutTests/fast/url/trivial.html
@@ -6,8 +6,6 @@
<script src="resources/utilities.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="script-tests/trivial.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/workers/dedicated-worker-lifecycle.html b/third_party/WebKit/LayoutTests/fast/workers/dedicated-worker-lifecycle.html
index d791a16..19d646e 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/dedicated-worker-lifecycle.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/dedicated-worker-lifecycle.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/worker-create-common.js"></script>
<script src="resources/worker-util.js"></script>
<script src="resources/dedicated-worker-lifecycle.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-exception.html b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-exception.html
index d81f027..eaef078 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-exception.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-exception.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/shared-worker-create-common.js"></script>
<script src="resources/shared-worker-exception.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-frame-lifecycle.html b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-frame-lifecycle.html
index 838b286..4096bc6 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-frame-lifecycle.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-frame-lifecycle.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/shared-worker-create-common.js"></script>
<script src="resources/worker-util.js"></script>
<script src="resources/shared-worker-lifecycle.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.html b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.html
index ce4fec6..38f7036c 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/worker-util.js"></script>
<script src="resources/shared-worker-name.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port.html b/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port.html
index 16cedd1..0f876a8 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/worker-util.js"></script>
<script src="resources/worker-context-multi-port.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html b/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html
index 06022ca..6d8596d 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html
@@ -3,8 +3,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/worker-util.js"></script>
<script src="resources/worker-multi-port.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-default-attributes.html b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-default-attributes.html
index 26d5dd5..fc4d4d8 100644
--- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-default-attributes.html
+++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-default-attributes.html
@@ -4,8 +4,6 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<p id="description"></p>
-<div id="console"></div>
<script src="resources/xmlhttprequest-default-attributes.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
diff --git a/third_party/WebKit/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt
index bb5ddd1..1de084f 100644
--- a/third_party/WebKit/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 17: Uncaught RangeError: Maximum call stack size exceeded
+CONSOLE MESSAGE: line 15: Uncaught RangeError: Maximum call stack size exceeded
Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
diff --git a/third_party/WebKit/LayoutTests/platform/qt/fast/dom/error-to-string-stack-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/qt/fast/dom/error-to-string-stack-overflow-expected.txt
index a2ddebe..f81e56d 100644
--- a/third_party/WebKit/LayoutTests/platform/qt/fast/dom/error-to-string-stack-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/qt/fast/dom/error-to-string-stack-overflow-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 17: RangeError: Maximum call stack size exceeded.
+CONSOLE MESSAGE: line 15: RangeError: Maximum call stack size exceeded.
Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".