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

Unified Diff: LayoutTests/fast/html/marquee-element-expected.txt

Issue 393543002: Reflected attributes should be removed when 'null', 'undefined' or 'false' is specified (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/html/marquee-element.html ('k') | Source/core/html/HTMLMarqueeElement.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/marquee-element-expected.txt
diff --git a/LayoutTests/fast/html/marquee-element-expected.txt b/LayoutTests/fast/html/marquee-element-expected.txt
index 1d7b974b5c91e2bc8ce74fc24c5c84a22faebecc..f644a75ee63faea406044ca8b8658fe75ea9706b 100644
--- a/LayoutTests/fast/html/marquee-element-expected.txt
+++ b/LayoutTests/fast/html/marquee-element-expected.txt
@@ -43,6 +43,11 @@ PASS marquee.scrollDelay is 60
PASS marquee.trueSpeed is true
"trueSpeed" IDL attribute can be modified:
PASS marquee.trueSpeed is false
+PASS marquee.hasAttribute("truespeed") is false
+"trueSpeed" IDL attribute can be modified:
+PASS marquee.hasAttribute("truespeed") is false
+"trueSpeed" IDL attribute can be modified:
+PASS marquee.hasAttribute("truespeed") is false
"vspace" IDL attribute reflects content attribute:
PASS marquee.vspace is 10
"vspace" IDL attribute can be modified:
« no previous file with comments | « LayoutTests/fast/html/marquee-element.html ('k') | Source/core/html/HTMLMarqueeElement.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698