Bug 1404770 Part 3 - Remove test case checkbox-radio-auto-sized-ref.html. r?mats draft
authorLouis Chang <lochang@mozilla.com>
Fri, 06 Oct 2017 11:08:58 +0800
changeset 675859 5b83f5039690add4571cbd78400cf22e08ae3075
parent 675858 1689952d4dc35c4b5a26d8dc12a1a932d2f28bdc
child 734741 f4fab83f6ddd3a4c62588713508cae263e35eca6
push id83275
push userlochang@mozilla.com
push dateFri, 06 Oct 2017 03:09:54 +0000
reviewersmats
bugs1404770
milestone58.0a1
Bug 1404770 Part 3 - Remove test case checkbox-radio-auto-sized-ref.html. r?mats MozReview-Commit-ID: 6np49zh2u1l
layout/reftests/forms/input/checkbox/checkbox-radio-auto-sized.html
layout/reftests/forms/input/checkbox/reftest.list
deleted file mode 100644
--- a/layout/reftests/forms/input/checkbox/checkbox-radio-auto-sized.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML>
-<!--
-     Any copyright is dedicated to the Public Domain.
-     http://creativecommons.org/publicdomain/zero/1.0/
--->
-<html><head>
-  <meta charset="utf-8">
-  <title>Testcase for bug 1344395</title>
-  <style type="text/css">
-
-input {
-  width: auto;
-  height: auto;
-}
-
-  </style>
-</head>
-<body>
-
-<input type="checkbox">
-<input type="radio">
-
-</body>
-</html>
--- a/layout/reftests/forms/input/checkbox/reftest.list
+++ b/layout/reftests/forms/input/checkbox/reftest.list
@@ -9,11 +9,10 @@
 == indeterminate-checked-notref.html about:blank
 == indeterminate-unchecked.html about:blank
 != indeterminate-native-checked.html indeterminate-native-checked-notref.html
 != indeterminate-native-unchecked.html indeterminate-native-unchecked-notref.html
 == indeterminate-selector.html indeterminate-selector-ref.html
 skip-if(!gtkWidget) == gtk-theme-width-height.html gtk-theme-width-height-ref.html
 == checkbox-baseline.html checkbox-baseline-ref.html
 == checkbox-radio-color.html checkbox-radio-color-ref.html
-skip-if(OSX) == checkbox-radio-auto-sized.html checkbox-radio-auto-sized-ref.html
 fails-if(gtkWidget) == checkbox-clamp.html checkbox-clamp-ref.html
 fails-if(OSX) == checkbox-minimum-size.html checkbox-minimum-size-ref.html