Title: [287640] branches/safari-613.1.12.1-branch
Revision
287640
Author
repst...@apple.com
Date
2022-01-05 11:19:35 -0800 (Wed, 05 Jan 2022)

Log Message

Cherry-pick r287609. rdar://problem/85917218

    Unreviewed, reverting r285915.
    https://bugs.webkit.org/show_bug.cgi?id=234873

    causes crashes

    Reverted changeset:

    "border-radius inline style should serialize with valid
    syntax"
    https://bugs.webkit.org/show_bug.cgi?id=183994
    https://commits.webkit.org/r285915

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287609 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/ChangeLog (287639 => 287640)


--- branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/ChangeLog	2022-01-05 19:19:31 UTC (rev 287639)
+++ branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/ChangeLog	2022-01-05 19:19:35 UTC (rev 287640)
@@ -1,5 +1,37 @@
 2022-01-05  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r287609. rdar://problem/85917218
+
+    Unreviewed, reverting r285915.
+    https://bugs.webkit.org/show_bug.cgi?id=234873
+    
+    causes crashes
+    
+    Reverted changeset:
+    
+    "border-radius inline style should serialize with valid
+    syntax"
+    https://bugs.webkit.org/show_bug.cgi?id=183994
+    https://commits.webkit.org/r285915
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287609 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-01-05  Commit Queue  <commit-qu...@webkit.org>
+
+            Unreviewed, reverting r285915.
+            https://bugs.webkit.org/show_bug.cgi?id=234873
+
+            causes crashes
+
+            Reverted changeset:
+
+            "border-radius inline style should serialize with valid
+            syntax"
+            https://bugs.webkit.org/show_bug.cgi?id=183994
+            https://commits.webkit.org/r285915
+
+2022-01-05  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r285827. rdar://problem/85917218
 
     Revert r285235

Modified: branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/border-radius-valid-expected.txt (287639 => 287640)


--- branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/border-radius-valid-expected.txt	2022-01-05 19:19:31 UTC (rev 287639)
+++ branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/border-radius-valid-expected.txt	2022-01-05 19:19:35 UTC (rev 287640)
@@ -1,8 +1,4 @@
 
-PASS e.style['border-radius'] = "initial" should set the property value
-PASS e.style['border-radius'] = "inherit" should set the property value
-PASS e.style['border-radius'] = "unset" should set the property value
-PASS e.style['border-radius'] = "revert" should set the property value
 PASS e.style['border-radius'] = "1px" should set the property value
 PASS e.style['border-radius'] = "1px 5%" should set the property value
 PASS e.style['border-radius'] = "1px 2% 3px" should set the property value

Modified: branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/border-radius-valid.html (287639 => 287640)


--- branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/border-radius-valid.html	2022-01-05 19:19:31 UTC (rev 287639)
+++ branches/safari-613.1.12.1-branch/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/parsing/border-radius-valid.html	2022-01-05 19:19:35 UTC (rev 287640)
@@ -4,7 +4,7 @@
 <meta charset="utf-8">
 <title>CSS Backgrounds and Borders Module Level 3: parsing border-radius with valid values</title>
 <link rel="help" href=""
-<meta name="assert" content="border-radius supports CSS Wide keywords and the full grammar '<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?'.">
+<meta name="assert" content="border-radius supports the full grammar '<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?'.">
 <script src=""
 <script src=""
 <script src=""
@@ -11,11 +11,6 @@
 </head>
 <body>
 <script>
-test_valid_value("border-radius", "initial");
-test_valid_value("border-radius", "inherit");
-test_valid_value("border-radius", "unset");
-test_valid_value("border-radius", "revert");
-
 test_valid_value("border-radius", "1px");
 test_valid_value("border-radius", "1px 5%");
 test_valid_value("border-radius", "1px 2% 3px");

Modified: branches/safari-613.1.12.1-branch/Source/WebCore/ChangeLog (287639 => 287640)


--- branches/safari-613.1.12.1-branch/Source/WebCore/ChangeLog	2022-01-05 19:19:31 UTC (rev 287639)
+++ branches/safari-613.1.12.1-branch/Source/WebCore/ChangeLog	2022-01-05 19:19:35 UTC (rev 287640)
@@ -1,5 +1,37 @@
 2022-01-05  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r287609. rdar://problem/85917218
+
+    Unreviewed, reverting r285915.
+    https://bugs.webkit.org/show_bug.cgi?id=234873
+    
+    causes crashes
+    
+    Reverted changeset:
+    
+    "border-radius inline style should serialize with valid
+    syntax"
+    https://bugs.webkit.org/show_bug.cgi?id=183994
+    https://commits.webkit.org/r285915
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287609 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-01-05  Commit Queue  <commit-qu...@webkit.org>
+
+            Unreviewed, reverting r285915.
+            https://bugs.webkit.org/show_bug.cgi?id=234873
+
+            causes crashes
+
+            Reverted changeset:
+
+            "border-radius inline style should serialize with valid
+            syntax"
+            https://bugs.webkit.org/show_bug.cgi?id=183994
+            https://commits.webkit.org/r285915
+
+2022-01-05  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r285827. rdar://problem/85917218
 
     Revert r285235
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to