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

Unified Diff: LayoutTests/fast/html/body-bgproperties-expected.txt

Issue 723913003: Deprecate <body bgproperties=fixed> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: use js-test.js to avoid checking in testharness.js expectations 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
« no previous file with comments | « LayoutTests/fast/html/body-bgproperties.html ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/body-bgproperties-expected.txt
diff --git a/LayoutTests/fast/html/body-bgproperties-expected.txt b/LayoutTests/fast/html/body-bgproperties-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c359444d9bb583247893516be18a45a766ad8bfa
--- /dev/null
+++ b/LayoutTests/fast/html/body-bgproperties-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE WARNING: The 'bgproperties=fixed' attribute is deprecated. Please use CSS 'background-attachment:fixed' instead.
+PASS getComputedStyle(document.body).backgroundAttachment is "fixed"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/html/body-bgproperties.html ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698