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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2791943002: Re-land: Initial skeleton of Accessibility Object Model Phase 1 (Closed)
Patch Set: Fix for crash with test Created 3 years, 9 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 7306fc6eed9e4173583a7d12177094f777c404b6..a8819cf1f701ae3d4ee32b96e10923befdaa77d8 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -15,6 +15,13 @@ interface Accelerometer : Sensor
getter y
getter z
method constructor
+interface AccessibleNode
+ attribute @@toStringTag
+ getter label
+ getter role
+ method constructor
+ setter label
+ setter role
interface AmbientLightSensor : Sensor
attribute @@toStringTag
getter illuminance
@@ -1683,6 +1690,7 @@ interface DynamicsCompressorNode : AudioNode
interface Element : Node
attribute @@toStringTag
attribute @@unscopables
+ getter accessibleNode
getter assignedSlot
getter attributes
getter childElementCount

Powered by Google App Engine
This is Rietveld 408576698