diff options
author | arv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-10-19 21:54:38 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-10-19 21:54:38 +0000 |
commit | b3d41a1706826995dd7412cf8b16bc1a1dfda074 (patch) | |
tree | 7c11b9f2894cefa9fd7fc3eeb8a7f09384b2286b /third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html | |
parent | f0ccddc24ef568068a2b8df42086430f5ccc7d8f (diff) | |
download | chromium_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/webgl/uniform-array-length-overflow.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html | 1 |
1 files changed, 0 insertions, 1 deletions
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> |