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

Unified Diff: LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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: LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html
diff --git a/LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html b/LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html
deleted file mode 100644
index 26ebdd30a469b65ba096ef1b7cc389fc876aa9aa..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!doctype html>
-<html style="border:10px solid maroon; -webkit-writing-mode:vertical-rl">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<script>
- if (window.testRunner)
- window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
-</script>
-<script src="resources/repaint.js"></script>
-<script>
-function repaintTest()
-{
- if (eventSender) {
- eventSender.mouseMoveTo(600, 300);
- eventSender.mouseDown();
- eventSender.mouseMoveTo(400, 300);
- eventSender.mouseUp();
- }
-}
-</script>
-
-<style>
-body {
- font: 20px/1.25 "HiraMinPro-W3";
-}
-</style>
-</head>
-<body style="border:5px solid black;" onload="runRepaintTest()">
-<div style="-webkit-flow-into:thread">
-せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問
-</div>
-<div style="-webkit-flow-from: thread; position:absolute;right:100px; top:100px; border:2px solid black; width:400px; height:400px"></div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698