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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-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/vertical-align1-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1.html b/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.html
similarity index 62%
copy from third_party/WebKit/LayoutTests/fast/repaint/vertical-align1.html
copy to third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.html
index ebac1811e671d4eccbaa1f7ed85fbd39525b8af9..b8b46e652a3da6d0f6e2d2d03487203a2598ca05 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.html
@@ -1,12 +1,4 @@
<!DOCTYPE HTML>
-<script src="resources/text-based-repaint.js"></script>
-<script>
-function repaintTest()
-{
- document.getElementById('target').style.verticalAlign = 'middle';
-}
-window.onload = runRepaintTest;
-</script>
<style>
body {
margin: 0;
@@ -22,6 +14,7 @@ body {
height: 100px;
background-color: green;
display: inline-block;
+ vertical-align: middle;
}
</style>
<div class="other"></div><div id="target"></div><div class="other"></div>

Powered by Google App Engine
This is Rietveld 408576698