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/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html

Issue 1988313004: Test pixel results for repaint tests testing selection, etc. (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/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html b/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
index 8b520e2b6b3bddc53a5ccaee72b64be7cde12d5b..1a1d9da470b3146e2bbc9bcb9e45cede2d41be9c 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html
@@ -13,9 +13,6 @@
}
</style>
<script>
-if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
-
function repaintTest() {
var testElement = document.getElementById("test");
var selection = window.getSelection();
@@ -23,7 +20,7 @@ function repaintTest() {
selection.modify("Extend", "Forward", "Line");
}
</script>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
<div id="test" contenteditable="true">
<div>Some text in vertical mode</div>
</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/fast/images/repaint-subrect-grid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698