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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-clear.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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/japanese-rl-selection-clear.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-clear.html b/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-clear.html
deleted file mode 100644
index 205a5a4f32553bee4e2ff241cb27e7cc4e684fb6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-clear.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!doctype html>
-<html style="border:10px solid maroon; -webkit-writing-mode:vertical-rl" lang="ja">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<style>
-body {
- font-family: "HiraMinPro-W3";
- font-size: 16pt;
-}
-</style>
-<script src="resources/text-based-repaint.js"></script>
-<script>
-function selectStuff()
-{
- if (eventSender) {
- eventSender.mouseMoveTo(760, 200);
- eventSender.mouseDown();
- eventSender.mouseMoveTo(760, 200);
- eventSender.mouseMoveTo(400, 200);
- eventSender.mouseUp();
- }
-}
-
-function repaintTest()
-{
- if (eventSender) {
- eventSender.mouseMoveTo(100, 100);
- eventSender.mouseDown();
- eventSender.mouseMoveTo(100, 100);
- eventSender.mouseUp();
- }
-}
-</script>
-</head>
-<body style="border:5px solid black;" onload="selectStuff(); runRepaintAndPixelTest()">
-<div style="height:400px; margin-top:100px">
-せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問
-</div>
-
-
-</body>

Powered by Google App Engine
This is Rietveld 408576698