summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
diff options
context:
space:
mode:
authormitz@apple.com <mitz@apple.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2009-05-18 00:31:45 +0000
committermitz@apple.com <mitz@apple.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2009-05-18 00:31:45 +0000
commit26411544f13d856efb35e6993a93546ebaa576d8 (patch)
tree56cdcebcfa77f195f54dc2d5b9ea2f5f46680321 /third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
parentd275730dd4fbf5bcca5c6928de153ce2b54dbf9d (diff)
downloadchromium_src-26411544f13d856efb35e6993a93546ebaa576d8.zip
chromium_src-26411544f13d856efb35e6993a93546ebaa576d8.tar.gz
chromium_src-26411544f13d856efb35e6993a93546ebaa576d8.tar.bz2
Reviewed by David Kilzer.
- move fast/repaint/repaint.js into the resources subdirectory * fast/repaint/repaint.js: Removed. * fast/repaint/resources/repaint.js: Copied from fast/repaint/repaint.js. * (89 tests changed to load the script from the new location) git-svn-id: svn://svn.chromium.org/blink/trunk@43817 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
index 30e65d0..e75b42b 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
@@ -2,18 +2,18 @@
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
- <script src="repaint.js" type="text/javascript"></script>
- <script type="text/javascript">
- function repaintTest()
- {
- var target = document.getElementById('t');
+ <script src="resources/repaint.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ function repaintTest()
+ {
+ var target = document.getElementById('t');
target.style.borderTop = "30px solid blue";
target.style.margin = "0";
- }
- </script>
- <style type="text/css">
- span#t { margin: 30px; }
- </style>
+ }
+ </script>
+ <style type="text/css">
+ span#t { margin: 30px; }
+ </style>
</head>
<body onload="runRepaintTest();">
<p>