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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disable-expected.html

Issue 2093383002: Implement disabledAttributeChanged() in HTMLInputElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test file. Created 4 years, 6 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
Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disable-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disable-expected.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disable-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..1ea2d30615abf61b8eb13a33daff4cc0ce5393c4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disable-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<body>
+<form>
+ <fieldset id="a">
+ <input id="b" type="file">
+ <br />
+ <input id="c" type="submit">
+ </fieldset>
+</form>
+</body>

Powered by Google App Engine
This is Rietveld 408576698