Title: [282442] trunk/LayoutTests
- Revision
- 282442
- Author
- [email protected]
- Date
- 2021-09-15 00:19:07 -0700 (Wed, 15 Sep 2021)
Log Message
CSSFontFaceSrcValue.cssText should be quoted consistently with other browsers
https://bugs.webkit.org/show_bug.cgi?id=230273
Reviewed by Darin Adler.
Addressing post-review comments.
* fast/css/font-face-src-parsing-expected.txt:
* fast/css/font-face-src-parsing.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (282441 => 282442)
--- trunk/LayoutTests/ChangeLog 2021-09-15 06:16:57 UTC (rev 282441)
+++ trunk/LayoutTests/ChangeLog 2021-09-15 07:19:07 UTC (rev 282442)
@@ -1,3 +1,15 @@
+2021-09-15 Myles C. Maxfield <[email protected]>
+
+ CSSFontFaceSrcValue.cssText should be quoted consistently with other browsers
+ https://bugs.webkit.org/show_bug.cgi?id=230273
+
+ Reviewed by Darin Adler.
+
+ Addressing post-review comments.
+
+ * fast/css/font-face-src-parsing-expected.txt:
+ * fast/css/font-face-src-parsing.html:
+
2021-09-14 Simon Fraser <[email protected]>
Implement the borderBoxSize/contentBoxSize parts of ResizeObserver
Modified: trunk/LayoutTests/fast/css/font-face-src-parsing-expected.txt (282441 => 282442)
--- trunk/LayoutTests/fast/css/font-face-src-parsing-expected.txt 2021-09-15 06:16:57 UTC (rev 282441)
+++ trunk/LayoutTests/fast/css/font-face-src-parsing-expected.txt 2021-09-15 07:19:07 UTC (rev 282442)
@@ -1,6 +1,6 @@
Test parsing the src descriptor of @font-face.
-Valid rules form the stylesheet:
+Valid rules from the stylesheet:
@font-face { src: url("font.ttf"); }
@font-face { src: url("http://foo/bar/font.ttf"); }
@@ -14,22 +14,8 @@
@font-face { src: local("font"), local("foo bar"); }
@font-face { src: local("foo"); }
@font-face { src: local("foo bar"); }
-Expected result for valid rules:
+Invalid rules from the stylesheet:
-@font-face { src: url(font.ttf); }
-@font-face { src: url(http://foo/bar/font.ttf); }
-@font-face { src: url(font.svg#id); }
-@font-face { src: url(font.ttf) format(truetype); }
-@font-face { src: url(font.woff) format(woff), local(font2); }
-@font-face { src: url(font2.ttf); }
-@font-face { src: url(font2.ttf) format(truetype); }
-@font-face { src: url(font3.otf) format(opentype), local(foo bar); }
-@font-face { src: local(foo); }
-@font-face { src: local(font), local(foo bar); }
-@font-face { src: local(foo); }
-@font-face { src: local(foo bar); }
-Invalid rules form the stylesheet:
-
@font-face { }
@font-face { }
@font-face { }
@@ -38,14 +24,4 @@
@font-face { }
@font-face { }
@font-face { }
-Expected result for invalid rules:
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-
Modified: trunk/LayoutTests/fast/css/font-face-src-parsing.html (282441 => 282442)
--- trunk/LayoutTests/fast/css/font-face-src-parsing.html 2021-09-15 06:16:57 UTC (rev 282441)
+++ trunk/LayoutTests/fast/css/font-face-src-parsing.html 2021-09-15 07:19:07 UTC (rev 282442)
@@ -68,38 +68,12 @@
</style>
<p>Test parsing the src descriptor of @font-face.</p>
-<p>Valid rules form the stylesheet:</p>
+<p>Valid rules from the stylesheet:</p>
<div id="validResult"></div>
-<p>Expected result for valid rules:</p>
-<pre id="validExpected">@font-face { src: url(font.ttf); }
-@font-face { src: url(http://foo/bar/font.ttf); }
-@font-face { src: url(font.svg#id); }
-@font-face { src: url(font.ttf) format(truetype); }
-@font-face { src: url(font.woff) format(woff), local(font2); }
-@font-face { src: url(font2.ttf); }
-@font-face { src: url(font2.ttf) format(truetype); }
-@font-face { src: url(font3.otf) format(opentype), local(foo bar); }
-@font-face { src: local(foo); }
-@font-face { src: local(font), local(foo bar); }
-@font-face { src: local(foo); }
-@font-face { src: local(foo bar); }
-</pre>
-
-<p>Invalid rules form the stylesheet:</p>
+<p>Invalid rules from the stylesheet:</p>
<pre id="invalidResult"></pre>
-<p>Expected result for invalid rules:</p>
-<pre id="invalidExpected">@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-@font-face { }
-</pre>
-
<script>
if (window.testRunner)
testRunner.dumpAsText();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes