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

Side by Side Diff: LayoutTests/fast/regions/webkit-flow-renderer-nested-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
3 <style>
4 #REGION1, #REGION2 {
5 width: 100%;
6 height: 100px;
7 }
8 </style>
9
10 <div id="REGION1">
11 <div id="DIV1">DIV1 - flowA</div>
12 <p>
13 <div id="DIV3">DIV3 - flowA</div>
14 </p>
15 </div>
16 <div id="REGION2">
17 <div id="DIV2">DIV2 - flowB</div>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698