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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt

Issue 2492083002: Implement aria-placeholder (Closed)
Patch Set: Rebaseline android placeholder test Created 4 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
Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt
index dd87908c8b5a35170c81eadba2754238af4b2931..3ed973818627393068baa0b328da9366df0d26df 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-expected.txt
@@ -80,6 +80,11 @@
"superseded": true
},
{
+ "type": "placeholder",
+ "attribute": "aria-placeholder",
+ "superseded": true
+ },
+ {
"type": "attribute",
"attribute": "title",
"superseded": true
@@ -207,6 +212,11 @@
"superseded": true
},
{
+ "type": "placeholder",
+ "attribute": "aria-placeholder",
+ "superseded": true
+ },
+ {
"type": "attribute",
"attribute": "title",
"superseded": true
@@ -334,6 +344,11 @@
"superseded": true
},
{
+ "type": "placeholder",
+ "attribute": "aria-placeholder",
+ "superseded": true
+ },
+ {
"type": "attribute",
"attribute": "title",
"superseded": true
@@ -727,6 +742,11 @@
"superseded": true
},
{
+ "type": "placeholder",
+ "attribute": "aria-placeholder",
+ "superseded": true
+ },
+ {
"type": "attribute",
"attribute": "title",
"superseded": true

Powered by Google App Engine
This is Rietveld 408576698