Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: LayoutTests/cssom/cssimportrule-media-expected.txt

Issue 328243002: Remove passing testharness expected files that are not required. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@presubmit_testharness
Patch Set: don't delete http sw workers expected for the moment Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/cssom/cssimportrule-media-expected.txt
diff --git a/LayoutTests/cssom/cssimportrule-media-expected.txt b/LayoutTests/cssom/cssimportrule-media-expected.txt
deleted file mode 100644
index 5c6a052e17497cfa8856350a7d188a6dfd3a5424..0000000000000000000000000000000000000000
--- a/LayoutTests/cssom/cssimportrule-media-expected.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a testharness.js-based test.
-PASS doc.styleSheets[0].cssRules[0].cssText == '@import url("resources/import.css");'
-PASS doc.styleSheets[1].cssRules[0].cssText == '@import url("resources/import.css") all;'
-PASS doc.styleSheets[2].cssRules[0].cssText == '@import url("resources/import.css") not tv;'
-PASS doc.styleSheets[3].cssRules[0].cssText == '@import url("resources/import.css") screen, tv;'
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698