Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html
deleted file mode 100644
index 71970b616c9251c0038366cd0715bbb455af3f8e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html
+++ /dev/null
@@ -1,28 +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">
-<script src="resources/text-based-repaint.js"></script>
-<script>
-function repaintTest()
-{
- if (eventSender) {
- eventSender.mouseMoveTo(760, 200);
- eventSender.mouseDown();
- eventSender.mouseMoveTo(760, 200);
- eventSender.mouseMoveTo(400, 200);
- eventSender.mouseUp();
- }
-}
-</script>
-
-<style>
-body {
- font-family: "HiraMinPro-W3";
- font-size: 16pt;
-}
-</style>
-</head>
-<body style="border:5px solid black;" onload="runRepaintAndPixelTest()">
-せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問
-</body>

Powered by Google App Engine