Title: [197979] trunk/LayoutTests
Revision
197979
Author
[email protected]
Date
2016-03-10 17:41:12 -0800 (Thu, 10 Mar 2016)

Log Message

[Cocoa] Test gardening after r197933
<rdar://problem/25091368>

Unreviewed.

* fast/text/woff2-expected.html:
* fast/text/woff2.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (197978 => 197979)


--- trunk/LayoutTests/ChangeLog	2016-03-11 01:34:11 UTC (rev 197978)
+++ trunk/LayoutTests/ChangeLog	2016-03-11 01:41:12 UTC (rev 197979)
@@ -1,3 +1,13 @@
+2016-03-10  Myles C. Maxfield  <[email protected]>
+
+        [Cocoa] Test gardening after r197933
+        <rdar://problem/25091368>
+
+        Unreviewed.
+
+        * fast/text/woff2-expected.html:
+        * fast/text/woff2.html:
+
 2016-03-10  Daniel Bates  <[email protected]>
 
         CSP: Implement frame-ancestors directive

Modified: trunk/LayoutTests/fast/text/woff2-expected.html (197978 => 197979)


--- trunk/LayoutTests/fast/text/woff2-expected.html	2016-03-11 01:34:11 UTC (rev 197978)
+++ trunk/LayoutTests/fast/text/woff2-expected.html	2016-03-11 01:41:12 UTC (rev 197979)
@@ -6,13 +6,24 @@
     font-family: "webfont";
     src: url("../../resources/Ahem.ttf") format("truetype");
 }
+#container {
+	width: 100px;
+	height: 38px;
+	position: relative;
+    overflow: hidden;
+}
 #test {
     font: 41px "webfont";
+    position: absolute;
+    width: 41px;
+    height: 41px;
+    left: -1px;
+    top: -1px;
 }
 </style>
 </head>
 <body>
 This test makes sure WOFF2 renders as expected. The test passes if you see a horizontal black rectangle below.
-<div id="test">Hello</div>
+<div id="container"><div id="test">Hello</div></div>
 </body>
 </html>

Modified: trunk/LayoutTests/fast/text/woff2.html (197978 => 197979)


--- trunk/LayoutTests/fast/text/woff2.html	2016-03-11 01:34:11 UTC (rev 197978)
+++ trunk/LayoutTests/fast/text/woff2.html	2016-03-11 01:41:12 UTC (rev 197979)
@@ -6,13 +6,24 @@
     font-family: "webfont";
     src: url("resources/ahem.woff2") format("woff2");
 }
+#container {
+	width: 100px;
+	height: 38px;
+	position: relative;
+    overflow: hidden;
+}
 #test {
     font: 41px "webfont";
+    position: absolute;
+    width: 41px;
+    height: 41px;
+    left: -1px;
+    top: -1px;
 }
 </style>
 </head>
 <body>
 This test makes sure WOFF2 renders as expected. The test passes if you see a horizontal black rectangle below.
-<div id="test">Hello</div>
+<div id="container"><div id="test">Hello</div></div>
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to