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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-polygon-000-expected.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 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 <title>shape-outside-floats-polygon-000-reference.html</title> 2 <title>shape-outside-floats-polygon-000-reference.html</title>
3 <link rel="author" title="Adobe" href="http://html.adobe.com/"> 3 <link rel="author" title="Adobe" href="http://html.adobe.com/">
4 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"> 4 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
5 <meta name="flags" content="ahem"> 5 <meta name="flags" content="ahem">
6 <style> 6 <style>
7 .container { 7 .container {
8 font: 20px/1 Ahem, sans-serif; 8 font: 20px/1 Ahem, sans-serif;
9 line-height: 20px; 9 line-height: 20px;
10 width: 400px; 10 width: 400px;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 <div style="width: 140px" class="float-right"></div> 57 <div style="width: 140px" class="float-right"></div>
58 XXXXXXXXXXXXX 58 XXXXXXXXXXXXX
59 <div style="width: 160px" class="float-right"></div> 59 <div style="width: 160px" class="float-right"></div>
60 XXXXXXXXXXXX 60 XXXXXXXXXXXX
61 <div style="width: 180px" class="float-right"></div> 61 <div style="width: 180px" class="float-right"></div>
62 XXXXXXXXXXX 62 XXXXXXXXXXX
63 <div style="width: 200px" class="float-right"></div> 63 <div style="width: 200px" class="float-right"></div>
64 XXXXXXXXXX 64 XXXXXXXXXX
65 </div> 65 </div>
66 </body> 66 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698