Skip to content

Commit

Permalink
Misc: Remove leftover -moz-box-sizing in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Nov 3, 2014
1 parent 740e190 commit e81b258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/data/css/cssWidthBeforeDocReady.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<style>
#test {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100px;
height: 100px;
Expand Down

0 comments on commit e81b258

Please sign in to comment.