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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html style="border:10px solid maroon; -webkit-writing-mode:vertical-rl">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <script>
6 if (window.testRunner)
7 window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
8 </script>
9 <script src="resources/repaint.js"></script>
10 <script>
11 function repaintTest()
12 {
13 if (eventSender) {
14 eventSender.mouseMoveTo(600, 300);
15 eventSender.mouseDown();
16 eventSender.mouseMoveTo(400, 300);
17 eventSender.mouseUp();
18 }
19 }
20 </script>
21
22 <style>
23 body {
24 font: 20px/1.25 "HiraMinPro-W3";
25 }
26 </style>
27 </head>
28 <body style="border:5px solid black;" onload="runRepaintTest()">
29 <div style="-webkit-flow-into:thread">
30 せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索すること ができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツから も検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありま すか ならタイトルとアドレスだけでなく、訪問
31 </div>
32 <div style="-webkit-flow-from: thread; position:absolute;right:100px; top:100px; border:2px solid black; width:400px; height:400px"></div>
33 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698