Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
similarity index 63%
copy from third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
copy to third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
index 65551191126d2a7435cdf94303edf60f20e20dbe..df3560b5383fe6d1cd3308e7ef40772319653172 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
@@ -2,20 +2,11 @@
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
- <script src="resources/text-based-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; }
+ span#t { margin: 0; border-top: 30px solid blue; }
</style>
</head>
-<body onload="runRepaintTest();">
+<body>
<p>
This is a test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9669">http://bugzilla.opendarwin.org/show_bug.cgi?id=9669</a>
Incomplete repaint when changing an inline's border</i>.

Powered by Google App Engine
This is Rietveld 408576698