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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html

Issue 20806004: Remove Explicit Shapes Enablement in Tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Enabled by default, no need to call internals Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script>
5 if (window.internals)
6 window.internals.settings.setCSSExclusionsEnabled(true);
7 </script>
8 <style> 4 <style>
9 .shape-container { 5 .shape-container {
10 position: relative; 6 position: relative;
11 width: 400px; 7 width: 400px;
12 height: 200px; 8 height: 200px;
13 margin: 10px; 9 margin: 10px;
14 } 10 }
15 11
16 .shape-background { 12 .shape-background {
17 position: absolute; 13 position: absolute;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </div> 50 </div>
55 </p> 51 </p>
56 52
57 <p>The green rectangle should appear just to the left of the grey rounded rectan gle's upper corners.</p> 53 <p>The green rectangle should appear just to the left of the grey rounded rectan gle's upper corners.</p>
58 <div class="shape-container"> 54 <div class="shape-container">
59 <div class="shape-background"></div> 55 <div class="shape-background"></div>
60 <div class="shape-inside-vertical-lr"><br/>XXXX</div> 56 <div class="shape-inside-vertical-lr"><br/>XXXX</div>
61 </div> 57 </div>
62 </body> 58 </body>
63 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698