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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-shapes-1/spec-examples/shape-outside-006.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-outside with open areas on both the left & right of 4 <title>CSS Test: shape-outside with open areas on both the left & right of
5 the float area</title> 5 the float area</title>
6 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> 6 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/>
7 <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/#relation-to-box-mo del-and-float-behavior"/>
8 <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/#supported-basic-sh apes"/>
9 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop erty"/> 9 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-prop erty"/>
10 <link rel="match" href="reference/shape-outside-006-ref.html"/> 10 <link rel="match" href="reference/shape-outside-006-ref.html"/>
11 <meta name="flags" content="ahem"/> 11 <meta name="flags" content="ahem"/>
12 <meta name="assert" content="This test verifies that content wraps only on o ne side of 12 <meta name="assert" content="This test verifies that content wraps only on o ne side of
13 the float even though there is open area on bot h the left 13 the float even though there is open area on bot h the left
14 and right sides of the float."/> 14 and right sides of the float."/>
15 <!-- This test is derived from Example 4 in this version of the spec: 15 <!-- This test is derived from Example 4 in this version of the spec:
16 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ --> 16 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ -->
17 <style type="text/css"> 17 <style type="text/css">
18 .container { 18 .container {
19 width: 250px; 19 width: 250px;
20 font-family: Ahem; 20 font-family: Ahem;
21 font-size: 20px; 21 font-size: 20px;
22 line-height: 1.5em; 22 line-height: 1.5em;
23 border: 1px solid black; 23 border: 1px solid black;
24 padding-top: 5px; 24 padding-top: 5px;
25 } 25 }
26 #test { 26 #test {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 XXXXXXXX XXXXXXX XXXXXX 81 XXXXXXXX XXXXXXX XXXXXX
82 </div> 82 </div>
83 <div id="failure-container"> 83 <div id="failure-container">
84 <div id="bar-1" class="fail"></div> 84 <div id="bar-1" class="fail"></div>
85 <div id="bar-2" class="fail"></div> 85 <div id="bar-2" class="fail"></div>
86 <div id="bar-3" class="fail"></div> 86 <div id="bar-3" class="fail"></div>
87 </div> 87 </div>
88 <div id="triangle"></div> 88 <div id="triangle"></div>
89 </body> 89 </body>
90 </html> 90 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698