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

Unified Diff: LayoutTests/fast/css/border-radius-cssText-expected.txt

Issue 547043002: border-radius cssText always outputs to longhand properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix failing tests Created 6 years, 3 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
« no previous file with comments | « LayoutTests/fast/css/border-radius-cssText.html ('k') | LayoutTests/fast/css/remove-shorthand-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/border-radius-cssText-expected.txt
diff --git a/LayoutTests/ietestcenter/Javascript/12.14-8-expected.txt b/LayoutTests/fast/css/border-radius-cssText-expected.txt
similarity index 57%
copy from LayoutTests/ietestcenter/Javascript/12.14-8-expected.txt
copy to LayoutTests/fast/css/border-radius-cssText-expected.txt
index e85bbe42498142e2228650471eccc22a626824a7..1ee8935f9278d61b9310b2c64682aa1498aadcea 100644
--- a/LayoutTests/ietestcenter/Javascript/12.14-8-expected.txt
+++ b/LayoutTests/fast/css/border-radius-cssText-expected.txt
@@ -1,10 +1,9 @@
-12.14-8 (TestCases/chapter12/12.14/12.14-8.js) catch introduces scope - scope removed when exiting catch block (properties)
+Test for Bug 407012: border-radius shorthand is always splitted to longhand properties in CSSStyleRule.cssText.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ES5Harness.preconditionPassed is true
-PASS ES5Harness.testPassed is true
+PASS document.styleSheets[0].rules[0].cssText is '#target { border-radius: 5px; }'
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/border-radius-cssText.html ('k') | LayoutTests/fast/css/remove-shorthand-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698