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

Unified Diff: LayoutTests/printing/page-rule-selection-expected.txt

Issue 1058723002: Remove testRunner.injectStyleSheet usage from layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update baseline Created 5 years, 9 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/printing/page-rule-selection-expected.txt
diff --git a/LayoutTests/printing/page-rule-selection-expected.txt b/LayoutTests/printing/page-rule-selection-expected.txt
index 8550833fffbf6eff46935f4ba9d5c32e7e73f2d8..6d566966fe0082adb83d8838b555a3debd048984 100644
--- a/LayoutTests/printing/page-rule-selection-expected.txt
+++ b/LayoutTests/printing/page-rule-selection-expected.txt
@@ -9,12 +9,6 @@ PASS internals.pageProperty('margin-left', 1) is "auto"
PASS internals.pageProperty('margin-left', 2) is "auto"
PASS internals.pageProperty('margin-left', 3) is "auto"
PASS internals.pageProperty('margin-left', 4) is "auto"
-Set margin to 200px via user style sheet.
-PASS internals.pageProperty('margin-left', 0) is "200"
-PASS internals.pageProperty('margin-left', 1) is "200"
-PASS internals.pageProperty('margin-left', 2) is "200"
-PASS internals.pageProperty('margin-left', 3) is "200"
-PASS internals.pageProperty('margin-left', 4) is "200"
Set margin to 100px.
PASS internals.pageProperty('margin-left', 0) is "100"
PASS internals.pageProperty('margin-left', 1) is "100"

Powered by Google App Engine
This is Rietveld 408576698