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

Side by Side Diff: LayoutTests/fast/regions/hover-single-flow-from-none-expected.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 lang="en">
3 <head>
4 <style>
5 p, div {
6 font: 12px/1 monospace;
7 }
8 #region {
9 width: 300px;
10 height: 190px;
11 border: 5px solid green;
12 border-left: 100px solid green;
13 border-color: darkred;
14 background-color: #ddddff;
15 }
16 </style>
17 </head>
18 <body>
19 <p>When hovering the <span style="color:green"><b>region</b></span>, the <span style="color:blue"><b>blue</b></span> box should disappear (the region's <b>flow-from</b> will change to "none")</p>
20 <div id="region"></div>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/hover-single-flow-from-none.html ('k') | LayoutTests/fast/regions/hover-single-flow-from-other.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698