summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-19 21:54:38 +0000
committerarv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2011-10-19 21:54:38 +0000
commitb3d41a1706826995dd7412cf8b16bc1a1dfda074 (patch)
tree7c11b9f2894cefa9fd7fc3eeb8a7f09384b2286b /third_party/WebKit/LayoutTests/fast/canvas
parentf0ccddc24ef568068a2b8df42086430f5ccc7d8f (diff)
downloadchromium_src-b3d41a1706826995dd7412cf8b16bc1a1dfda074.zip
chromium_src-b3d41a1706826995dd7412cf8b16bc1a1dfda074.tar.gz
chromium_src-b3d41a1706826995dd7412cf8b16bc1a1dfda074.tar.bz2
JS Test Harness: Insert the stylesheet dynamically
https://bugs.webkit.org/show_bug.cgi?id=70432 Reviewed by Ojan Vafai. This injects the js-test-style.css file dynamically so that the test files can be simpler. This patch also removes the markup from the existing files in LayoutTests/fast/ * fast/*.html: Remove <link rel=:"stylesheet" href="...js-test-style.css"> * fast/js/resources/js-test-pre.js: Inject the stylesheet dynamically. git-svn-id: svn://svn.chromium.org/blink/trunk@97881 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas')
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-360-winding.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-connecting-line.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-closePath-single-point.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-createPattern-fillRect-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-alpha-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-gradient-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-gradient-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-font-ex-units-crash.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-negative-source.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-addStop-error.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-gradient-without-path.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth-intact-after-strokeRect.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html1
-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.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-radial-gradient-spreadMethod.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-save-restore-with-path.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-drawImage-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillPath-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-fillRect-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-strokePath-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-state-intact-after-putImageData.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-stroke-empty-fill.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-alpha-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-alpha-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect-gradient-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeText-strokes-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-style-intact-after-text.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-transforms-fillRect-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-transparency-and-composite.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-with-illegal-args.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/set-colors.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/translate-text.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-crash.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-view-crash.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-out-of-bounds.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-message-passing.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-out-of-bounds.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-setters.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/array-unit-tests.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/bad-arguments-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-bind-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-data-array-buffer.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-zero-size.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/constants.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-arrays-out-of-bounds.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-elements-out-of-bounds.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/drawingbuffer-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-object-attachment.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/get-active-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-bind-attrib-location-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enable-enum-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enum-tests.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-get-calls.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getshadersource.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getstring.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-object-get-calls.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-pixelstorei.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniform-arrays.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib-zero-issues.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertexattribpointer.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/glsl-conformance.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/incorrect-context-object-behaviour.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-copies-indices.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-with-resized-buffer.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-UTF-16.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-passed-params.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/is-object.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/null-object-behaviour.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/null-uniform-location.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/object-deletion-behaviour.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/point-size.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/premultiplyalpha-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/program-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/renderer-and-vendor-strings.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-input-validation.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/texImageTest.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-complete.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/triangle.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/type-conversion-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-location.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/viewport-unchanged-upon-resize.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-specific.html1
177 files changed, 1 insertions, 177 deletions
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 bc6fc06..e5dfd43 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
@@ -4,7 +4,6 @@
-->
<html>
<head>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
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 8c5095c1..f2c8f9a 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
@@ -1,7 +1,6 @@
<!DOCTYPE HTML>
<html>
<head>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
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 8f6edb6..92de050 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-behaviour.html
@@ -1,7 +1,6 @@
<!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>
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 c914476..ae29848 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-alphaImageData-behavior.html
@@ -1,7 +1,6 @@
<!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>
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 d49bb0f..6d48c8c 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
@@ -1,7 +1,6 @@
<!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>
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 f92372d..106d944 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
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
index 41d90629..3e8a255 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
@@ -1,7 +1,6 @@
<!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>
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 3a9f337..eb9ee61 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
@@ -1,7 +1,6 @@
<!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>
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 14c2248..7ed56fe8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-clamping.html
@@ -1,7 +1,6 @@
<!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>
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 4e96430..de1da5e 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-color-serialization.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html
index 67d9d6a..6719172 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-copyPixels.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html
index 9e9e1f3..614dc74 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageData.html
@@ -1,7 +1,6 @@
<!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>
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 f14b1af..09bfea0 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
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html
index 45f2e61..cae2e98 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-currentColor.html
@@ -1,7 +1,6 @@
<!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>
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 f5cd989..1a15161 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
@@ -1,7 +1,6 @@
<!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>
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 3a1653a..796a2a1 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-incomplete.html
@@ -1,7 +1,6 @@
<!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>
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 cc4c990..816c4b9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow.html
@@ -1,7 +1,6 @@
<!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>
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 aa50cb4..c395de4 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
@@ -1,7 +1,6 @@
<!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>
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 9536338..38f582d 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
@@ -1,7 +1,6 @@
<!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>
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 fe4d5f4..5ea78ad 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
@@ -1,7 +1,6 @@
<!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>
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 bb2c0bf..b63e900 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillPath-shadow.html
@@ -1,7 +1,6 @@
<!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>
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 9ba9f96..4e9ee7b 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
@@ -1,7 +1,6 @@
<!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>
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 60b2049..cd1c198 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect-shadow.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html
index cb406c9..fbf34b2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-fillRect.html
@@ -1,7 +1,6 @@
<!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>
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 d64b118..d39c7cc 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
@@ -1,7 +1,6 @@
<!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>
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 5565702..7ff5d7a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getContext-invalid.html
@@ -1,7 +1,6 @@
<!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>
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 31823574..69b9d72 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-invalid.html
@@ -1,7 +1,6 @@
<!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>
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 dac5e8cd6..23fb128 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
@@ -1,7 +1,6 @@
<!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>
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 3332a1d..e6bd994 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-getImageData-rounding.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
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 51c360e..0ca9537 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
@@ -1,7 +1,6 @@
<!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>
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 86cb63a..05ac7b6 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
@@ -1,7 +1,6 @@
<!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>
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 35e855c..e6b692b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html
@@ -1,7 +1,6 @@
<!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>
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 ea63a44..09b620b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-strokestyle.html
@@ -1,7 +1,6 @@
<!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>
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 6c59363..bdc78ef 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-invalid-values.html
@@ -1,7 +1,6 @@
<!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>
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 8f7922f..af5f67b 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
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html
index b5390b9..e0c20c8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lineWidth.html
@@ -1,7 +1,6 @@
<!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>
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 534a5c7..1c79d0d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-longlived-context.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-longlived-context.html
@@ -1,4 +1,4 @@
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
+
<script src="../js/resources/js-test-pre.js"></script>
<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 827e41f..71b4873 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath.html
@@ -1,7 +1,6 @@
<!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>
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 74979c6..55e82d2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-negative-size.html
@@ -1,7 +1,6 @@
<!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>
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 0e6147a..57b2c14 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImage.html
@@ -1,7 +1,6 @@
<!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>
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 cf91587..116ffaf 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect.html
@@ -1,7 +1,6 @@
<!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>
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 d84f65b..fd8d52d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-fillText.html
@@ -1,7 +1,6 @@
<!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>
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 242bcf9..b61ef55 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setFillColor.html
@@ -1,7 +1,6 @@
<!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>
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 16e7e9f..7dc0df8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setShadow.html
@@ -1,7 +1,6 @@
<!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>
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 ba18492..e424523 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-setStrokeColor.html
@@ -1,7 +1,6 @@
<!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>
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 2465646..6f2f1d6 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeRect.html
@@ -1,7 +1,6 @@
<!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>
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 63160c5..28732f8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-overloads-strokeText.html
@@ -1,7 +1,6 @@
<!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>
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 01e6801..3d139d4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-behaviour.html
@@ -1,4 +1,3 @@
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<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 04b0f4a..064db53 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-modify.html
@@ -1,4 +1,3 @@
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<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 9116b42..73af7c2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-pattern-transform.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html
index 3a1b9b8..4558234 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-putImageData.html
@@ -1,4 +1,3 @@
-<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/>
<script src="canvas-putImageData.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 84e64e3..e04e445 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
@@ -1,7 +1,6 @@
<!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>
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 4190fde4..0713841 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,4 +1,3 @@
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
<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 0ae42a4..0d6d4e1 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
@@ -1,7 +1,6 @@
<!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>
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 58c93ae..9b4ee73 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
@@ -1,7 +1,6 @@
<!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>
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 2b253f7..7686a1d 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
@@ -1,7 +1,6 @@
<!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>
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 77893a4..d3938b9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scale-shadowBlur.html
@@ -1,7 +1,6 @@
<!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>
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 32339a5f..7583f0b 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
@@ -1,7 +1,6 @@
<!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>
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 883000f..6f70720 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
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html
index 844f413..55a22ad 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-setTransform.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html
index 364ef02..cbc91f4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-shadow.html
@@ -1,7 +1,6 @@
<!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>
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 f36f524..af5864d 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
@@ -1,7 +1,6 @@
<!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>
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 8a87f2e..27d85ea 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
@@ -1,7 +1,6 @@
<!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>
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 dfa3fc3..33c9733 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
@@ -1,7 +1,6 @@
<!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>
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 45e83a8..2f1bba5 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
@@ -1,7 +1,6 @@
<!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>
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 efa6415..8437bf4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokePath-shadow.html
@@ -1,7 +1,6 @@
<!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>
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 2bcc7a8..91149ac 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
@@ -1,7 +1,6 @@
<!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>
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 1706387..d93a41f 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
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html
index e211e6b..c4e77a2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-strokeRect.html
@@ -1,7 +1,6 @@
<!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>
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 bebe0597..523c43a 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
@@ -1,7 +1,6 @@
<!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>
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 547b8d2..eaf0504 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
@@ -1,7 +1,6 @@
<!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>
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 e728104..3d0510e 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-to-canvas.html
@@ -1,7 +1,6 @@
<!DOCTYPE HTML>
<html>
<head>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<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 a86a9cc..e3ab17d 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
@@ -1,7 +1,6 @@
<!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>
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 4ffbcbe..abb4b5c 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
@@ -1,7 +1,6 @@
<!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>
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 722299f..37256a9c 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
@@ -1,7 +1,6 @@
<!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>
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 9783d8a..97858de 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash-invalid.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html
index 2c87cd9..1a0bdf9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-webkitLineDash.html
@@ -1,7 +1,6 @@
<!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>
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 ebae134..324e792 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
@@ -1,7 +1,6 @@
<!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>
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 f00fd1a..649d0dd 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
@@ -4,7 +4,6 @@
-->
<html>
<head>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html b/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html
index a8d884c..4c12f77 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/fillText-shadow.html
@@ -1,7 +1,6 @@
<!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>
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 da48704..631d2a4 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
@@ -1,7 +1,6 @@
<!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>
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 54f5947..f59d7a8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/gradient-with-clip.html
@@ -1,7 +1,6 @@
<!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>
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 fe34c3c..641ae7b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/linearGradient-infinite-values.html
@@ -1,7 +1,6 @@
<!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>
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 19e42d0..8f518a6 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/pattern-with-transform.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html b/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html
index 38a2ec0..ca8bca8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/pointInPath.html
@@ -1,7 +1,6 @@
<!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>
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 f1e5609..d953905 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/radialGradient-infinite-values.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html b/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html
index 39fa16c..9fa1c9f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/rgba-parsing.html
@@ -1,7 +1,6 @@
<!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>
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 7d2b8b8..056ea5d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/script-tests/TEMPLATE.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html b/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html
index 64a25d8..00b03e9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/set-colors.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html b/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html
index 2b2d29a..02d246c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html
@@ -1,7 +1,6 @@
<!DOCTYPE HTML>
<html>
<head>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html b/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html
index 261b1f5..bfa7e54 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html
@@ -1,7 +1,6 @@
<!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>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
index 3598f8e..11dcbc2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/WebGLContextEvent.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-crash.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-crash.html
index 54e63b5..b5cdd4f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-crash.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-view-crash.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-view-crash.html
index a5449fe..388e9ab 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-view-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-buffer-view-crash.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal.html
index 80ae714..045fee7 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-out-of-bounds.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-out-of-bounds.html
index dfed84f..565f3a0 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-out-of-bounds.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-out-of-bounds.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-message-passing.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-message-passing.html
index de52f5e..c2d80c1 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-message-passing.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-message-passing.html
@@ -1,7 +1,6 @@
<!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>
<script src="webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-out-of-bounds.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-out-of-bounds.html
index c7bf479..95908d7 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-out-of-bounds.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-out-of-bounds.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-setters.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-setters.html
index 58e6f52..b336e07 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-setters.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-setters.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-unit-tests.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-unit-tests.html
index 9451a5a..76d7565 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-unit-tests.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-unit-tests.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/bad-arguments-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/bad-arguments-test.html
index 328fd46..d06f7b8 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/bad-arguments-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/bad-arguments-test.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-bind-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-bind-test.html
index 1c1a688..31c9d59 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-bind-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-bind-test.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL BindBuffer conformance test.</title>
- <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-data-array-buffer.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-data-array-buffer.html
index ba76ffe..4e0649e2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-data-array-buffer.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/buffer-data-array-buffer.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-test.html
index 9d8e80c..e653120 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-test.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Canvas Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-zero-size.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-zero-size.html
index 79896c3..8fbe617 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-zero-size.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/canvas-zero-size.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>Zero Size Canvas Test</title>
- <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/constants.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/constants.html
index 1845bad..921f93a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/constants.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/constants.html
@@ -7,7 +7,6 @@ found in the LICENSE file.
-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Constants Test</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
index 1ff55cb..c079bbb 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script id="vshader" type="x-shader/x-vertex">
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored.html
index 660766f..cd4b546 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost.html
index d150256..e6744bb 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
index 2246c77..751717d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script id="vshader" type="x-shader/x-vertex">
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash.html
index 8cd0d26..3e595f7 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-crash.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-test.html
index 6890b0c..03ec121 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/data-view-test.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-arrays-out-of-bounds.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-arrays-out-of-bounds.html
index c242b0a..9bb7075 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-arrays-out-of-bounds.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-arrays-out-of-bounds.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-elements-out-of-bounds.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-elements-out-of-bounds.html
index bf0e3d7..df3e63b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-elements-out-of-bounds.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/draw-elements-out-of-bounds.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/drawingbuffer-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/drawingbuffer-test.html
index ba7e37c..2a80454 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/drawingbuffer-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/drawingbuffer-test.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>WebGL Canvas Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting.html
index 29888a0..f66b19b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-object-attachment.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-object-attachment.html
index 19e6037..257f898 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-object-attachment.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-object-attachment.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-test.html
index 19fcb6a..7245a07 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/framebuffer-test.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Framebuffer Test</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/get-active-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/get-active-test.html
index 4e728bd..a971380 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/get-active-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/get-active-test.html
@@ -1,7 +1,6 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-bind-attrib-location-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-bind-attrib-location-test.html
index ca3e3c7..0a70b101 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-bind-attrib-location-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-bind-attrib-location-test.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL BindAttribLocation Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enable-enum-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enable-enum-test.html
index 4e7da62..e9a31b2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enable-enum-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enable-enum-test.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL gl.ENABLE enums Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enum-tests.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enum-tests.html
index 604a422..2978a0a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enum-tests.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enum-tests.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL gl enums Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-get-calls.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-get-calls.html
index 4091a1a..0587423 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-get-calls.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-get-calls.html
@@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL gl calls Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getshadersource.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getshadersource.html
index eb853f1..9af305b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getshadersource.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getshadersource.html
@@ -4,7 +4,6 @@
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<title>WebGL getShaderSource conformance test.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getstring.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getstring.html
index a824a02..a72f183 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getstring.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-getstring.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL gl.getParameter Strings Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-object-get-calls.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-object-get-calls.html
index 92a7ecb..e3f0d90 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-object-get-calls.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-object-get-calls.html
@@ -2,7 +2,6 @@
<html>
<head>
<meta charset="utf-8">
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-pixelstorei.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-pixelstorei.html
index 654baed..5cfe807a9c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-pixelstorei.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-pixelstorei.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL pixelStorei Test</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage.html
index b75294d..34ec7e66 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL texImage2D conformance test.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniform-arrays.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniform-arrays.html
index 226de37..789af0b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniform-arrays.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniform-arrays.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL uniform array Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html
index c568a17..3fbdebd 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL uniformMatrix Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib-zero-issues.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib-zero-issues.html
index 0fc289e..e540397 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib-zero-issues.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib-zero-issues.html
@@ -2,7 +2,6 @@
<html>
<head>
<title>WebGL Enable Vertex Attrib Zero Test</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib.html
index 39f94b3..bd2d6e5 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL vertexAttrib Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertexattribpointer.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertexattribpointer.html
index 22f30f0..6dae49b 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertexattribpointer.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertexattribpointer.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL vertexAttribPointer Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/glsl-conformance.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/glsl-conformance.html
index 38d18f8..78b97d0 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/glsl-conformance.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/glsl-conformance.html
@@ -4,7 +4,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL GLSL Conformance Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/incorrect-context-object-behaviour.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/incorrect-context-object-behaviour.html
index 77c2997..00d2dff 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/incorrect-context-object-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/incorrect-context-object-behaviour.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-copies-indices.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-copies-indices.html
index 8d7f999..94654e0 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-copies-indices.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-copies-indices.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html
index a985b12..4f0b2e14 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices.html
index 09f9c4f..eed8277 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-with-resized-buffer.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-with-resized-buffer.html
index 7b99017..401f637 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-with-resized-buffer.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation-with-resized-buffer.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation.html
index f3139e8..b23a20f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/index-validation.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
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 812e56f..8560d7c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL instanceof test.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
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 16511d1..8c75ffd 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
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css">
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-passed-params.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-passed-params.html
index 0bac52b..c13c75c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-passed-params.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/invalid-passed-params.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/desktop-gl-constants.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/is-object.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/is-object.html
index ccfb9ae..cdbd843 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/is-object.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/is-object.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-object-behaviour.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-object-behaviour.html
index 70c4fb6..eef7cf9 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-object-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-object-behaviour.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-uniform-location.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-uniform-location.html
index cfae63e..a345e69 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-uniform-location.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/null-uniform-location.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/object-deletion-behaviour.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/object-deletion-behaviour.html
index 02053ff..16fec45 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/object-deletion-behaviour.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/object-deletion-behaviour.html
@@ -2,7 +2,6 @@
<html>
<head>
<meta charset="utf-8">
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/point-size.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/point-size.html
index 242d44a..6f2ea3f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/point-size.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/point-size.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script id="vshader" type="x-shader/x-vertex">
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/premultiplyalpha-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/premultiplyalpha-test.html
index 3bf449a..34eb7a0 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/premultiplyalpha-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/premultiplyalpha-test.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>Test the WebGL premultipledAlpha context creation flag.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/program-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/program-test.html
index 9b4575a..ca17deb 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/program-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/program-test.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>WebGL Program Compiling/Linking Conformance Test</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js" type="text/javascript"></script>
<script src="resources/webgl-test.js" type="text/javascript"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment.html
index 1973bcd..8f82374 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script id="vshader" type="x-shader/x-vertex">
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-test.html
index 082a87f..d4aee4e 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-test.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL ReadPixels conformance test.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html
index d2d317c..f0bce0e 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderbuffer-initialization.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderer-and-vendor-strings.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderer-and-vendor-strings.html
index ceef8e1..7448abf 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderer-and-vendor-strings.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/renderer-and-vendor-strings.html
@@ -1,5 +1,4 @@
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor.html
index 6bfc2c9..ec3d629 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/shader-deleted-by-accessor.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html
index 1467223..5823101 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html
index ab25a15..071eca4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html
index 2fbee65..be5c6f2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
index 0189c63..86cb814 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html
index 411576d..1de12ee 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html
index ebad95b2..35ee372 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-with-format-and-type.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/pnglib.js"></script>
<script src="resources/webgl-test.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-input-validation.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-input-validation.html
index 7a5ec88..a182487 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-input-validation.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-input-validation.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
index 254a9a6..4551471 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html
index ac4aab3..ccd51fc 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImageTest.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImageTest.html
index 75e09b5..bdf9171 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImageTest.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texImageTest.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind.html
index 2520004..797c59a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL ActiveTexture BindTexture conformance test.</title>
- <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-complete.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-complete.html
index d0bbda5..d46e5ed 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-complete.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-complete.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL "Texture Complete" texture conformance test.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot.html
index fde02fc..633ae0d 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>WebGL Non-Power of 2 texture conformance test.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
<script src="resources/webgl-test-utils.js"> </script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html
index f74961c..06c909c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/triangle.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/triangle.html
index ed635f6..1acb89a 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/triangle.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/triangle.html
@@ -3,7 +3,6 @@
<html>
<head>
<title>Rendering Test</title>
- <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"> </script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/type-conversion-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/type-conversion-test.html
index 85a087c..f61a9ab 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/type-conversion-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/type-conversion-test.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html
index 2618bd7..0487a6f 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-location.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-location.html
index 060d43f..ce89618 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-location.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-location.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test.html
index 18eb165..8679efd 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test.html
@@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Uninitialized GL Resources Tests</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/viewport-unchanged-upon-resize.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/viewport-unchanged-upon-resize.html
index dc50f92..feeeeb4 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/viewport-unchanged-upon-resize.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/viewport-unchanged-upon-resize.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script id="vshader" type="x-shader/x-vertex">
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges.html
index 4d445a5..af8a41c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges.html
@@ -1,6 +1,5 @@
<html>
<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-specific.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-specific.html
index 5afd7c0..f54f2dd 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-specific.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-specific.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>WebGL GLES2 difference test.</title>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
<script src="resources/webgl-test-utils.js"></script>