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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-shapes-1/spec-examples/shape-outside-007.html

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Test: Shape smaller than float content area - 1 float</title> 4 <title>CSS Test: Shape smaller than float content area - 1 float</title>
5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> 5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/>
6 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#relation-to-box-mo del-and-float-behavior"/> 6 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#relation-to-box-mo del-and-float-behavior"/>
7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#supported-basic-sh apes"/> 7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#supported-basic-sh apes"/>
8 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop erty"/> 8 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop erty"/>
9 <link rel="match" href="reference/shape-outside-007-ref.html"/> 9 <link rel="match" href="reference/shape-outside-007-ref.html"/>
10 <meta name="flags" content="ahem"/> 10 <meta name="flags" content="ahem"/>
11 <meta name="assert" content="This test verifies that inline content only wra ps around the 11 <meta name="assert" content="This test verifies that inline content only wra ps around the
12 shape, and otherwise overlays the rest of the f loat margin 12 shape, and otherwise overlays the rest of the f loat margin
13 box"/> 13 box"/>
14 <!-- This test is derived from Example 5 in this version of the spec: 14 <!-- This test is derived from Example 5 in this version of the spec:
15 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ --> 15 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ -->
16 <style type="text/css"> 16 <style type="text/css">
17 .container { 17 .container {
18 width: 260px; 18 width: 260px;
19 font-family: Ahem; 19 font-family: Ahem;
20 font-size: 20px; 20 font-size: 20px;
21 line-height: 1.5em; 21 line-height: 1.5em;
22 border: 1px solid black; 22 border: 1px solid black;
23 padding-left: 2px; 23 padding-left: 2px;
24 } 24 }
25 #test { 25 #test {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <div id="margin-line"></div> 92 <div id="margin-line"></div>
93 <div id="failure-container"> 93 <div id="failure-container">
94 <div id="bar-1" class="fail"></div> 94 <div id="bar-1" class="fail"></div>
95 <div id="bar-2" class="fail"></div> 95 <div id="bar-2" class="fail"></div>
96 <div id="bar-3" class="fail"></div> 96 <div id="bar-3" class="fail"></div>
97 <div id="bar-4" class="fail"></div> 97 <div id="bar-4" class="fail"></div>
98 </div> 98 </div>
99 <div id="triangle"></div> 99 <div id="triangle"></div>
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698