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

Side by Side Diff: LayoutTests/fast/regions/selection/selection-direction-expected.html

Issue 25868002: [CSS Regions] Selection layout tests moved to specific folder (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « LayoutTests/fast/regions/selection/selection-direction.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #region { 4 #region {
5 height: 100px; 5 height: 100px;
6 width: 200px; 6 width: 200px;
7 position: absolute; 7 position: absolute;
8 top: 100px; 8 top: 100px;
9 } 9 }
10 10
(...skipping 28 matching lines...) Expand all
39 </head> 39 </head>
40 <body onload="selectText();"> 40 <body onload="selectText();">
41 <div id="region">inside region inside region inside region inside region</di v> 41 <div id="region">inside region inside region inside region inside region</di v>
42 <div id="outside">outside region outside region outside region outside regio n</div> 42 <div id="outside">outside region outside region outside region outside regio n</div>
43 <div id="description"> 43 <div id="description">
44 <h1><a href="https://bugs.webkit.org/show_bug.cgi?id=121501">Bug #121501 - [CSS Regions] Layout Test for selection direction</a></h1> 44 <h1><a href="https://bugs.webkit.org/show_bug.cgi?id=121501">Bug #121501 - [CSS Regions] Layout Test for selection direction</a></h1>
45 <p>Selection is based in DOM tree, so if you select text from "outside r egion" to "inside region" the highlighted area is exactly the opposite to what t he user is actually selecting.</p> 45 <p>Selection is based in DOM tree, so if you select text from "outside r egion" to "inside region" the highlighted area is exactly the opposite to what t he user is actually selecting.</p>
46 </div> 46 </div>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/selection/selection-direction.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698