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

Side by Side Diff: LayoutTests/css3/calc/regression-62276.html

Issue 7149010: Merge 88448 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/css3/calc/regression-62276-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <p>The test passes if it does not crash</p> 1 <p>The test passes if it does not crash</p>
2 2
3 <a style="-webkit-box-reflect:above 1px -webkit-calc(1)"></a> 3 <a style="-webkit-box-reflect:above 1px -webkit-calc(1)"></a>
4 <a style="-webkit-box-reflect:above 1px -webkit-min(1)"></a> 4 <a style="-webkit-box-reflect:above 1px -webkit-min(1)"></a>
5 <a style="-webkit-box-reflect:above 1px -webkit-max(1)"></a> 5 <a style="-webkit-box-reflect:above 1px -webkit-max(1)"></a>
6 6
7 <script> 7 <script>
8 if (window.layoutTestController) 8 if (window.layoutTestController)
9 layoutTestController.dumpAsText(); 9 layoutTestController.dumpAsText();
10 </script> 10 </script>
11 11
12 12
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/css3/calc/regression-62276-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698