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

Side by Side Diff: LayoutTests/fast/html/body-bgproperties.html

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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/html/body-bgproperties-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>The 'bgproperties=fixed' attribute on body</title>
3 <script src="../../resources/js-test.js"></script>
4 <body bgproperties=fixed>
5 <script>
6 shouldBeEqualToString("getComputedStyle(document.body).backgroundAttachment", "f ixed");
7 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/html/body-bgproperties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698