Commit c74cd5b1 authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez
Browse files

Bug 1783934 - Fix newly introduced test to actually flex the item.

MANUAL PUSH: Reftest fix CLOSED TREE
parent d9705e6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
        -moz-box-layout: flex;
      }
      hbox {
        -moz-box-flex: 1;
        width: 100px;
      }
    </style>
  </head>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  <head>
    <style>
      hbox {
        -moz-box-flex: 1;
        width: 100px;
      }
    </style>
  </head>