Index: LayoutTests/fast/backgrounds/repeat/margin-shorthand-expected.txt |
diff --git a/LayoutTests/fast/backgrounds/repeat/margin-shorthand-expected.txt b/LayoutTests/fast/backgrounds/repeat/margin-shorthand-expected.txt |
index 4303fbb1dc5889ed053510e8e3cee05d76558dd4..cd05e74cc608d76e66677ad9f3960be61e87a019 100644 |
--- a/LayoutTests/fast/backgrounds/repeat/margin-shorthand-expected.txt |
+++ b/LayoutTests/fast/backgrounds/repeat/margin-shorthand-expected.txt |
@@ -1,3 +1,4 @@ |
+CONSOLE WARNING: 'getMatchedCSSRules()' is deprecated. For more help, check https://code.google.com/p/chromium/issues/detail?id=437569#c2 |
This layouttest was initially there to test that shorthand property value is correct even if background-repeat property is declared before it in the style declaration. It used to test regression described in this bug. Now that access to non author stylesheet is blocked, we should instead get null when accessing the css rules on that object. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |