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

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

Issue 2020943002: update-w3c-deps: Do not modify testharness tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 from box value - border-box</title> 4 <title>CSS Test: Shape from box value - border-box</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="author" title="Bem Jones-Bey" href="mailto:bemjb@adobe.com"/> 6 <link rel="author" title="Bem Jones-Bey" href="mailto:bemjb@adobe.com"/>
7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-box-va lues"/> 7 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-box-va lues"/>
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 <meta name="flags" content="ahem dom"/> 9 <meta name="flags" content="ahem dom"/>
10 <meta name="assert" content="This test verifies that content wraps around a shape 10 <meta name="assert" content="This test verifies that content wraps around a shape
11 defined by its border box."/> 11 defined by its border box."/>
12 <!-- This test is derived from Examples 8 and 9 in this version of the spec : 12 <!-- This test is derived from Examples 8 and 9 in this version of the spec:
13 http://www.w3.org/TR/2014/WD-css-shapes-1-20140211/ --> 13 http://www.w3.org/TR/2014/WD-css-shapes-1-20140211/ -->
14 <style type="text/css"> 14 <style type="text/css">
15 #test { 15 #test {
16 width: 400px; 16 width: 400px;
17 color: green; 17 color: green;
18 font-family: Ahem; 18 font-family: Ahem;
19 font-size: 20px; 19 font-size: 20px;
20 line-height: 2em; 20 line-height: 2em;
21 } 21 }
22 #box { 22 #box {
23 float: left; 23 float: left;
(...skipping 22 matching lines...) Expand all
46 <span id="line-3">XXXXXX</span> 46 <span id="line-3">XXXXXX</span>
47 <span id="line-4">XXXXXX</span> 47 <span id="line-4">XXXXXX</span>
48 <span id="line-5">XXXXXXXXXXXXXXX</span> 48 <span id="line-5">XXXXXXXXXXXXXXX</span>
49 </div> 49 </div>
50 <div id="log"></div> 50 <div id="log"></div>
51 <script> 51 <script>
52 approxShapeTest('test', 'line-', 2, [185, 199, 200, 199, 185, 0]); 52 approxShapeTest('test', 'line-', 2, [185, 199, 200, 199, 185, 0]);
53 </script> 53 </script>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698