diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2022-04-02 00:49:25 +0800 |
---|---|---|
committer | FranklinDM <mrmineshafter17@gmail.com> | 2022-04-02 23:13:54 +0800 |
commit | 121ee9438ce8b4ce19f718a38d49307b483097fa (patch) | |
tree | c9d974108192422b838504eba1173fb240ecb61a /layout/generic | |
parent | ba4eba034f726bbafe1fea841b2613d4e37e6cad (diff) | |
download | uxp-121ee9438ce8b4ce19f718a38d49307b483097fa.tar.gz |
Issue #1838 - Part 1: Remove CSS grid preference
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1398492
Diffstat (limited to 'layout/generic')
-rw-r--r-- | layout/generic/crashtests/1015562.html | 4 | ||||
-rw-r--r-- | layout/generic/crashtests/1156257.html | 3 | ||||
-rw-r--r-- | layout/generic/crashtests/crashtests.list | 10 |
3 files changed, 5 insertions, 12 deletions
diff --git a/layout/generic/crashtests/1015562.html b/layout/generic/crashtests/1015562.html index 8975e64f2a..353ae40e35 100644 --- a/layout/generic/crashtests/1015562.html +++ b/layout/generic/crashtests/1015562.html @@ -3,10 +3,6 @@ <head> <script> -/* -user_pref("layout.css.grid.enabled", true); -*/ - function boom() { document.getElementById("r").appendChild(document.createTextNode("B")); diff --git a/layout/generic/crashtests/1156257.html b/layout/generic/crashtests/1156257.html index e58c1ba5db..4799926299 100644 --- a/layout/generic/crashtests/1156257.html +++ b/layout/generic/crashtests/1156257.html @@ -2,9 +2,6 @@ <html> <head> <meta charset="UTF-8"> -<!-- -user_pref("layout.css.grid.enabled", true); ---> <script> function boom() { diff --git a/layout/generic/crashtests/crashtests.list b/layout/generic/crashtests/crashtests.list index c8fb84feb9..4d9a5de0f8 100644 --- a/layout/generic/crashtests/crashtests.list +++ b/layout/generic/crashtests/crashtests.list @@ -566,7 +566,7 @@ load 986899.html load 1001233.html load 1001258-1.html load 1003441.xul -pref(layout.css.grid.enabled,true) load 1015562.html +load 1015562.html asserts(1-2) load 1015563-1.html asserts(1-2) load 1015563-2.html asserts(0-300) load 1015844.html # bug 574889 @@ -589,7 +589,7 @@ load 1146107.html load 1146114.html load 1153695.html load 1156222.html -pref(layout.css.grid.enabled,true) load 1156257.html +load 1156257.html load 1157011.html load 1169420-1.html load 1169420-2.html @@ -601,9 +601,9 @@ load 1222783.xhtml load 1223568-1.html load 1223568-2.html load 1224230-1.html -pref(layout.css.grid.enabled,true) load 1225118.html -pref(layout.css.grid.enabled,true) load 1225376.html -pref(layout.css.grid.enabled,true) load 1225592.html +load 1225118.html +load 1225376.html +load 1225592.html load 1229437-1.html load 1229437-2.html pref(dom.details_element.enabled,true) load details-containing-only-text.html |