Skip to content

Commit 17b0f60

Browse files
nbeleuzumoz-wptsync-bot
authored andcommitted
Revert "Bug 1988596 - Enable layout.css.text-autospace.enabled on Nightly. " for causing bc failures on browser_test_clipboardcache.js
This reverts commit c3c8449fffc0a094a682d45680058d8f00a1add4. This reverts commit ea60a1dcb34181f7d9d9fb93b27c2742e63d4aeb. This reverts commit 8e61ba3fb481b47ba12db3072471beb65effd907. This reverts commit 22c08768670093fd4509cf4ebde784449e8445f4. This reverts commit 3bf98c592ad34bc7865286fb074adb218f32073f. This reverts commit 672d80c2c96699d61c7adfac17494cee1170889b. gecko-commit: 0e1982643816d3c96c5d43f7286c4b0eb9fc166a gecko-reviewers: jfkthame, layout-jp-market-reviewers
1 parent 5a64d25 commit 17b0f60

7 files changed

+5
-52
lines changed

css/css-text/line-breaking/segment-break-transformation-removable-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="assert" content="Test checks that a collapsible segment break should be removed correctly,
1212
if the character immediately before/after the segment break is the zero-width space character (U+200B),
1313
or both the character before/after the segment break is F, W, or H (not A), and neither side is Hangul.">
14-
<style> p { line-height: 1; font-family: ahem; text-autospace: no-autospace; } </style>
14+
<style> p { line-height: 1; font-family: ahem; } </style>
1515
</head>
1616
<body>
1717
<div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character.

css/css-text/line-breaking/segment-break-transformation-removable-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="assert" content="Test checks that multiple segment breaks should be removed correctly,
1212
if the character immediately before/after the segment breaks is the zero-width space character (U+200B),
1313
or both the character before/after the segment breaks is F, W, or H (not A), and neither side is Hangul.">
14-
<style> p { line-height: 1; font-family: ahem; text-autospace: no-autospace; } </style>
14+
<style> p { line-height: 1; font-family: ahem; } </style>
1515
</head>
1616
<body>
1717
<div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character.

css/css-text/line-breaking/segment-break-transformation-removable-3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
surrounded by multiple white spaces should be removed correctly,
1313
if the character immediately before/after the sequence is the zero-width space character (U+200B),
1414
or both the character before/after the sequence is F, W, or H (not A), and neither side is Hangul.">
15-
<style> p { line-height: 1; font-family: ahem; text-autospace: no-autospace; } </style>
15+
<style> p { line-height: 1; font-family: ahem; } </style>
1616
</head>
1717
<body>
1818
<div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character.

css/css-text/line-breaking/segment-break-transformation-removable-4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
segment breaks mixed with multiple white spaces should be removed correctly,
1313
if the character immediately before/after the sequence is the zero-width space character (U+200B),
1414
or both the character before/after the sequence is F, W, or H (not A), and neither side is Hangul.">
15-
<style> p { line-height: 1; font-family: ahem; text-autospace: no-autospace; } </style>
15+
<style> p { line-height: 1; font-family: ahem; } </style>
1616
</head>
1717
<body>
1818
<div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character.

css/css-text/line-breaking/segment-break-transformation-removable-ref.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="author" title="Chun-Min (Jeremy) Chen" href="mailto:jeremychen@mozilla.com">
77
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
88
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
9-
<style> p { line-height: 1; font-family: ahem; text-autospace: no-autospace; } </style>
9+
<style> p { line-height: 1; font-family: ahem; } </style>
1010
</head>
1111
<body>
1212
<div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character.

css/css-text/text-autospace/text-autospace-transform-full-width-001-ref.html

Lines changed: 0 additions & 23 deletions
This file was deleted.

css/css-text/text-autospace/text-autospace-transform-full-width-001.tentative.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)