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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside-expected.txt

Issue 703323002: Continue removing testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/fast/css/getComputedStyle/computed-style-page-break-inside-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside-expected.txt
index f46dd4a0cfbb1c6d19c7fd9dbd89dce694dcae9e..93e2ecac80faf681572d160239a003b12cf646d5 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-page-break-inside-expected.txt
@@ -3,8 +3,8 @@ Test that page-break-inside property is not inherited
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS window.getComputedStyle(parent).getPropertyCSSValue('page-break-inside').getStringValue() is "avoid"
-PASS window.getComputedStyle(child).getPropertyCSSValue('page-break-inside').getStringValue() is "auto"
+PASS window.getComputedStyle(parent).pageBreakInside is "avoid"
+PASS window.getComputedStyle(child).pageBreakInside is "auto"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698