Diff
Modified: trunk/LayoutTests/ChangeLog (181876 => 181877)
--- trunk/LayoutTests/ChangeLog 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/ChangeLog 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,3 +1,20 @@
+2015-03-23 Andy Estes <[email protected]>
+
+ [Content Filtering] Fix up a few mistakes in LayoutTests/contentfiltering/
+ https://bugs.webkit.org/show_bug.cgi?id=142991
+
+ Reviewed by Andreas Kling.
+
+ * contentfiltering/allow-after-add-data-expected.html: Added HTML5 doctype.
+ * contentfiltering/allow-after-finished-adding-data-expected.html: Ditto.
+ * contentfiltering/allow-after-response-expected.html: Ditto.
+ * contentfiltering/allow-after-unblock-request-expected.html: Ditto.
+ * contentfiltering/block-after-add-data-expected.html: Ditto.
+ * contentfiltering/block-after-finished-adding-data-expected.html: Ditto.
+ * contentfiltering/block-after-response-expected.html: Ditto.
+ * contentfiltering/block-after-unblock-request-expected.html: Ditto.
+ * contentfiltering/resources/contentfiltering.js: Added a newline at the end of the file.
+
2015-03-23 Brady Eidson <[email protected]>
Content extensions should apply css selectors
Modified: trunk/LayoutTests/contentfiltering/allow-after-add-data-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/allow-after-add-data-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/allow-after-add-data-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>PASS"></iframe>
Modified: trunk/LayoutTests/contentfiltering/allow-after-finished-adding-data-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/allow-after-finished-adding-data-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/allow-after-finished-adding-data-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>PASS"></iframe>
Modified: trunk/LayoutTests/contentfiltering/allow-after-response-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/allow-after-response-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/allow-after-response-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>PASS"></iframe>
Modified: trunk/LayoutTests/contentfiltering/allow-after-unblock-request-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/allow-after-unblock-request-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/allow-after-unblock-request-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>PASS"></iframe>
Modified: trunk/LayoutTests/contentfiltering/block-after-add-data-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/block-after-add-data-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/block-after-add-data-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>"></iframe>
Modified: trunk/LayoutTests/contentfiltering/block-after-finished-adding-data-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/block-after-finished-adding-data-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/block-after-finished-adding-data-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>PASS"></iframe>
Modified: trunk/LayoutTests/contentfiltering/block-after-response-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/block-after-response-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/block-after-response-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>FAIL"></iframe>
Modified: trunk/LayoutTests/contentfiltering/block-after-unblock-request-expected.html (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/block-after-unblock-request-expected.html 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/block-after-unblock-request-expected.html 2015-03-23 22:49:57 UTC (rev 181877)
@@ -1,2 +1,2 @@
<!DOCTYPE html>
-<iframe src=""
+<iframe src="" html><body>PASS"></iframe>
Modified: trunk/LayoutTests/contentfiltering/resources/contentfiltering.js (181876 => 181877)
--- trunk/LayoutTests/contentfiltering/resources/contentfiltering.js 2015-03-23 22:34:53 UTC (rev 181876)
+++ trunk/LayoutTests/contentfiltering/resources/contentfiltering.js 2015-03-23 22:49:57 UTC (rev 181877)
@@ -47,4 +47,4 @@
window.addEventListener("load", function(event) {
_doTest(decisionPoint, decision, decideAfterUnblockRequest);
}, false);
-}
\ No newline at end of file
+}