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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/vertical-align2-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-align2-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align2.html b/third_party/WebKit/LayoutTests/fast/repaint/vertical-align2-expected.html
similarity index 62%
copy from third_party/WebKit/LayoutTests/fast/repaint/vertical-align2.html
copy to third_party/WebKit/LayoutTests/fast/repaint/vertical-align2-expected.html
index a209062e18ff82d08debb52a4faa8a8ac76868b5..c6cdb5663155deedf5eeda1e008f1a5fc2a18152 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align2.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/vertical-align2-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